From 1a376a9c28231b4bdfa7edf4741883d13c0f3bb9 Mon Sep 17 00:00:00 2001 From: Leonid Tsarev Date: Tue, 13 Aug 2024 23:05:00 +0300 Subject: [PATCH] Bump .NET to 8.0.8 (#2745) --- .config/dotnet-tools.json | 4 ++-- src/JoinRpg.Blazor.Client/JoinRpg.Blazor.Client.csproj | 6 +++--- .../JoinRpg.Blazor.ComponentBook.csproj | 4 ++-- .../JoinRpg.Dal.DataProtection.csproj | 2 +- .../JoinRpg.Dal.JobService.csproj | 2 +- .../JoinRpg.IntegrationTest.csproj | 2 +- src/JoinRpg.Portal.Test/JoinRpg.Portal.Test.csproj | 2 +- src/JoinRpg.Portal/Dockerfile | 2 +- src/JoinRpg.Portal/JoinRpg.Portal.csproj | 10 +++++----- .../JoinRpg.Web.CharacterGroups.csproj | 2 +- src/JoinRpg.Web.CheckIn/JoinRpg.Web.CheckIn.csproj | 2 +- src/JoinRpg.WebComponents/JoinRpg.WebComponents.csproj | 2 +- src/Joinrpg.Dal.Migrate/Dockerfile | 2 +- 13 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 608e342bb..a3847dcdf 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,10 +3,10 @@ "isRoot": true, "tools": { "dotnet-ef": { - "version": "8.0.7", + "version": "8.0.8", "commands": [ "dotnet-ef" ] } } -} \ No newline at end of file +} diff --git a/src/JoinRpg.Blazor.Client/JoinRpg.Blazor.Client.csproj b/src/JoinRpg.Blazor.Client/JoinRpg.Blazor.Client.csproj index 02d70bb20..d0b68f491 100644 --- a/src/JoinRpg.Blazor.Client/JoinRpg.Blazor.Client.csproj +++ b/src/JoinRpg.Blazor.Client/JoinRpg.Blazor.Client.csproj @@ -6,9 +6,9 @@ - - - + + + diff --git a/src/JoinRpg.Blazor.ComponentBook/JoinRpg.Blazor.ComponentBook.csproj b/src/JoinRpg.Blazor.ComponentBook/JoinRpg.Blazor.ComponentBook.csproj index d03b09fed..7aaa00f26 100644 --- a/src/JoinRpg.Blazor.ComponentBook/JoinRpg.Blazor.ComponentBook.csproj +++ b/src/JoinRpg.Blazor.ComponentBook/JoinRpg.Blazor.ComponentBook.csproj @@ -5,8 +5,8 @@ - - + + diff --git a/src/JoinRpg.Dal.DataProtection/JoinRpg.Dal.DataProtection.csproj b/src/JoinRpg.Dal.DataProtection/JoinRpg.Dal.DataProtection.csproj index adf806232..ba20a44ed 100644 --- a/src/JoinRpg.Dal.DataProtection/JoinRpg.Dal.DataProtection.csproj +++ b/src/JoinRpg.Dal.DataProtection/JoinRpg.Dal.DataProtection.csproj @@ -8,7 +8,7 @@ - + diff --git a/src/JoinRpg.Dal.JobService/JoinRpg.Dal.JobService.csproj b/src/JoinRpg.Dal.JobService/JoinRpg.Dal.JobService.csproj index 2f4c25b4b..5904f213a 100644 --- a/src/JoinRpg.Dal.JobService/JoinRpg.Dal.JobService.csproj +++ b/src/JoinRpg.Dal.JobService/JoinRpg.Dal.JobService.csproj @@ -7,7 +7,7 @@ - + diff --git a/src/JoinRpg.IntegrationTests/JoinRpg.IntegrationTest.csproj b/src/JoinRpg.IntegrationTests/JoinRpg.IntegrationTest.csproj index 3899df140..533bb2872 100644 --- a/src/JoinRpg.IntegrationTests/JoinRpg.IntegrationTest.csproj +++ b/src/JoinRpg.IntegrationTests/JoinRpg.IntegrationTest.csproj @@ -8,7 +8,7 @@ - + all diff --git a/src/JoinRpg.Portal.Test/JoinRpg.Portal.Test.csproj b/src/JoinRpg.Portal.Test/JoinRpg.Portal.Test.csproj index dad084a3d..babc7e92a 100644 --- a/src/JoinRpg.Portal.Test/JoinRpg.Portal.Test.csproj +++ b/src/JoinRpg.Portal.Test/JoinRpg.Portal.Test.csproj @@ -8,7 +8,7 @@ - + all diff --git a/src/JoinRpg.Portal/Dockerfile b/src/JoinRpg.Portal/Dockerfile index e6cd7da49..29ca37916 100644 --- a/src/JoinRpg.Portal/Dockerfile +++ b/src/JoinRpg.Portal/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/aspnet:8.0.7 +FROM mcr.microsoft.com/dotnet/aspnet:8.0.8 RUN groupadd user && useradd -g user user --home-dir "/app" --create-home diff --git a/src/JoinRpg.Portal/JoinRpg.Portal.csproj b/src/JoinRpg.Portal/JoinRpg.Portal.csproj index 11f8f80bc..724cf082f 100644 --- a/src/JoinRpg.Portal/JoinRpg.Portal.csproj +++ b/src/JoinRpg.Portal/JoinRpg.Portal.csproj @@ -23,13 +23,13 @@ - + - - - - + + + + all runtime; build; native; contentfiles; analyzers diff --git a/src/JoinRpg.Web.CharacterGroups/JoinRpg.Web.CharacterGroups.csproj b/src/JoinRpg.Web.CharacterGroups/JoinRpg.Web.CharacterGroups.csproj index 0f916c9bf..f2ba417ed 100644 --- a/src/JoinRpg.Web.CharacterGroups/JoinRpg.Web.CharacterGroups.csproj +++ b/src/JoinRpg.Web.CharacterGroups/JoinRpg.Web.CharacterGroups.csproj @@ -17,7 +17,7 @@ - + diff --git a/src/JoinRpg.Web.CheckIn/JoinRpg.Web.CheckIn.csproj b/src/JoinRpg.Web.CheckIn/JoinRpg.Web.CheckIn.csproj index 3e9b77746..914148604 100644 --- a/src/JoinRpg.Web.CheckIn/JoinRpg.Web.CheckIn.csproj +++ b/src/JoinRpg.Web.CheckIn/JoinRpg.Web.CheckIn.csproj @@ -20,7 +20,7 @@ - + diff --git a/src/JoinRpg.WebComponents/JoinRpg.WebComponents.csproj b/src/JoinRpg.WebComponents/JoinRpg.WebComponents.csproj index 97e0417c1..584f5cc20 100644 --- a/src/JoinRpg.WebComponents/JoinRpg.WebComponents.csproj +++ b/src/JoinRpg.WebComponents/JoinRpg.WebComponents.csproj @@ -13,7 +13,7 @@ - + diff --git a/src/Joinrpg.Dal.Migrate/Dockerfile b/src/Joinrpg.Dal.Migrate/Dockerfile index 70bff1d7f..e93d42eee 100644 --- a/src/Joinrpg.Dal.Migrate/Dockerfile +++ b/src/Joinrpg.Dal.Migrate/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/aspnet:8.0.7 +FROM mcr.microsoft.com/dotnet/aspnet:8.0.8 RUN groupadd user && \ useradd -g user user --home-dir "/app" --create-home