diff --git a/.build/Helpers.cs b/.build/Helpers.cs index 987cebd..696e2cd 100644 --- a/.build/Helpers.cs +++ b/.build/Helpers.cs @@ -36,7 +36,7 @@ public static IReadOnlyCollection DotNetBuildSolution(string solution) var list = new List(); var args = string.Join(" ", projects.Select(t => $"\"{t}\"")); - list.AddRange(DotNetTasks.DotNet($"new sln -n {Path.GetFileNameWithoutExtension(solution)}", working)); + list.AddRange(DotNetTasks.DotNet($"new sln -n {Path.GetFileNameWithoutExtension(solution)} --format sln", working)); list.AddRange(DotNetTasks.DotNet($"sln \"{solution}\" add {args}", working)); return list; diff --git a/.github/actions/setup-relay/action.yml b/.github/actions/setup-relay/action.yml index 06927fa..2d65430 100644 --- a/.github/actions/setup-relay/action.yml +++ b/.github/actions/setup-relay/action.yml @@ -10,7 +10,7 @@ runs: - name: "💽️ Setup" uses: actions/setup-dotnet@v5 with: - dotnet-version: "9.0.x" + dotnet-version: "10.0.x" - name: "📄️ Export" shell: bash diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 9d943a8..9e4da15 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -22,7 +22,7 @@ jobs: - name: "💽️ Setup" uses: actions/setup-dotnet@v5 with: - dotnet-version: "9.0.x" + dotnet-version: "10.0.x" - name: "🏗️ Generate" run: dotnet run --project ./.build -- MatrixGenerate @@ -49,7 +49,7 @@ jobs: - name: "💽️ Setup" uses: actions/setup-dotnet@v5 with: - dotnet-version: "9.0.x" + dotnet-version: "10.0.x" - name: "🏗️ Build" run: | diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index acb399d..afc9286 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -24,7 +24,7 @@ jobs: - name: "💽️ Setup" uses: actions/setup-dotnet@v5 with: - dotnet-version: "9.0.x" + dotnet-version: "10.0.x" - name: "🏗️ Generate" run: dotnet run --project ./.build -- MatrixGenerate @@ -51,7 +51,7 @@ jobs: - name: "💽️ Setup" uses: actions/setup-dotnet@v5 with: - dotnet-version: "9.0.x" + dotnet-version: "10.0.x" - name: "🏗️ Build" run: | diff --git a/.nuke/build.schema.json b/.nuke/build.schema.json index 23067a0..e26ab69 100644 --- a/.nuke/build.schema.json +++ b/.nuke/build.schema.json @@ -101,7 +101,7 @@ "allOf": [ { "properties": { - "Configuration": { + "_configuration": { "type": "string", "description": "Configuration to build - Default is 'Debug' (local) or 'Release' (server)", "enum": [ diff --git a/src/Directory.Build.props b/src/Directory.Build.props index ae56598..589d40f 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -34,22 +34,22 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + \ No newline at end of file diff --git a/src/Infrastructure/src/EntityFrameworkCore/Giantnodes.Infrastructure.EntityFrameworkCore.csproj b/src/Infrastructure/src/EntityFrameworkCore/Giantnodes.Infrastructure.EntityFrameworkCore.csproj index 90ce298..1722fba 100644 --- a/src/Infrastructure/src/EntityFrameworkCore/Giantnodes.Infrastructure.EntityFrameworkCore.csproj +++ b/src/Infrastructure/src/EntityFrameworkCore/Giantnodes.Infrastructure.EntityFrameworkCore.csproj @@ -1,7 +1,7 @@ - net9.0 + net10.0 @@ -13,7 +13,7 @@ - + diff --git a/src/Infrastructure/src/GraphQL/Giantnodes.Infrastructure.GraphQL.csproj b/src/Infrastructure/src/GraphQL/Giantnodes.Infrastructure.GraphQL.csproj index f7509f2..6b42c54 100644 --- a/src/Infrastructure/src/GraphQL/Giantnodes.Infrastructure.GraphQL.csproj +++ b/src/Infrastructure/src/GraphQL/Giantnodes.Infrastructure.GraphQL.csproj @@ -1,13 +1,13 @@ - net9.0 + net10.0 - - - + + + diff --git a/src/Infrastructure/src/Infrastructure/Giantnodes.Infrastructure.csproj b/src/Infrastructure/src/Infrastructure/Giantnodes.Infrastructure.csproj index 4ccecad..c218bcd 100644 --- a/src/Infrastructure/src/Infrastructure/Giantnodes.Infrastructure.csproj +++ b/src/Infrastructure/src/Infrastructure/Giantnodes.Infrastructure.csproj @@ -1,7 +1,7 @@ - net9.0 + net10.0 @@ -11,9 +11,9 @@ - - - + + + diff --git a/src/Infrastructure/src/MassTransit/Giantnodes.Infrastructure.MassTransit.csproj b/src/Infrastructure/src/MassTransit/Giantnodes.Infrastructure.MassTransit.csproj index 58894e4..214baca 100644 --- a/src/Infrastructure/src/MassTransit/Giantnodes.Infrastructure.MassTransit.csproj +++ b/src/Infrastructure/src/MassTransit/Giantnodes.Infrastructure.MassTransit.csproj @@ -1,11 +1,11 @@ - net9.0 + net10.0 - + diff --git a/src/Infrastructure/src/Pipelines.MassTransit/Giantnodes.Infrastructure.Pipelines.MassTransit.csproj b/src/Infrastructure/src/Pipelines.MassTransit/Giantnodes.Infrastructure.Pipelines.MassTransit.csproj index 82d6e23..f59fec5 100644 --- a/src/Infrastructure/src/Pipelines.MassTransit/Giantnodes.Infrastructure.Pipelines.MassTransit.csproj +++ b/src/Infrastructure/src/Pipelines.MassTransit/Giantnodes.Infrastructure.Pipelines.MassTransit.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 @@ -11,8 +11,8 @@ - - + + diff --git a/src/Infrastructure/src/Pipelines/Giantnodes.Infrastructure.Pipelines.csproj b/src/Infrastructure/src/Pipelines/Giantnodes.Infrastructure.Pipelines.csproj index 337fa05..dd4b616 100644 --- a/src/Infrastructure/src/Pipelines/Giantnodes.Infrastructure.Pipelines.csproj +++ b/src/Infrastructure/src/Pipelines/Giantnodes.Infrastructure.Pipelines.csproj @@ -1,12 +1,12 @@  - net9.0 + net10.0 - - + + diff --git a/src/Infrastructure/tests/GraphQL.Tests/Giantnodes.Infrastructure.GraphQL.Tests.csproj b/src/Infrastructure/tests/GraphQL.Tests/Giantnodes.Infrastructure.GraphQL.Tests.csproj index acaa2ba..f4213ca 100644 --- a/src/Infrastructure/tests/GraphQL.Tests/Giantnodes.Infrastructure.GraphQL.Tests.csproj +++ b/src/Infrastructure/tests/GraphQL.Tests/Giantnodes.Infrastructure.GraphQL.Tests.csproj @@ -1,27 +1,27 @@  - - net9.0 - false - true - + + net10.0 + false + true + - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + - - - + + + diff --git a/src/Infrastructure/tests/Infrastructure.Tests/Giantnodes.Infrastructure.Tests.csproj b/src/Infrastructure/tests/Infrastructure.Tests/Giantnodes.Infrastructure.Tests.csproj index 0a3304f..eb145f4 100644 --- a/src/Infrastructure/tests/Infrastructure.Tests/Giantnodes.Infrastructure.Tests.csproj +++ b/src/Infrastructure/tests/Infrastructure.Tests/Giantnodes.Infrastructure.Tests.csproj @@ -1,27 +1,27 @@ - - net9.0 - false - true - + + net10.0 + false + true + - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + - - - + + + diff --git a/src/Infrastructure/tests/Pipelines.Tests/Giantnodes.Infrastructure.Pipelines.Tests.csproj b/src/Infrastructure/tests/Pipelines.Tests/Giantnodes.Infrastructure.Pipelines.Tests.csproj index 8ec43f3..677966e 100644 --- a/src/Infrastructure/tests/Pipelines.Tests/Giantnodes.Infrastructure.Pipelines.Tests.csproj +++ b/src/Infrastructure/tests/Pipelines.Tests/Giantnodes.Infrastructure.Pipelines.Tests.csproj @@ -1,14 +1,14 @@ - net9.0 + net10.0 false true - - + + diff --git a/src/Service.Runner/src/Components/Giantnodes.Service.Runner.Components.csproj b/src/Service.Runner/src/Components/Giantnodes.Service.Runner.Components.csproj index d4a9ea6..bbba923 100644 --- a/src/Service.Runner/src/Components/Giantnodes.Service.Runner.Components.csproj +++ b/src/Service.Runner/src/Components/Giantnodes.Service.Runner.Components.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 diff --git a/src/Service.Runner/src/Console/Giantnodes.Service.Runner.Console.csproj b/src/Service.Runner/src/Console/Giantnodes.Service.Runner.Console.csproj index d41b504..e9a1270 100644 --- a/src/Service.Runner/src/Console/Giantnodes.Service.Runner.Console.csproj +++ b/src/Service.Runner/src/Console/Giantnodes.Service.Runner.Console.csproj @@ -2,7 +2,7 @@ Exe - net9.0 + net10.0 @@ -16,12 +16,12 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + diff --git a/src/Service.Runner/src/Contracts/Giantnodes.Service.Runner.Contracts.csproj b/src/Service.Runner/src/Contracts/Giantnodes.Service.Runner.Contracts.csproj index f1fafa7..dffdd36 100644 --- a/src/Service.Runner/src/Contracts/Giantnodes.Service.Runner.Contracts.csproj +++ b/src/Service.Runner/src/Contracts/Giantnodes.Service.Runner.Contracts.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 diff --git a/src/Service.Runner/src/Infrastructure/Giantnodes.Service.Runner.Infrastructure.csproj b/src/Service.Runner/src/Infrastructure/Giantnodes.Service.Runner.Infrastructure.csproj index 8757256..2927fb5 100644 --- a/src/Service.Runner/src/Infrastructure/Giantnodes.Service.Runner.Infrastructure.csproj +++ b/src/Service.Runner/src/Infrastructure/Giantnodes.Service.Runner.Infrastructure.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 @@ -13,7 +13,7 @@ - + diff --git a/src/Service.Runner/src/Persistence/Giantnodes.Service.Runner.Persistence.csproj b/src/Service.Runner/src/Persistence/Giantnodes.Service.Runner.Persistence.csproj index 8a364f1..9a4a2b2 100644 --- a/src/Service.Runner/src/Persistence/Giantnodes.Service.Runner.Persistence.csproj +++ b/src/Service.Runner/src/Persistence/Giantnodes.Service.Runner.Persistence.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 @@ -9,11 +9,11 @@ - + - - - + + + diff --git a/src/Service.Supervisor/src/Components/Giantnodes.Service.Supervisor.Components.csproj b/src/Service.Supervisor/src/Components/Giantnodes.Service.Supervisor.Components.csproj index 42c8182..9834baf 100644 --- a/src/Service.Supervisor/src/Components/Giantnodes.Service.Supervisor.Components.csproj +++ b/src/Service.Supervisor/src/Components/Giantnodes.Service.Supervisor.Components.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 diff --git a/src/Service.Supervisor/src/Contracts/Giantnodes.Service.Supervisor.Contracts.csproj b/src/Service.Supervisor/src/Contracts/Giantnodes.Service.Supervisor.Contracts.csproj index cde23e9..9e84315 100644 --- a/src/Service.Supervisor/src/Contracts/Giantnodes.Service.Supervisor.Contracts.csproj +++ b/src/Service.Supervisor/src/Contracts/Giantnodes.Service.Supervisor.Contracts.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 diff --git a/src/Service.Supervisor/src/Domain/Giantnodes.Service.Supervisor.Domain.csproj b/src/Service.Supervisor/src/Domain/Giantnodes.Service.Supervisor.Domain.csproj index 0f42ef7..e3fe862 100644 --- a/src/Service.Supervisor/src/Domain/Giantnodes.Service.Supervisor.Domain.csproj +++ b/src/Service.Supervisor/src/Domain/Giantnodes.Service.Supervisor.Domain.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 @@ -11,7 +11,7 @@ - + diff --git a/src/Service.Supervisor/src/HttpApi/Giantnodes.Service.Supervisor.HttpApi.csproj b/src/Service.Supervisor/src/HttpApi/Giantnodes.Service.Supervisor.HttpApi.csproj index 1f396b9..48962f7 100644 --- a/src/Service.Supervisor/src/HttpApi/Giantnodes.Service.Supervisor.HttpApi.csproj +++ b/src/Service.Supervisor/src/HttpApi/Giantnodes.Service.Supervisor.HttpApi.csproj @@ -1,19 +1,19 @@ - net9.0 + net10.0 - - - - - + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/Service.Supervisor/src/Infrastructure/Giantnodes.Service.Supervisor.Infrastructure.csproj b/src/Service.Supervisor/src/Infrastructure/Giantnodes.Service.Supervisor.Infrastructure.csproj index 12a586a..ab9c7ff 100644 --- a/src/Service.Supervisor/src/Infrastructure/Giantnodes.Service.Supervisor.Infrastructure.csproj +++ b/src/Service.Supervisor/src/Infrastructure/Giantnodes.Service.Supervisor.Infrastructure.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 diff --git a/src/Service.Supervisor/src/Persistence/Giantnodes.Service.Supervisor.Persistence.csproj b/src/Service.Supervisor/src/Persistence/Giantnodes.Service.Supervisor.Persistence.csproj index dae91f2..a12b4c4 100644 --- a/src/Service.Supervisor/src/Persistence/Giantnodes.Service.Supervisor.Persistence.csproj +++ b/src/Service.Supervisor/src/Persistence/Giantnodes.Service.Supervisor.Persistence.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 @@ -12,11 +12,11 @@ - + - - - + + + diff --git a/src/global.json b/src/global.json index 90b3042..fe7e453 100644 --- a/src/global.json +++ b/src/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.0", + "version": "10.0.100", "rollForward": "latestFeature", "allowPrerelease": false }