From 67e3d3d48317a93cfb06994e9340be0d8c37d9f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 21:42:11 +0000 Subject: [PATCH] Update dotnet monorepo to v10 --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/main.yml | 4 ++-- .github/workflows/nuget.yml | 2 +- src/TBC.OpenAPI.SDK.Core/TBC.OpenAPI.SDK.Core.csproj | 12 ++++++------ 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d5138ba..d20c34f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -59,7 +59,7 @@ jobs: - name: Setup .NET SDK uses: actions/setup-dotnet@v6 with: - dotnet-version: 8.0.x + dotnet-version: 10.0.x include-prerelease: false - name: Remove net framework example project diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9f4ede8..cfae2e8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,7 +45,7 @@ jobs: - name: Setup .NET SDK uses: actions/setup-dotnet@v6 with: - dotnet-version: 8.0.x + dotnet-version: 10.0.x include-prerelease: false - name: Restore and build SDK-style projects only @@ -93,7 +93,7 @@ jobs: - name: Setup .NET SDK uses: actions/setup-dotnet@v6 with: - dotnet-version: 8.0.x + dotnet-version: 10.0.x include-prerelease: false - name: Setup NuGet CLI diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index d960b8e..8e5eb5b 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -35,7 +35,7 @@ jobs: - name: Setup .NET 8 SDK uses: actions/setup-dotnet@v6 with: - dotnet-version: 8.0.x + dotnet-version: 10.0.x include-prerelease: false - name: Setup NuGet.exe diff --git a/src/TBC.OpenAPI.SDK.Core/TBC.OpenAPI.SDK.Core.csproj b/src/TBC.OpenAPI.SDK.Core/TBC.OpenAPI.SDK.Core.csproj index 666e34a..96a9e3b 100644 --- a/src/TBC.OpenAPI.SDK.Core/TBC.OpenAPI.SDK.Core.csproj +++ b/src/TBC.OpenAPI.SDK.Core/TBC.OpenAPI.SDK.Core.csproj @@ -39,12 +39,12 @@ - - - - - - + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive