From fc004925317b7f52e2c0bdb60f4cff463ef544f8 Mon Sep 17 00:00:00 2001 From: yubaolee Date: Sun, 21 Mar 2021 10:34:59 +0800 Subject: [PATCH] change 3.1 to 5.0 --- Infrastructure/Infrastructure.csproj | 6 +++--- OpenAuth.App/OpenAuth.App.csproj | 6 +++--- OpenAuth.App/Test/TestBuilder.cs | 2 +- OpenAuth.Repository/OpenAuth.Repository.csproj | 6 +++--- OpenAuth.WebApi/OpenAuth.WebApi.csproj | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) 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 @@ - - + +