diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 305c4ee..753f533 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - name: Setup .NET 9 uses: actions/setup-dotnet@v4 with: - dotnet-version: 9.0.x + dotnet-version: 10.0.x - name: Build run: dotnet build -c Release src/Cloudtoid.CodeAnalysis.sln diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cb3f3f2..5475dc8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: - name: Setup .NET 9 uses: actions/setup-dotnet@v3 with: - dotnet-version: 9.0.x + dotnet-version: 10.0.x - name: Build run: dotnet build -c Release src/Cloudtoid.CodeAnalysis.sln diff --git a/src/Cloudtoid.CodeAnalysis.csproj b/src/Cloudtoid.CodeAnalysis.csproj index 262e21d..2163c0e 100644 --- a/src/Cloudtoid.CodeAnalysis.csproj +++ b/src/Cloudtoid.CodeAnalysis.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 @@ -24,7 +24,7 @@ - +