From a8aea002dc0188927f090d8513b55b9cf73811a1 Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Tue, 12 Nov 2024 22:32:12 +0200 Subject: [PATCH] Use .NET 9 --- .github/workflows/main.yml | 2 +- PolyShim.Tests/PolyShim.Tests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c9ec79e..1a824d1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: package-version: ${{ inputs.package-version || (github.ref_type == 'tag' && github.ref_name) || format('0.0.0-ci-{0}', github.sha) }} dotnet-version: | 3.1.x - 8.0.x + 9.0.x secrets: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }} diff --git a/PolyShim.Tests/PolyShim.Tests.csproj b/PolyShim.Tests/PolyShim.Tests.csproj index f1e9ff5..c7fcf8d 100644 --- a/PolyShim.Tests/PolyShim.Tests.csproj +++ b/PolyShim.Tests/PolyShim.Tests.csproj @@ -5,7 +5,7 @@ - netcoreapp3.1;net8.0 + netcoreapp3.1;net9.0 $(TargetFrameworks);net462