diff --git a/Infrastructure/Infrastructure.csproj b/Infrastructure/Infrastructure.csproj
index 81a5beb4..d7e43deb 100644
--- a/Infrastructure/Infrastructure.csproj
+++ b/Infrastructure/Infrastructure.csproj
@@ -5,7 +5,7 @@
- bin\Debug\netcoreapp3.1\Infrastructure.xml
+ bin\Debug\net5.0\Infrastructure.xml
@@ -15,9 +15,9 @@
-
+
-
+
diff --git a/OpenAuth.App/OpenAuth.App.csproj b/OpenAuth.App/OpenAuth.App.csproj
index cf344808..ab6543a8 100644
--- a/OpenAuth.App/OpenAuth.App.csproj
+++ b/OpenAuth.App/OpenAuth.App.csproj
@@ -5,7 +5,7 @@
- bin\Debug\netcoreapp3.1\OpenAuth.App.xml
+ bin\Debug\net5.0\OpenAuth.App.xml
@@ -26,8 +26,8 @@
-
-
+
+
diff --git a/OpenAuth.App/Test/TestBuilder.cs b/OpenAuth.App/Test/TestBuilder.cs
index 38b75983..998a73bf 100644
--- a/OpenAuth.App/Test/TestBuilder.cs
+++ b/OpenAuth.App/Test/TestBuilder.cs
@@ -39,7 +39,7 @@ namespace OpenAuth.App.Test
//模拟路径
var path = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location)
- .Replace("\\OpenAuth.App\\bin\\Debug\\netcoreapp3.1","");
+ .Replace("\\OpenAuth.App\\bin\\Debug\\net5.0","");
var mockPathProvider = new Mock();
mockPathProvider.Setup(x => x.MapPath("",false)).Returns(path);
services.AddScoped(x => mockHttpFac.Object);
diff --git a/OpenAuth.Repository/OpenAuth.Repository.csproj b/OpenAuth.Repository/OpenAuth.Repository.csproj
index e1710054..9a8c5188 100644
--- a/OpenAuth.Repository/OpenAuth.Repository.csproj
+++ b/OpenAuth.Repository/OpenAuth.Repository.csproj
@@ -5,7 +5,7 @@
- bin\Debug\netcoreapp3.1\OpenAuth.Repository.xml
+ bin\Debug\net5.0\OpenAuth.Repository.xml
@@ -16,9 +16,9 @@
-
+
-
+
diff --git a/OpenAuth.WebApi/OpenAuth.WebApi.csproj b/OpenAuth.WebApi/OpenAuth.WebApi.csproj
index cb47d878..8a09a2de 100644
--- a/OpenAuth.WebApi/OpenAuth.WebApi.csproj
+++ b/OpenAuth.WebApi/OpenAuth.WebApi.csproj
@@ -31,8 +31,8 @@
-
-
+
+