Replaces native argon2 with ref argon2 (#158)

This commit is contained in:
Kamron Batman 2020-05-29 23:02:18 -07:00 committed by GitHub
parent 4f1825152c
commit 050d6b5fa9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 117 additions and 7957 deletions

View file

@ -7,9 +7,6 @@
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Include="coverlet.collector" Version="1.2.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Server\Server.csproj" />
<ProjectReference Include="..\UOContent\UOContent.csproj" />
</ItemGroup>
</Project>