From 29de3d0bfeb166df6c4d69e38e920af451827275 Mon Sep 17 00:00:00 2001 From: Denis Prokhorchik Date: Sun, 30 Oct 2022 23:20:00 +0300 Subject: [PATCH 1/2] feat(issue-474): upgrade .net core to 6.0 of auth service --- .../O2NextGen.Auth.Web.csproj | 19 +++++++++---------- ...IntegrationTests.O2NextGen.Auth.Web.csproj | 6 +----- .../Tests.O2NextGen.Auth.Web.csproj | 14 +++++--------- 3 files changed, 15 insertions(+), 24 deletions(-) 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 dc363832..c874a75b 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 @@ - net5.0 + net6.0 OutOfProcess ../../../docker-compose.dcproj adca6dac-ab6b-4a1a-b8c4-03f600c16f45 @@ -12,23 +12,22 @@ - - + + - + - + - + - - + - - + + 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 5008fa28..7d2378ce 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,7 +1,7 @@ - net5.0 + net6.0 false @@ -18,8 +18,4 @@ - - - - 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 632f6e8f..a82c0e2e 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,23 +1,19 @@ - net5.0 + net6.0 false - - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - - - - From 33763af371641684e2d6793b34600336fdc3453d Mon Sep 17 00:00:00 2001 From: Denis Prokharhcyk Date: Sun, 30 Oct 2022 23:32:56 +0300 Subject: [PATCH 2/2] feat(issue-474): update auth.web project --- .../Tests.O2NextGen.Auth.Web/Tests.O2NextGen.Auth.Web.csproj | 3 +++ 1 file changed, 3 insertions(+) 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 a82c0e2e..ee818bad 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 @@ -16,4 +16,7 @@ + + +