fix: Adds Debian 11 and fixes Fedora 34 support (#875)

* Adds Debian 11 support
* Fixes Fedora 34 support
* Updates CentOS8 support
This commit is contained in:
Kamron Batman 2021-12-04 23:40:38 -08:00 committed by GitHub
parent 7da6cec27e
commit b67d57d806
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 12 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.6.0" />
<PackageReference Include="Zlib.Bindings" Version="1.7.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SerializationGenerator\SerializationGenerator.csproj">