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: | 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