Skip to content

Commit 59e61a0

Browse files
Bug fix/ascii0 (#95)
* images * trailing 0 * build files * Updating sodium core because bug ektrah/libsodium-core#46
1 parent f6dabdb commit 59e61a0

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

src/JpProject.AspNetCore.PasswordHasher.Core/JpProject.AspNetCore.PasswordHasher.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.0" />
19-
<PackageReference Include="Microsoft.Extensions.Options" Version="3.1.0" />
18+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.2" />
19+
<PackageReference Include="Microsoft.Extensions.Options" Version="3.1.2" />
2020
</ItemGroup>
2121

2222
</Project>

0 commit comments

Comments
 (0)