diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8024ea2..faf689a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -11,7 +11,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: Restore run: dotnet restore diff --git a/.github/workflows/CodeQL.yml b/.github/workflows/CodeQL.yml index aed6d07..3d014d7 100644 --- a/.github/workflows/CodeQL.yml +++ b/.github/workflows/CodeQL.yml @@ -53,7 +53,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) diff --git a/.github/workflows/Results.yml b/.github/workflows/Results.yml index 77426b5..2b2844f 100644 --- a/.github/workflows/Results.yml +++ b/.github/workflows/Results.yml @@ -13,7 +13,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: Build benchmarks run: dotnet publish -c Release diff --git a/.github/workflows/Sonar.yml b/.github/workflows/Sonar.yml index 98fdbcd..25655e2 100644 --- a/.github/workflows/Sonar.yml +++ b/.github/workflows/Sonar.yml @@ -17,7 +17,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: Install Java uses: actions/setup-java@v4 diff --git a/BenchmarkMockNet.Tests/BenchmarkMockNet.Tests.csproj b/BenchmarkMockNet.Tests/BenchmarkMockNet.Tests.csproj index 14ea04f..cd66733 100644 --- a/BenchmarkMockNet.Tests/BenchmarkMockNet.Tests.csproj +++ b/BenchmarkMockNet.Tests/BenchmarkMockNet.Tests.csproj @@ -1,6 +1,6 @@ - net8.0 + net9.0 enable enable diff --git a/BenchmarkMockNet/BenchmarkMockNet.csproj b/BenchmarkMockNet/BenchmarkMockNet.csproj index e000381..c9957bc 100644 --- a/BenchmarkMockNet/BenchmarkMockNet.csproj +++ b/BenchmarkMockNet/BenchmarkMockNet.csproj @@ -2,7 +2,7 @@ Exe - net8.0 + net9.0 enable enable false