diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f0ce333..a155a29 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/Sonar.yml b/.github/workflows/Sonar.yml index a026d02..392ae2f 100644 --- a/.github/workflows/Sonar.yml +++ b/.github/workflows/Sonar.yml @@ -15,7 +15,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/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 68a4534..1d55e7f 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: Run tests run: dotnet test diff --git a/README.md b/README.md index 996190b..7e4cbc8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Pipelines and helpers used in ecoAPM's static sites ## Requirements -- .NET SDK 6 +- .NET SDK ## Installation diff --git a/StatiqPipelines.Tests/StatiqPipelines.Tests.csproj b/StatiqPipelines.Tests/StatiqPipelines.Tests.csproj index fd065d0..0ff536a 100644 --- a/StatiqPipelines.Tests/StatiqPipelines.Tests.csproj +++ b/StatiqPipelines.Tests/StatiqPipelines.Tests.csproj @@ -1,6 +1,6 @@ - net8.0 + net9.0 ecoAPM.StatiqPipelines.Tests enable enable diff --git a/StatiqPipelines/StatiqPipelines.csproj b/StatiqPipelines/StatiqPipelines.csproj index d36fa57..9728d10 100644 --- a/StatiqPipelines/StatiqPipelines.csproj +++ b/StatiqPipelines/StatiqPipelines.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 2.0.0 ecoAPM.StatiqPipelines ecoAPM.StatiqPipelines