From 247b24ff8a3977ad045f9e56cb313da171c4b65b Mon Sep 17 00:00:00 2001 From: Simon Ensslen Date: Wed, 12 Nov 2025 14:47:47 +0100 Subject: [PATCH] update to release .net10 --- global.json | 4 ++-- src/NuGetLicense/NuGetLicense.csproj | 4 ++-- src/NuGetUtility/NuGetUtility.csproj | 8 ++++---- tests/NuGetLicense.Test/NuGetLicense.Test.csproj | 4 ++-- tests/NuGetUtility.Test/NuGetUtility.Test.csproj | 4 ++-- .../NuGetUtility.UrlToLicenseMapping.Test.csproj | 6 +++--- .../SPDXLicenseMatcher.Test.csproj | 6 +++--- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/global.json b/global.json index 4c8dead0..8a6db7ac 100644 --- a/global.json +++ b/global.json @@ -3,7 +3,7 @@ "runner": "Microsoft.Testing.Platform" }, "sdk": { - "version": "10.0.100-rc.2.25502.107", - "rollForward": "latestMajor" + "version": "10.0.100", + "rollForward": "latestMinor" } } diff --git a/src/NuGetLicense/NuGetLicense.csproj b/src/NuGetLicense/NuGetLicense.csproj index f74aae20..3d6a7e31 100644 --- a/src/NuGetLicense/NuGetLicense.csproj +++ b/src/NuGetLicense/NuGetLicense.csproj @@ -22,8 +22,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/NuGetUtility/NuGetUtility.csproj b/src/NuGetUtility/NuGetUtility.csproj index f64d92fb..9c0b7703 100644 --- a/src/NuGetUtility/NuGetUtility.csproj +++ b/src/NuGetUtility/NuGetUtility.csproj @@ -20,8 +20,8 @@ - - + + @@ -38,8 +38,8 @@ - - + + all diff --git a/tests/NuGetLicense.Test/NuGetLicense.Test.csproj b/tests/NuGetLicense.Test/NuGetLicense.Test.csproj index 332e88f1..e6ccd2ae 100644 --- a/tests/NuGetLicense.Test/NuGetLicense.Test.csproj +++ b/tests/NuGetLicense.Test/NuGetLicense.Test.csproj @@ -20,7 +20,7 @@ - + @@ -28,7 +28,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/tests/NuGetUtility.Test/NuGetUtility.Test.csproj b/tests/NuGetUtility.Test/NuGetUtility.Test.csproj index 624176cf..f03931fd 100644 --- a/tests/NuGetUtility.Test/NuGetUtility.Test.csproj +++ b/tests/NuGetUtility.Test/NuGetUtility.Test.csproj @@ -20,7 +20,7 @@ - + @@ -28,7 +28,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/tests/NuGetUtility.UrlToLicenseMapping.Test/NuGetUtility.UrlToLicenseMapping.Test.csproj b/tests/NuGetUtility.UrlToLicenseMapping.Test/NuGetUtility.UrlToLicenseMapping.Test.csproj index c62dab8e..673d2e1e 100644 --- a/tests/NuGetUtility.UrlToLicenseMapping.Test/NuGetUtility.UrlToLicenseMapping.Test.csproj +++ b/tests/NuGetUtility.UrlToLicenseMapping.Test/NuGetUtility.UrlToLicenseMapping.Test.csproj @@ -14,15 +14,15 @@ - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/tests/SPDXLicenseMatcher.Test/SPDXLicenseMatcher.Test.csproj b/tests/SPDXLicenseMatcher.Test/SPDXLicenseMatcher.Test.csproj index 658c6e79..d52c69e0 100644 --- a/tests/SPDXLicenseMatcher.Test/SPDXLicenseMatcher.Test.csproj +++ b/tests/SPDXLicenseMatcher.Test/SPDXLicenseMatcher.Test.csproj @@ -14,13 +14,13 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - +