From 5594fddd67af7af7fa7e5c97e77c4acd7289fe41 Mon Sep 17 00:00:00 2001 From: Steve Desmond Date: Mon, 20 Nov 2023 16:35:26 -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 +- src/LibYear.Core/LibYear.Core.csproj | 2 +- src/LibYear/LibYear.csproj | 2 +- test/LibYear.Core.Tests/LibYear.Core.Tests.csproj | 2 +- test/LibYear.Tests/LibYear.Tests.csproj | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 452b3dd..d2aa14d 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 cd0f62a..ce12161 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 6b24b0c..2e26602 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 e10503c..7cf39f6 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A simple measure of dependency freshness ## Requirements -- .NET SDK 6 +- .NET 8 SDK ## Installation diff --git a/src/LibYear.Core/LibYear.Core.csproj b/src/LibYear.Core/LibYear.Core.csproj index cf66da7..2924a69 100644 --- a/src/LibYear.Core/LibYear.Core.csproj +++ b/src/LibYear.Core/LibYear.Core.csproj @@ -1,7 +1,7 @@ 7.0.1 - net6.0 + net8.0 libyear LibYear.Core ecoAPM LLC diff --git a/src/LibYear/LibYear.csproj b/src/LibYear/LibYear.csproj index badff77..524a5bd 100644 --- a/src/LibYear/LibYear.csproj +++ b/src/LibYear/LibYear.csproj @@ -6,7 +6,7 @@ libyear LibYear dotnet-libyear - net6.0 + net8.0 ecoAPM LLC ecoAPM LLC ecoAPM LLC diff --git a/test/LibYear.Core.Tests/LibYear.Core.Tests.csproj b/test/LibYear.Core.Tests/LibYear.Core.Tests.csproj index 1f308a9..84608f1 100644 --- a/test/LibYear.Core.Tests/LibYear.Core.Tests.csproj +++ b/test/LibYear.Core.Tests/LibYear.Core.Tests.csproj @@ -1,6 +1,6 @@ - net6.0 + net8.0 enable enable diff --git a/test/LibYear.Tests/LibYear.Tests.csproj b/test/LibYear.Tests/LibYear.Tests.csproj index e925bd5..2db3950 100644 --- a/test/LibYear.Tests/LibYear.Tests.csproj +++ b/test/LibYear.Tests/LibYear.Tests.csproj @@ -1,6 +1,6 @@ - net6.0 + net8.0 enable enable