fix: Bumps native runtimes to .NET 6 (#861)

This commit is contained in:
Kamron Batman 2021-11-22 07:39:01 -08:00 committed by GitHub
parent c8a6d4c696
commit 7439cc3a95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -36,7 +36,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Toolkit.HighPerformance" Version="7.1.2" />
<PackageReference Include="PollGroup" Version="1.1.0" />
<PackageReference Include="Zlib.Bindings" Version="1.5.0" />
<PackageReference Include="Zlib.Bindings" Version="1.6.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SerializationGenerator\SerializationGenerator.csproj">