Update Nuget packages

This commit is contained in:
Matt Nadareski
2022-04-17 16:22:11 -07:00
parent 53b5862697
commit a14dec1b7e
2 changed files with 3 additions and 2 deletions

View File

@@ -63,6 +63,7 @@
- Sanitize whitespace around tabs
- Convert internal libraries to .NET Standard 2.0
- Update AppVeyor to VS2022
- Update Nuget packages
### 2.3 (2022-02-05)
- Start overhauling Redump information pulling, again

View File

@@ -39,8 +39,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeCoverage" Version="17.2.0-preview-20220301-01" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0-preview-20220301-01" />
<PackageReference Include="Microsoft.CodeCoverage" Version="17.2.0-preview-20220401-08" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0-preview-20220401-08" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="xunit" Version="2.4.2-pre.12" />
<PackageReference Include="xunit.abstractions" Version="2.0.3" />