Update csharpcore Nuget dependencies

I updated the dependencies one at a time. I ran the program and the
tests after each package was upgraded to ensure that no compiler
warnings or changes in behaviour were introduced.
This commit is contained in:
Will Verland 2021-07-21 16:44:20 +12:00
parent 80fca5097e
commit c87a4acc2d

View File

@ -7,9 +7,9 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="ApprovalTests" Version="4.2.0" /> <PackageReference Include="ApprovalTests" Version="5.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
<PackageReference Include="xunit" Version="2.3.1" /> <PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" /> <PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
</ItemGroup> </ItemGroup>
</Project> </Project>