Skip to content

Commit

Permalink
Update PRISM.dll and NUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
alchemistmatt committed May 21, 2021
1 parent 5d66ea3 commit dd88aff
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="PRISM-Library">
<Version>2.6.27</Version>
<Version>2.6.28</Version>
</PackageReference>
<PackageReference Include="PSI_Interface">
<Version>2.4.2</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<ItemGroup>
<PackageReference Include="CsvHelper" Version="15.0.1" />
<PackageReference Include="MathNet.Numerics" Version="4.15.0" />
<PackageReference Include="PRISM-Library" Version="2.6.27" />
<PackageReference Include="PRISM-Library" Version="2.6.28" />
<PackageReference Include="PSI_Interface" Version="2.4.2" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="PRISM-Library">
<Version>2.6.27</Version>
<Version>2.6.28</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="PRISM-Library">
<Version>2.6.27</Version>
<Version>2.6.28</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion InformedProteomics.Test/InformedProteomics.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<Version>4.15.0</Version>
</PackageReference>
<PackageReference Include="NUnit">
<Version>3.13.1</Version>
<Version>3.13.2</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="NUnit">
<Version>3.13.1</Version>
<Version>3.13.2</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<Version>4.15.0</Version>
</PackageReference>
<PackageReference Include="NUnit">
<Version>3.13.1</Version>
<Version>3.13.2</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="NUnit">
<Version>3.13.1</Version>
<Version>3.13.2</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="NUnit">
<Version>3.13.1</Version>
<Version>3.13.2</Version>
</PackageReference>
<PackageReference Include="PRISM-Library">
<Version>2.6.27</Version>
<Version>2.6.28</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<Version>4.15.0</Version>
</PackageReference>
<PackageReference Include="PRISM-Library">
<Version>2.6.27</Version>
<Version>2.6.28</Version>
</PackageReference>
<PackageReference Include="PSI_Interface">
<Version>2.4.2</Version>
Expand Down
2 changes: 1 addition & 1 deletion MSPathFinder/MSPathFinder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="PRISM-Library">
<Version>2.6.27</Version>
<Version>2.6.28</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion MSPathFinderT/MSPathFinderT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="PRISM-Library">
<Version>2.6.27</Version>
<Version>2.6.28</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion PbfGen/PbfGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="PRISM-Library">
<Version>2.6.27</Version>
<Version>2.6.28</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion ProMex/ProMex.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="PRISM-Library">
<Version>2.6.27</Version>
<Version>2.6.28</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down

0 comments on commit dd88aff

Please sign in to comment.