diff --git a/BranchValidator/BranchValidator.csproj b/BranchValidator/BranchValidator.csproj index d6f8783f..01cfdc86 100644 --- a/BranchValidator/BranchValidator.csproj +++ b/BranchValidator/BranchValidator.csproj @@ -33,14 +33,14 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/BranchValidatorShared/BranchValidatorShared.csproj b/BranchValidatorShared/BranchValidatorShared.csproj index ead5f21d..093055ed 100644 --- a/BranchValidatorShared/BranchValidatorShared.csproj +++ b/BranchValidatorShared/BranchValidatorShared.csproj @@ -17,7 +17,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Dockerfile b/Dockerfile index b70238b1..fd57f3fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Set the base image as the .NET 7.0 SDK (this includes the runtime) -FROM mcr.microsoft.com/dotnet/sdk:7.0 as build-env +FROM mcr.microsoft.com/dotnet/sdk:10.0 as build-env # Copy everything and publish the release (publish implicitly restores and builds) COPY . ./ @@ -14,6 +14,6 @@ LABEL homepage="https://github.com/KinsonDigital/BranchValidator" LABEL com.github.actions.name="Branch Validator" # Relayer the .NET SDK, anew with the build output -FROM mcr.microsoft.com/dotnet/sdk:7.0 +FROM mcr.microsoft.com/dotnet/sdk:10.0 COPY --from=build-env /out . ENTRYPOINT [ "dotnet", "/BranchValidator.dll" ] diff --git a/Testing/BranchValidatorIntegrationTests/BranchValidatorIntegrationTests.csproj b/Testing/BranchValidatorIntegrationTests/BranchValidatorIntegrationTests.csproj index 7d2a21ce..1307c964 100644 --- a/Testing/BranchValidatorIntegrationTests/BranchValidatorIntegrationTests.csproj +++ b/Testing/BranchValidatorIntegrationTests/BranchValidatorIntegrationTests.csproj @@ -17,7 +17,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Testing/BranchValidatorSharedTests/BranchValidatorSharedTests.csproj b/Testing/BranchValidatorSharedTests/BranchValidatorSharedTests.csproj index 21908531..05ac09ac 100644 --- a/Testing/BranchValidatorSharedTests/BranchValidatorSharedTests.csproj +++ b/Testing/BranchValidatorSharedTests/BranchValidatorSharedTests.csproj @@ -16,7 +16,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Testing/BranchValidatorTests/BranchValidatorTests.csproj b/Testing/BranchValidatorTests/BranchValidatorTests.csproj index 287126ba..422cc75a 100644 --- a/Testing/BranchValidatorTests/BranchValidatorTests.csproj +++ b/Testing/BranchValidatorTests/BranchValidatorTests.csproj @@ -17,7 +17,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Testing/ScriptGeneratorTests/ScriptGeneratorTests.csproj b/Testing/ScriptGeneratorTests/ScriptGeneratorTests.csproj index d5483006..e354671e 100644 --- a/Testing/ScriptGeneratorTests/ScriptGeneratorTests.csproj +++ b/Testing/ScriptGeneratorTests/ScriptGeneratorTests.csproj @@ -18,7 +18,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Testing/TestingShared/TestingShared.csproj b/Testing/TestingShared/TestingShared.csproj index 68ff9521..4dc6d7ac 100644 --- a/Testing/TestingShared/TestingShared.csproj +++ b/Testing/TestingShared/TestingShared.csproj @@ -11,7 +11,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Tooling/ScriptGenerator/ScriptGenerator.csproj b/Tooling/ScriptGenerator/ScriptGenerator.csproj index 71f69e4f..54706913 100644 --- a/Tooling/ScriptGenerator/ScriptGenerator.csproj +++ b/Tooling/ScriptGenerator/ScriptGenerator.csproj @@ -13,11 +13,11 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive