From 3519dfc7a786835f7acf4d4935069ff23b2a01a1 Mon Sep 17 00:00:00 2001 From: Will Sugarman Date: Thu, 4 Jan 2024 09:03:34 -0500 Subject: [PATCH] Update Pkgs for .NET 8 (#3278) --- Directory.Build.props | 13 +++++++++++++ Directory.Packages.props | 16 ++++++++-------- renovate.json | 7 ++++++- .../Microsoft.Health.Dicom.WebUtilities.csproj | 4 +++- 4 files changed, 30 insertions(+), 10 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index bde7401fb1..0fe72b6c9a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -32,14 +32,27 @@ 6.0.1 12.1.1 + 1.6.0 6.0.0 + 2.2.0 + + + + + 8.0.0 + 12.2.0 + 1.7.0 + 8.0.0 + 2.2.0 8.0.0 12.2.0 + 1.7.0 8.0.0 + 8.0.0 diff --git a/Directory.Packages.props b/Directory.Packages.props index a1f6d52509..66e98919e4 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -10,9 +10,9 @@ - + - + @@ -29,7 +29,7 @@ - + @@ -91,10 +91,10 @@ - - - - + + + + @@ -113,4 +113,4 @@ - \ No newline at end of file + diff --git a/renovate.json b/renovate.json index 72b265d1d5..fcd164909e 100644 --- a/renovate.json +++ b/renovate.json @@ -27,6 +27,12 @@ "mcr.microsoft.com/dotnet/sdk" ] }, + { + "groupName": "fo-dicom", + "matchPackagePrefixes": [ + "fo-dicom" + ] + }, { "excludePackagePrefixes": [ "Microsoft.Health.Fhir." @@ -44,7 +50,6 @@ ] }, { - "allowedVersions": "<7.0.0", "groupName": "IdentityModel.Tokens", "matchPackagePatterns": [ "IdentityModel.Tokens" diff --git a/src/Microsoft.Health.Dicom.WebUtilities/Microsoft.Health.Dicom.WebUtilities.csproj b/src/Microsoft.Health.Dicom.WebUtilities/Microsoft.Health.Dicom.WebUtilities.csproj index 59cf7874a3..d6b7f1ab7e 100644 --- a/src/Microsoft.Health.Dicom.WebUtilities/Microsoft.Health.Dicom.WebUtilities.csproj +++ b/src/Microsoft.Health.Dicom.WebUtilities/Microsoft.Health.Dicom.WebUtilities.csproj @@ -1,6 +1,7 @@ + - net6.0 + $(LibraryFrameworks) enable @@ -11,4 +12,5 @@ +