Fixes argon2 for osx and github action workflow issues (#157)

This commit is contained in:
Kamron Batman 2020-05-29 18:02:00 -07:00 committed by GitHub
parent f408662af1
commit 4f1825152c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 65 additions and 60 deletions

View file

@ -66,7 +66,7 @@
<PackageReference Include="Microsoft.AspNetCore.Connections.Abstractions" Version="3.1.4" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.4" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="3.1.4" />
<PackageReference Include="Argon2.Bindings" Version="1.2.6" />
<PackageReference Include="Argon2.Bindings" Version="1.2.7" />
<PackageReference Include="Zlib.Bindings" Version="1.0.2" />
</ItemGroup>
<ItemGroup Condition="'$(Configuration)'=='Analyze'">