From a465065069d83e6f90d946562cf511c30b97367e Mon Sep 17 00:00:00 2001 From: ronimizy Date: Sat, 28 Mar 2026 18:38:05 +0300 Subject: [PATCH 1/2] fix: dotnet version --- .github/workflows/dotnet-build.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-build.yml b/.github/workflows/dotnet-build.yml index 91ac657..3c49901 100644 --- a/.github/workflows/dotnet-build.yml +++ b/.github/workflows/dotnet-build.yml @@ -31,7 +31,7 @@ jobs: uses: actions/setup-dotnet@v1 if: steps.cache-tests.outputs.cache-hit != 'true' with: - dotnet-version: 8.0.x + dotnet-version: 10.0.x - name: Cache nuget packages uses: actions/cache@v3 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c6a629e..a10ee5c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 8.0.x + dotnet-version: 10.0.x - name: exclude redundant projects and files run: | From 7bf15601c1f4366ad9ed743d4ebc393f10900610 Mon Sep 17 00:00:00 2001 From: ronimizy Date: Sat, 28 Mar 2026 18:43:24 +0300 Subject: [PATCH 2/2] fix: dotnet version --- Directory.Build.props | 4 ++-- .../SourceKit.Generators.Grpc.Samples.Transitive.csproj | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 17b15ad..0c325c1 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,8 +1,8 @@ - net8.0 - 12 + net10.0 + latest enable enable diff --git a/samples/generators/SourceKit.Generators.Grpc.Samples.Transitive/SourceKit.Generators.Grpc.Samples.Transitive.csproj b/samples/generators/SourceKit.Generators.Grpc.Samples.Transitive/SourceKit.Generators.Grpc.Samples.Transitive.csproj index 6794d5c..dcee085 100644 --- a/samples/generators/SourceKit.Generators.Grpc.Samples.Transitive/SourceKit.Generators.Grpc.Samples.Transitive.csproj +++ b/samples/generators/SourceKit.Generators.Grpc.Samples.Transitive/SourceKit.Generators.Grpc.Samples.Transitive.csproj @@ -2,7 +2,6 @@ Exe - net10.0 enable enable