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