Drop .NET Core 3.1 (#307)

- [X] Updates Zlib Bindings
- [X] Updates Argon2 Bindings
- [X] Drops .NET Core 3.1 support
- [X] Updates CI/CD

Bumps release version
Updates documentation
This commit is contained in:
Kamron Batman 2020-11-10 20:28:05 -08:00 committed by GitHub
parent 5fcd98cc82
commit 1c9439e4fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 39 additions and 43 deletions

View file

@ -7,7 +7,7 @@
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
<PackageReference Include="coverlet.collector" Version="1.3.0" />
<PackageReference Include="Zlib.Bindings" Version="1.3.0" />
<PackageReference Include="Zlib.Bindings" Version="1.4.0" />
<ProjectReference Include="..\Server\Server.csproj" />
</ItemGroup>
</Project>