diff --git a/src/Services/auth/O2NextGen.Auth.Web/O2NextGen.Auth.Web.csproj b/src/Services/auth/O2NextGen.Auth.Web/O2NextGen.Auth.Web.csproj index 88c5d56c..dc363832 100644 --- a/src/Services/auth/O2NextGen.Auth.Web/O2NextGen.Auth.Web.csproj +++ b/src/Services/auth/O2NextGen.Auth.Web/O2NextGen.Auth.Web.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1 + net5.0 OutOfProcess ../../../docker-compose.dcproj adca6dac-ab6b-4a1a-b8c4-03f600c16f45 @@ -11,8 +11,6 @@ - - @@ -26,11 +24,11 @@ - - - - - + + + + + @@ -89,6 +87,8 @@ + + diff --git a/src/Services/auth/Tests/IntegrationTests.O2NextGen.Auth.Web/IntegrationTests.O2NextGen.Auth.Web.csproj b/src/Services/auth/Tests/IntegrationTests.O2NextGen.Auth.Web/IntegrationTests.O2NextGen.Auth.Web.csproj index 37193f0b..5008fa28 100644 --- a/src/Services/auth/Tests/IntegrationTests.O2NextGen.Auth.Web/IntegrationTests.O2NextGen.Auth.Web.csproj +++ b/src/Services/auth/Tests/IntegrationTests.O2NextGen.Auth.Web/IntegrationTests.O2NextGen.Auth.Web.csproj @@ -1,16 +1,18 @@ - netcoreapp2.2 + net5.0 false - - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive +all + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/Services/auth/Tests/Tests.O2NextGen.Auth.Web/Tests.O2NextGen.Auth.Web.csproj b/src/Services/auth/Tests/Tests.O2NextGen.Auth.Web/Tests.O2NextGen.Auth.Web.csproj index 6e89463d..632f6e8f 100644 --- a/src/Services/auth/Tests/Tests.O2NextGen.Auth.Web/Tests.O2NextGen.Auth.Web.csproj +++ b/src/Services/auth/Tests/Tests.O2NextGen.Auth.Web/Tests.O2NextGen.Auth.Web.csproj @@ -1,7 +1,7 @@ - netcoreapp2.2 + net5.0 false @@ -9,7 +9,6 @@ - runtime; build; native; contentfiles; analyzers; buildtransitive