Skip to content

Commit

Permalink
Updated System.Collections.Immutable to version 5.0.0 from 1.7.1 as d…
Browse files Browse the repository at this point in the history
…ownstream projects are apparently having DLL version dependency issues and would appreciate the version bump.

Also took the opportunity to update any other nuget package versions.
  • Loading branch information
stewienj committed Jul 19, 2021
1 parent 724e9d8 commit 98fe543
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<Version>1.0.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.2" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.5" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.5" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="FluentAssertions" Version="5.10.3" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Collections.Immutable">
<Version>1.7.1</Version>
<Version>5.0.0</Version>
</PackageReference>
</ItemGroup>
</Project>

0 comments on commit 98fe543

Please sign in to comment.