MongoDB 3.6 Support, Identity 2.0.1 upgrade.

This commit is contained in:
alexandre-spieser
2018-01-27 16:29:47 +00:00
parent 17b38aeb3f
commit 49e2e0c26b
11 changed files with 1620 additions and 1188 deletions
@@ -8,6 +8,7 @@
<ItemGroup>
<PackageReference Include="AspNetCore.Identity.MongoDbCore" Version="1.0.7" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.1.1" />
<PackageReference Include="Microsoft.AspNetCore" Version="2.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Identity" Version="2.0.1" />
@@ -30,8 +31,4 @@
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="1.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\AspNetCore.Identity.MongoDbCore.csproj" />
</ItemGroup>
</Project>