Skip to content

Commit

Permalink
Removed unnecessary ASP.NET Identity upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbrady91 committed Apr 16, 2019
1 parent de775bf commit ed4a1b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<ItemGroup>
<PackageReference Include="libsodium" Version="1.0.17" />
<PackageReference Include="Microsoft.Extensions.Identity.Core" Version="2.1.6" />
<PackageReference Include="Microsoft.Extensions.Identity.Core" Version="2.0.0" />
<PackageReference Include="Sodium.Core" Version="1.2.0" />
</ItemGroup>
</Project>

0 comments on commit ed4a1b7

Please sign in to comment.