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..84c5a3e 100644 --- a/src/LibYear.Core/LibYear.Core.csproj +++ b/src/LibYear.Core/LibYear.Core.csproj @@ -1,7 +1,7 @@ - 7.0.1 - net6.0 + 8.0.0 + net8.0 libyear LibYear.Core ecoAPM LLC diff --git a/src/LibYear/LibYear.csproj b/src/LibYear/LibYear.csproj index badff77..29d975b 100644 --- a/src/LibYear/LibYear.csproj +++ b/src/LibYear/LibYear.csproj @@ -1,12 +1,12 @@ - 7.0.1 + 8.0.0 Exe true 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