Target both netstandard2.0 and netcoreapp2.0

This commit is contained in:
alexandre-spieser
2017-10-22 01:24:27 +00:00
parent 6ca32e461f
commit 6053d082aa
8 changed files with 3262 additions and 6 deletions
@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AspNetCore.Identity.MongoDbCore" Version="1.0.3" />
<PackageReference Include="AspNetCore.Identity.MongoDbCore" Version="1.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="2.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Http" />