From 2968aa27a229d86c138deae326978331c485954f Mon Sep 17 00:00:00 2001 From: yubaolee Date: Fri, 11 Aug 2023 17:33:29 +0800 Subject: [PATCH] update to .net 6 --- Infrastructure/Infrastructure.csproj | 2 +- OpenAuth.App/OpenAuth.App.csproj | 2 +- OpenAuth.Identity/OpenAuth.IdentityServer.csproj | 2 +- OpenAuth.Mvc/OpenAuth.Mvc.csproj | 2 +- OpenAuth.Repository/OpenAuth.Repository.csproj | 2 +- OpenAuth.WebApi/OpenAuth.WebApi.csproj | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Infrastructure/Infrastructure.csproj b/Infrastructure/Infrastructure.csproj index 4b68fee7..126d75b7 100644 --- a/Infrastructure/Infrastructure.csproj +++ b/Infrastructure/Infrastructure.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 diff --git a/OpenAuth.App/OpenAuth.App.csproj b/OpenAuth.App/OpenAuth.App.csproj index 6c12f1f9..facf853e 100644 --- a/OpenAuth.App/OpenAuth.App.csproj +++ b/OpenAuth.App/OpenAuth.App.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 diff --git a/OpenAuth.Identity/OpenAuth.IdentityServer.csproj b/OpenAuth.Identity/OpenAuth.IdentityServer.csproj index 189d272c..ab5fdc93 100644 --- a/OpenAuth.Identity/OpenAuth.IdentityServer.csproj +++ b/OpenAuth.Identity/OpenAuth.IdentityServer.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 diff --git a/OpenAuth.Mvc/OpenAuth.Mvc.csproj b/OpenAuth.Mvc/OpenAuth.Mvc.csproj index 9a5b8f0c..0753d2d2 100644 --- a/OpenAuth.Mvc/OpenAuth.Mvc.csproj +++ b/OpenAuth.Mvc/OpenAuth.Mvc.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 false diff --git a/OpenAuth.Repository/OpenAuth.Repository.csproj b/OpenAuth.Repository/OpenAuth.Repository.csproj index 00cf3932..d5bdec97 100644 --- a/OpenAuth.Repository/OpenAuth.Repository.csproj +++ b/OpenAuth.Repository/OpenAuth.Repository.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 diff --git a/OpenAuth.WebApi/OpenAuth.WebApi.csproj b/OpenAuth.WebApi/OpenAuth.WebApi.csproj index e26a98f5..068e40a5 100644 --- a/OpenAuth.WebApi/OpenAuth.WebApi.csproj +++ b/OpenAuth.WebApi/OpenAuth.WebApi.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0