diff --git a/src/AspNet.Identity.MongoDB.sln b/src/AspNet.Identity.MongoDB.sln
index 6712285..12167f2 100644
--- a/src/AspNet.Identity.MongoDB.sln
+++ b/src/AspNet.Identity.MongoDB.sln
@@ -1,13 +1,13 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 14
-VisualStudioVersion = 14.0.25420.1
+# Visual Studio 15
+VisualStudioVersion = 15.0.26730.10
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "CoreTests", "CoreTests\CoreTests.xproj", "{EAC53866-6DBF-40B7-900A-22267FD0634A}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreTests", "CoreTests\CoreTests.csproj", "{EAC53866-6DBF-40B7-900A-22267FD0634A}"
EndProject
-Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNetCore.Identity.MongoDB", "Microsoft.AspNetCore.Identity.MongoDB\Microsoft.AspNetCore.Identity.MongoDB.xproj", "{6DFF5058-E107-459E-87C3-DA41B2C1463C}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Identity.MongoDB", "Microsoft.AspNetCore.Identity.MongoDB\Microsoft.AspNetCore.Identity.MongoDB.csproj", "{6DFF5058-E107-459E-87C3-DA41B2C1463C}"
EndProject
-Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "CoreIntegrationTests", "CoreIntegrationTests\CoreIntegrationTests.xproj", "{836F4635-9B6B-4090-8CDB-9CD9F7BEA829}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreIntegrationTests", "CoreIntegrationTests\CoreIntegrationTests.csproj", "{836F4635-9B6B-4090-8CDB-9CD9F7BEA829}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -31,4 +31,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {61340AF1-9A52-4D3F-9C12-F555C3A1CFF6}
+ EndGlobalSection
EndGlobal
diff --git a/src/CoreIntegrationTests/CoreIntegrationTests.csproj b/src/CoreIntegrationTests/CoreIntegrationTests.csproj
new file mode 100644
index 0000000..68aca2b
--- /dev/null
+++ b/src/CoreIntegrationTests/CoreIntegrationTests.csproj
@@ -0,0 +1,28 @@
+
+
+
+ net461
+ CoreIntegrationTests
+ CoreIntegrationTests
+ true
+ false
+ false
+ false
+ true
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/CoreIntegrationTests/CoreIntegrationTests.xproj b/src/CoreIntegrationTests/CoreIntegrationTests.xproj
deleted file mode 100644
index 7737bec..0000000
--- a/src/CoreIntegrationTests/CoreIntegrationTests.xproj
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
- 14.0
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
-
-
-
- 836f4635-9b6b-4090-8cdb-9cd9f7bea829
- CoreIntegrationTests
- .\obj
- .\bin\
- v4.6
-
-
- 2.0
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/CoreIntegrationTests/project.json b/src/CoreIntegrationTests/project.json
deleted file mode 100644
index 9c6ad56..0000000
--- a/src/CoreIntegrationTests/project.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "version": "1.0.0-*",
-
- "testRunner": "nunit",
-
- "dependencies": {
- "CoreTests": "1.0.0-*",
- "dotnet-test-nunit": "3.4.0-beta-2",
- "Microsoft.AspNetCore.Identity.MongoDB": "1.0.0-*",
- "Microsoft.Extensions.DependencyInjection": "1.0.0",
- "Microsoft.Extensions.Logging": "1.0.0",
- "mongocsharpdriver": "2.3.0",
- "NUnit": "3.4.1"
- },
-
- "frameworks": {
- "net451": {},
- "netcoreapp1.0": {
- "imports": "portable-net45+win8",
- "dependencies": {
- "Microsoft.NETCore.App": {
- "version": "1.0.0-*",
- "type": "platform"
- }
- }
- }
- }
-}
diff --git a/src/CoreTests/CoreTests.csproj b/src/CoreTests/CoreTests.csproj
new file mode 100644
index 0000000..ccb44b0
--- /dev/null
+++ b/src/CoreTests/CoreTests.csproj
@@ -0,0 +1,25 @@
+
+
+
+ net461
+ CoreTests
+ CoreTests
+ true
+ false
+ false
+ false
+ true
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/CoreTests/CoreTests.xproj b/src/CoreTests/CoreTests.xproj
deleted file mode 100644
index 08832b8..0000000
--- a/src/CoreTests/CoreTests.xproj
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
- 14.0
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
-
-
-
- eac53866-6dbf-40b7-900a-22267fd0634a
- CoreTests
- .\obj
- .\bin\
- v4.6
-
-
- 2.0
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/CoreTests/project.json b/src/CoreTests/project.json
deleted file mode 100644
index 2653e9e..0000000
--- a/src/CoreTests/project.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "version": "1.0.0-*",
-
- "testRunner": "nunit",
-
- "dependencies": {
- "dotnet-test-nunit": "3.4.0-beta-2",
- "Microsoft.AspNetCore.Identity.MongoDB": "1.0.0-*",
- "Microsoft.Extensions.DependencyInjection": "1.0.0",
- "Microsoft.Extensions.Logging": "1.0.0",
- "NUnit": "3.4.1"
- },
-
- "frameworks": {
- "net451": {},
- "netcoreapp1.0": {
- "imports": "portable-net45+win8",
- "dependencies": {
- "Microsoft.NETCore.App": {
- "version": "1.0.0-*",
- "type": "platform"
- }
- }
- }
- }
-}
diff --git a/src/Microsoft.AspNetCore.Identity.MongoDB/Microsoft.AspNetCore.Identity.MongoDB.csproj b/src/Microsoft.AspNetCore.Identity.MongoDB/Microsoft.AspNetCore.Identity.MongoDB.csproj
new file mode 100644
index 0000000..aa75bd4
--- /dev/null
+++ b/src/Microsoft.AspNetCore.Identity.MongoDB/Microsoft.AspNetCore.Identity.MongoDB.csproj
@@ -0,0 +1,34 @@
+
+
+
+ A MongoDB provider for ASP.NET Core Identity framework.
+ 1.0.2
+ Wes Higbee
+ true
+ Microsoft.AspNetCore.Identity.MongoDB
+ Microsoft.AspNetCore.Identity.MongoDB
+ aspnetcore;mongo;mongodb;identity;membership
+ Update to .NET Standard 2.0
+ https://github.com/g0t4/aspnet-identity-mongo
+ https://github.com/g0t4/aspnet-identity-mongo/blob/master/LICENSE
+ git
+ https://github.com/g0t4/aspnet-identity-mongo
+ false
+ false
+ false
+
+ Library
+
+ netstandard2.0
+ 2.0.0.0
+ 2.0.0.0
+ 2.0.0
+ false
+
+
+
+
+
+
+
+
diff --git a/src/Microsoft.AspNetCore.Identity.MongoDB/Microsoft.AspNetCore.Identity.MongoDB.xproj b/src/Microsoft.AspNetCore.Identity.MongoDB/Microsoft.AspNetCore.Identity.MongoDB.xproj
deleted file mode 100644
index fdfda80..0000000
--- a/src/Microsoft.AspNetCore.Identity.MongoDB/Microsoft.AspNetCore.Identity.MongoDB.xproj
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
- 14.0
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
-
-
-
-
- 6dff5058-e107-459e-87c3-da41b2c1463c
- Microsoft.AspNetCore.Identity.MongoDB
- .\obj
- .\bin\
- v4.6
-
-
-
- 2.0
-
-
-
diff --git a/src/Microsoft.AspNetCore.Identity.MongoDB/project.json b/src/Microsoft.AspNetCore.Identity.MongoDB/project.json
deleted file mode 100644
index f1321db..0000000
--- a/src/Microsoft.AspNetCore.Identity.MongoDB/project.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "name": "Microsoft.AspNetCore.Identity.MongoDB",
- "version": "1.0.2",
-
- "description":
- "A MongoDB provider for ASP.NET Core Identity framework.",
-
- "authors": ["Wes Higbee"],
-
- "buildOptions": {
- "warningsAsErrors": true
- },
-
- "packOptions": {
- "summary": "A MongoDB provider for ASP.NET Core Identity",
- "owners": ["Wes Higbee"],
- "releaseNotes": "Convert back to using DateTime to store LockoutEndDate, DateTimeOffset serializes to an array of values which could make it hard for people to sort on this and query on this. Also DateTime was used in the v2 driver, so this makes the upgrade story easier.",
-
- "tags": [
- "aspnetcore",
- "mongo",
- "mongodb",
- "identity",
- "membership"
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/g0t4/aspnet-identity-mongo"
- },
- "licenseUrl": "https://github.com/g0t4/aspnet-identity-mongo/blob/master/LICENSE",
- "projectUrl": "https://github.com/g0t4/aspnet-identity-mongo"
- },
-
- "dependencies": {
- "Microsoft.AspNetCore.Identity": "1.0.0",
- "MongoDB.Driver": "2.3.0"
- },
-
- "frameworks": {
- "net451": {},
- "netstandard1.5": {
- "dependencies": {
- "NETStandard.Library": "1.6.0"
- }
- }
- }
-}