From 220a891390b73046886544fd44074e017c6ad81b Mon Sep 17 00:00:00 2001 From: Simon Ensslen Date: Fri, 19 Dec 2025 21:39:12 +0100 Subject: [PATCH] update tests that were only running on .net 9 --- .github/workflows/action.yml | 2 -- tests/FileLicenseMatcher.Test/FileLicenseMatcher.Test.csproj | 2 +- .../NuGetUtility.UrlToLicenseMapping.Test.csproj | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 1bf2b8d4..903c72c3 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -62,7 +62,6 @@ jobs: uses: actions/setup-dotnet@v5 with: dotnet-version: | - 9.0.x 10.0.x - name: restore @@ -80,7 +79,6 @@ jobs: uses: actions/setup-dotnet@v5 with: dotnet-version: | - 9.0.x 10.0.x - uses: browser-actions/setup-chrome@v2.1.0 diff --git a/tests/FileLicenseMatcher.Test/FileLicenseMatcher.Test.csproj b/tests/FileLicenseMatcher.Test/FileLicenseMatcher.Test.csproj index 2a4d30d9..864eef0b 100644 --- a/tests/FileLicenseMatcher.Test/FileLicenseMatcher.Test.csproj +++ b/tests/FileLicenseMatcher.Test/FileLicenseMatcher.Test.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 enable enable diff --git a/tests/NuGetUtility.UrlToLicenseMapping.Test/NuGetUtility.UrlToLicenseMapping.Test.csproj b/tests/NuGetUtility.UrlToLicenseMapping.Test/NuGetUtility.UrlToLicenseMapping.Test.csproj index d878bbca..114b27de 100644 --- a/tests/NuGetUtility.UrlToLicenseMapping.Test/NuGetUtility.UrlToLicenseMapping.Test.csproj +++ b/tests/NuGetUtility.UrlToLicenseMapping.Test/NuGetUtility.UrlToLicenseMapping.Test.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 enable enable