Skip to content

Commit

Permalink
Update PRISM libraries from NuGet
Browse files Browse the repository at this point in the history
Updates Npgsql from v7.0 to v8.0.3
  • Loading branch information
alchemistmatt committed Jun 18, 2024
1 parent 62dd8e2 commit 19a1826
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="PRISM-Library">
<Version>2.8.17</Version>
<Version>2.8.26</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion PHRPReader/PHRPReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="PRISM-Library">
<Version>2.8.17</Version>
<Version>2.8.26</Version>
</PackageReference>
</ItemGroup>
<ItemGroup />
Expand Down
6 changes: 3 additions & 3 deletions PeptideHitResultsProcRunner.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand Down Expand Up @@ -68,7 +68,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="PRISM-Library">
<Version>2.8.17</Version>
<Version>2.8.26</Version>
</PackageReference>
<PackageReference Include="ProteinFileReader">
<Version>3.0.4</Version>
Expand Down Expand Up @@ -103,4 +103,4 @@ rem xcopy "$(ProjectDir)PeptideHitResultsProcessor\Lib\x64\*" "$(TargetDir)x64\"
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="PRISM-Library">
<Version>2.8.17</Version>
<Version>2.8.26</Version>
</PackageReference>
<PackageReference Include="ProteinFileReader">
<Version>3.0.4</Version>
Expand Down
4 changes: 2 additions & 2 deletions PeptideHitResultsProcessor/PeptideHitResultsProcessor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="PRISM-DatabaseUtils">
<Version>1.3.33</Version>
<Version>1.4.7</Version>
</PackageReference>
<PackageReference Include="PRISM-Library">
<Version>2.8.17</Version>
<Version>2.8.26</Version>
</PackageReference>
<PackageReference Include="ProteinFileReader">
<Version>3.0.4</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="PRISM-DatabaseUtils">
<Version>1.3.33</Version>
<Version>1.4.7</Version>
</PackageReference>
<PackageReference Include="PRISM-Library">
<Version>2.8.17</Version>
<Version>2.8.26</Version>
</PackageReference>
<PackageReference Include="ProteinFileReader">
<Version>3.0.4</Version>
Expand Down
2 changes: 1 addition & 1 deletion Test_PHRPReader/Test_PHRPReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="PRISM-Library">
<Version>2.8.17</Version>
<Version>2.8.26</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
6 changes: 3 additions & 3 deletions UnitTests/PHRP_UnitTests.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down Expand Up @@ -57,7 +57,7 @@
<Version>3.13.3</Version>
</PackageReference>
<PackageReference Include="PRISM-Library">
<Version>2.8.17</Version>
<Version>2.8.26</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand All @@ -72,4 +72,4 @@
</ItemGroup>
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
</Project>

0 comments on commit 19a1826

Please sign in to comment.