From 2b7aa5a1245daa674932296adc1b4ae558896d39 Mon Sep 17 00:00:00 2001 From: Steve Desmond Date: Thu, 16 Nov 2023 10:08:44 -0500 Subject: [PATCH] Upgrade to .NET 8 --- .github/workflows/CI.yml | 2 +- .github/workflows/CodeQL.yml | 2 +- .github/workflows/Sonar.yml | 2 +- .github/workflows/nuget.yml | 2 +- StatiqPipelines.Tests/StatiqPipelines.Tests.csproj | 2 +- StatiqPipelines/StatiqPipelines.csproj | 6 +++--- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d0c1498..727f5f4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -11,7 +11,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Restore run: dotnet restore diff --git a/.github/workflows/CodeQL.yml b/.github/workflows/CodeQL.yml index 4d66430..657ef08 100644 --- a/.github/workflows/CodeQL.yml +++ b/.github/workflows/CodeQL.yml @@ -53,7 +53,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 6.0.x + dotnet-version: 8.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 1a8df43..b17afae 100644 --- a/.github/workflows/Sonar.yml +++ b/.github/workflows/Sonar.yml @@ -15,7 +15,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Install Sonar Scanner run: dotnet tool install --global dotnet-sonarscanner diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 2d786b2..ba918a2 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-dotnet@v3 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Run tests run: dotnet test diff --git a/StatiqPipelines.Tests/StatiqPipelines.Tests.csproj b/StatiqPipelines.Tests/StatiqPipelines.Tests.csproj index 9e7b45c..21a1e70 100644 --- a/StatiqPipelines.Tests/StatiqPipelines.Tests.csproj +++ b/StatiqPipelines.Tests/StatiqPipelines.Tests.csproj @@ -1,6 +1,6 @@ - net6.0 + net8.0 ecoAPM.StatiqPipelines.Tests enable enable diff --git a/StatiqPipelines/StatiqPipelines.csproj b/StatiqPipelines/StatiqPipelines.csproj index d8f2c7a..d688116 100644 --- a/StatiqPipelines/StatiqPipelines.csproj +++ b/StatiqPipelines/StatiqPipelines.csproj @@ -1,8 +1,8 @@ - net6.0 - 1.2.0 + net8.0 + 2.0.0 ecoAPM.StatiqPipelines ecoAPM.StatiqPipelines Pipelines and helpers used in ecoAPM's static sites @@ -22,7 +22,7 @@ - +