From 44fa78d0055c0fefbbfdb6d8446b897a6140472a Mon Sep 17 00:00:00 2001 From: Steve Desmond Date: Thu, 16 Nov 2023 10:12:33 -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 +- README.md | 2 +- SrcSet.Core.Tests/SrcSet.Core.Tests.csproj | 2 +- SrcSet.Core/SrcSet.Core.csproj | 6 +++--- SrcSet.Statiq.Tests/SrcSet.Statiq.Tests.csproj | 2 +- SrcSet.Statiq/SrcSet.Statiq.csproj | 4 ++-- SrcSet/SrcSet.csproj | 4 ++-- 10 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 146f3aa..30e1055 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -13,7 +13,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Install dependencies 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 a44acd3..c505baf 100644 --- a/.github/workflows/Sonar.yml +++ b/.github/workflows/Sonar.yml @@ -18,7 +18,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 37151e0..7a334cc 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/README.md b/README.md index 156db47..d2b75f4 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This repository contains 3 projects: ### Requirements -- .NET SDK 6 +- .NET 8 SDK ### Installation diff --git a/SrcSet.Core.Tests/SrcSet.Core.Tests.csproj b/SrcSet.Core.Tests/SrcSet.Core.Tests.csproj index b150fed..1a1126e 100644 --- a/SrcSet.Core.Tests/SrcSet.Core.Tests.csproj +++ b/SrcSet.Core.Tests/SrcSet.Core.Tests.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 enable enable diff --git a/SrcSet.Core/SrcSet.Core.csproj b/SrcSet.Core/SrcSet.Core.csproj index d3a7eff..5d17fd8 100644 --- a/SrcSet.Core/SrcSet.Core.csproj +++ b/SrcSet.Core/SrcSet.Core.csproj @@ -2,12 +2,12 @@ SrcSet.Core A library to create sets of responsive images for the web - 5.0.0 + 6.0.0 ecoAPM LLC ecoAPM LLC ecoAPM LLC SrcSet - net6.0 + net8.0 README.md https://github.com/ecoAPM/SrcSet MIT @@ -20,7 +20,7 @@ - + diff --git a/SrcSet.Statiq.Tests/SrcSet.Statiq.Tests.csproj b/SrcSet.Statiq.Tests/SrcSet.Statiq.Tests.csproj index 9f499c3..d613be1 100644 --- a/SrcSet.Statiq.Tests/SrcSet.Statiq.Tests.csproj +++ b/SrcSet.Statiq.Tests/SrcSet.Statiq.Tests.csproj @@ -1,6 +1,6 @@ - net6.0 + net8.0 enable enable diff --git a/SrcSet.Statiq/SrcSet.Statiq.csproj b/SrcSet.Statiq/SrcSet.Statiq.csproj index 72181d6..02b2e18 100644 --- a/SrcSet.Statiq/SrcSet.Statiq.csproj +++ b/SrcSet.Statiq/SrcSet.Statiq.csproj @@ -7,7 +7,7 @@ ecoAPM LLC ecoAPM LLC SrcSet - net6.0 + net8.0 README.md https://github.com/ecoAPM/SrcSet MIT @@ -21,7 +21,7 @@ - + diff --git a/SrcSet/SrcSet.csproj b/SrcSet/SrcSet.csproj index 5fd48c6..454990d 100644 --- a/SrcSet/SrcSet.csproj +++ b/SrcSet/SrcSet.csproj @@ -11,7 +11,7 @@ srcset Exe true - net6.0 + net8.0 README.md https://github.com/ecoAPM/SrcSet MIT @@ -24,7 +24,7 @@ - +