From 7978307a9e8d846041bf3c1ba9e411373f6bf050 Mon Sep 17 00:00:00 2001 From: Paul DeVito Date: Wed, 4 Dec 2024 23:09:23 -0500 Subject: [PATCH] build: .net 9 upgrade --- Directory.Packages.props | 62 +++---- PeakLims/src/PeakLims/PeakLims.csproj | 2 +- .../PeakLims.FunctionalTests.csproj | 2 +- .../PeakLims.IntegrationTests.csproj | 2 +- .../PeakLims.SharedTestHelpers.csproj | 2 +- .../PeakLims.UnitTests.csproj | 2 +- PeakLimsApi.sln | 158 +++++++++--------- PeakLimsIdp/PeakLimsIdp.csproj | 2 +- PeakLimsSpa.Bff/PeakLimsSpa.Bff.csproj | 2 +- 9 files changed, 117 insertions(+), 117 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 0bcd7b1d..db8a5a33 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -5,67 +5,67 @@ $(NoWarn);NU1507 - - - + + + - + - - - + + + - + - - - - - - + + + + + + - - + + - - + + - + - + - - - + + + - + - - - - - - + + + + + + - + \ No newline at end of file diff --git a/PeakLims/src/PeakLims/PeakLims.csproj b/PeakLims/src/PeakLims/PeakLims.csproj index 32205aca..ef8b6476 100644 --- a/PeakLims/src/PeakLims/PeakLims.csproj +++ b/PeakLims/src/PeakLims/PeakLims.csproj @@ -1,6 +1,6 @@ - net8.0 + net9.0 enable true diff --git a/PeakLims/tests/PeakLims.FunctionalTests/PeakLims.FunctionalTests.csproj b/PeakLims/tests/PeakLims.FunctionalTests/PeakLims.FunctionalTests.csproj index 9e289dc5..35c3655e 100644 --- a/PeakLims/tests/PeakLims.FunctionalTests/PeakLims.FunctionalTests.csproj +++ b/PeakLims/tests/PeakLims.FunctionalTests/PeakLims.FunctionalTests.csproj @@ -1,6 +1,6 @@ - net8.0 + net9.0 enable false diff --git a/PeakLims/tests/PeakLims.IntegrationTests/PeakLims.IntegrationTests.csproj b/PeakLims/tests/PeakLims.IntegrationTests/PeakLims.IntegrationTests.csproj index 432be894..f8ec6d54 100644 --- a/PeakLims/tests/PeakLims.IntegrationTests/PeakLims.IntegrationTests.csproj +++ b/PeakLims/tests/PeakLims.IntegrationTests/PeakLims.IntegrationTests.csproj @@ -1,6 +1,6 @@ - net8.0 + net9.0 enable false diff --git a/PeakLims/tests/PeakLims.SharedTestHelpers/PeakLims.SharedTestHelpers.csproj b/PeakLims/tests/PeakLims.SharedTestHelpers/PeakLims.SharedTestHelpers.csproj index 26a7f755..90004c79 100644 --- a/PeakLims/tests/PeakLims.SharedTestHelpers/PeakLims.SharedTestHelpers.csproj +++ b/PeakLims/tests/PeakLims.SharedTestHelpers/PeakLims.SharedTestHelpers.csproj @@ -1,6 +1,6 @@ - net8.0 + net9.0 enable diff --git a/PeakLims/tests/PeakLims.UnitTests/PeakLims.UnitTests.csproj b/PeakLims/tests/PeakLims.UnitTests/PeakLims.UnitTests.csproj index 3f4aa8cd..bd686e92 100644 --- a/PeakLims/tests/PeakLims.UnitTests/PeakLims.UnitTests.csproj +++ b/PeakLims/tests/PeakLims.UnitTests/PeakLims.UnitTests.csproj @@ -1,6 +1,6 @@ - net8.0 + net9.0 enable false diff --git a/PeakLimsApi.sln b/PeakLimsApi.sln index f324cd4f..78d269fd 100644 --- a/PeakLimsApi.sln +++ b/PeakLimsApi.sln @@ -1,79 +1,79 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.0.31903.59 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharedKernel", "SharedKernel\SharedKernel.csproj", "{1A6F006A-8374-4DB9-9E7C-F23D7CE55266}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PeakLims", "PeakLims", "{523539D8-B9F0-4217-BAA7-AB14C628135E}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{93C304BE-B71A-4AE2-87F0-09D4885DDC65}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PeakLims", "PeakLims\src\PeakLims\PeakLims.csproj", "{5327AAD8-C7D6-4374-9298-E0F58B98E760}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{EFB20ACD-F065-4E99-89B8-9DABED2342AD}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PeakLims.IntegrationTests", "PeakLims\tests\PeakLims.IntegrationTests\PeakLims.IntegrationTests.csproj", "{72EF8DAB-F362-4637-B62F-7EDC8699AD1B}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PeakLims.FunctionalTests", "PeakLims\tests\PeakLims.FunctionalTests\PeakLims.FunctionalTests.csproj", "{05946816-D25D-43FC-BA8F-C7F067658E13}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PeakLims.SharedTestHelpers", "PeakLims\tests\PeakLims.SharedTestHelpers\PeakLims.SharedTestHelpers.csproj", "{CE26650D-2382-4231-A7DF-E8625BB905BB}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PeakLims.UnitTests", "PeakLims\tests\PeakLims.UnitTests\PeakLims.UnitTests.csproj", "{0ACE8680-37D0-4304-A0E7-831C5DD8A0B3}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeycloakInPulumi", "KeycloakInPulumi\KeycloakInPulumi.csproj", "{9E4842A7-EC6F-438C-8620-61BC2093E7E5}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PeakLimsSpa.Bff", "PeakLimsSpa.Bff\PeakLimsSpa.Bff.csproj", "{B22C4E0E-CF8A-4955-82BA-5D64719DE042}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {1A6F006A-8374-4DB9-9E7C-F23D7CE55266}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {1A6F006A-8374-4DB9-9E7C-F23D7CE55266}.Debug|Any CPU.Build.0 = Debug|Any CPU - {1A6F006A-8374-4DB9-9E7C-F23D7CE55266}.Release|Any CPU.ActiveCfg = Release|Any CPU - {1A6F006A-8374-4DB9-9E7C-F23D7CE55266}.Release|Any CPU.Build.0 = Release|Any CPU - {5327AAD8-C7D6-4374-9298-E0F58B98E760}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {5327AAD8-C7D6-4374-9298-E0F58B98E760}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5327AAD8-C7D6-4374-9298-E0F58B98E760}.Release|Any CPU.ActiveCfg = Release|Any CPU - {5327AAD8-C7D6-4374-9298-E0F58B98E760}.Release|Any CPU.Build.0 = Release|Any CPU - {72EF8DAB-F362-4637-B62F-7EDC8699AD1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {72EF8DAB-F362-4637-B62F-7EDC8699AD1B}.Debug|Any CPU.Build.0 = Debug|Any CPU - {72EF8DAB-F362-4637-B62F-7EDC8699AD1B}.Release|Any CPU.ActiveCfg = Release|Any CPU - {72EF8DAB-F362-4637-B62F-7EDC8699AD1B}.Release|Any CPU.Build.0 = Release|Any CPU - {05946816-D25D-43FC-BA8F-C7F067658E13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {05946816-D25D-43FC-BA8F-C7F067658E13}.Debug|Any CPU.Build.0 = Debug|Any CPU - {05946816-D25D-43FC-BA8F-C7F067658E13}.Release|Any CPU.ActiveCfg = Release|Any CPU - {05946816-D25D-43FC-BA8F-C7F067658E13}.Release|Any CPU.Build.0 = Release|Any CPU - {CE26650D-2382-4231-A7DF-E8625BB905BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {CE26650D-2382-4231-A7DF-E8625BB905BB}.Debug|Any CPU.Build.0 = Debug|Any CPU - {CE26650D-2382-4231-A7DF-E8625BB905BB}.Release|Any CPU.ActiveCfg = Release|Any CPU - {CE26650D-2382-4231-A7DF-E8625BB905BB}.Release|Any CPU.Build.0 = Release|Any CPU - {0ACE8680-37D0-4304-A0E7-831C5DD8A0B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {0ACE8680-37D0-4304-A0E7-831C5DD8A0B3}.Debug|Any CPU.Build.0 = Debug|Any CPU - {0ACE8680-37D0-4304-A0E7-831C5DD8A0B3}.Release|Any CPU.ActiveCfg = Release|Any CPU - {0ACE8680-37D0-4304-A0E7-831C5DD8A0B3}.Release|Any CPU.Build.0 = Release|Any CPU - {9E4842A7-EC6F-438C-8620-61BC2093E7E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {9E4842A7-EC6F-438C-8620-61BC2093E7E5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {9E4842A7-EC6F-438C-8620-61BC2093E7E5}.Release|Any CPU.ActiveCfg = Release|Any CPU - {9E4842A7-EC6F-438C-8620-61BC2093E7E5}.Release|Any CPU.Build.0 = Release|Any CPU - {B22C4E0E-CF8A-4955-82BA-5D64719DE042}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B22C4E0E-CF8A-4955-82BA-5D64719DE042}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B22C4E0E-CF8A-4955-82BA-5D64719DE042}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B22C4E0E-CF8A-4955-82BA-5D64719DE042}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {93C304BE-B71A-4AE2-87F0-09D4885DDC65} = {523539D8-B9F0-4217-BAA7-AB14C628135E} - {5327AAD8-C7D6-4374-9298-E0F58B98E760} = {93C304BE-B71A-4AE2-87F0-09D4885DDC65} - {EFB20ACD-F065-4E99-89B8-9DABED2342AD} = {523539D8-B9F0-4217-BAA7-AB14C628135E} - {72EF8DAB-F362-4637-B62F-7EDC8699AD1B} = {EFB20ACD-F065-4E99-89B8-9DABED2342AD} - {05946816-D25D-43FC-BA8F-C7F067658E13} = {EFB20ACD-F065-4E99-89B8-9DABED2342AD} - {CE26650D-2382-4231-A7DF-E8625BB905BB} = {EFB20ACD-F065-4E99-89B8-9DABED2342AD} - {0ACE8680-37D0-4304-A0E7-831C5DD8A0B3} = {EFB20ACD-F065-4E99-89B8-9DABED2342AD} - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31903.59 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharedKernel", "SharedKernel\SharedKernel.csproj", "{1A6F006A-8374-4DB9-9E7C-F23D7CE55266}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PeakLims", "PeakLims", "{523539D8-B9F0-4217-BAA7-AB14C628135E}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{93C304BE-B71A-4AE2-87F0-09D4885DDC65}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PeakLims", "PeakLims\src\PeakLims\PeakLims.csproj", "{5327AAD8-C7D6-4374-9298-E0F58B98E760}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{EFB20ACD-F065-4E99-89B8-9DABED2342AD}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PeakLims.IntegrationTests", "PeakLims\tests\PeakLims.IntegrationTests\PeakLims.IntegrationTests.csproj", "{72EF8DAB-F362-4637-B62F-7EDC8699AD1B}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PeakLims.FunctionalTests", "PeakLims\tests\PeakLims.FunctionalTests\PeakLims.FunctionalTests.csproj", "{05946816-D25D-43FC-BA8F-C7F067658E13}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PeakLims.SharedTestHelpers", "PeakLims\tests\PeakLims.SharedTestHelpers\PeakLims.SharedTestHelpers.csproj", "{CE26650D-2382-4231-A7DF-E8625BB905BB}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PeakLims.UnitTests", "PeakLims\tests\PeakLims.UnitTests\PeakLims.UnitTests.csproj", "{0ACE8680-37D0-4304-A0E7-831C5DD8A0B3}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeycloakInPulumi", "KeycloakInPulumi\KeycloakInPulumi.csproj", "{9E4842A7-EC6F-438C-8620-61BC2093E7E5}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PeakLimsSpa.Bff", "PeakLimsSpa.Bff\PeakLimsSpa.Bff.csproj", "{B22C4E0E-CF8A-4955-82BA-5D64719DE042}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {1A6F006A-8374-4DB9-9E7C-F23D7CE55266}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1A6F006A-8374-4DB9-9E7C-F23D7CE55266}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1A6F006A-8374-4DB9-9E7C-F23D7CE55266}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1A6F006A-8374-4DB9-9E7C-F23D7CE55266}.Release|Any CPU.Build.0 = Release|Any CPU + {5327AAD8-C7D6-4374-9298-E0F58B98E760}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5327AAD8-C7D6-4374-9298-E0F58B98E760}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5327AAD8-C7D6-4374-9298-E0F58B98E760}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5327AAD8-C7D6-4374-9298-E0F58B98E760}.Release|Any CPU.Build.0 = Release|Any CPU + {72EF8DAB-F362-4637-B62F-7EDC8699AD1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {72EF8DAB-F362-4637-B62F-7EDC8699AD1B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {72EF8DAB-F362-4637-B62F-7EDC8699AD1B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {72EF8DAB-F362-4637-B62F-7EDC8699AD1B}.Release|Any CPU.Build.0 = Release|Any CPU + {05946816-D25D-43FC-BA8F-C7F067658E13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {05946816-D25D-43FC-BA8F-C7F067658E13}.Debug|Any CPU.Build.0 = Debug|Any CPU + {05946816-D25D-43FC-BA8F-C7F067658E13}.Release|Any CPU.ActiveCfg = Release|Any CPU + {05946816-D25D-43FC-BA8F-C7F067658E13}.Release|Any CPU.Build.0 = Release|Any CPU + {CE26650D-2382-4231-A7DF-E8625BB905BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CE26650D-2382-4231-A7DF-E8625BB905BB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CE26650D-2382-4231-A7DF-E8625BB905BB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CE26650D-2382-4231-A7DF-E8625BB905BB}.Release|Any CPU.Build.0 = Release|Any CPU + {0ACE8680-37D0-4304-A0E7-831C5DD8A0B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0ACE8680-37D0-4304-A0E7-831C5DD8A0B3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0ACE8680-37D0-4304-A0E7-831C5DD8A0B3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0ACE8680-37D0-4304-A0E7-831C5DD8A0B3}.Release|Any CPU.Build.0 = Release|Any CPU + {9E4842A7-EC6F-438C-8620-61BC2093E7E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9E4842A7-EC6F-438C-8620-61BC2093E7E5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9E4842A7-EC6F-438C-8620-61BC2093E7E5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9E4842A7-EC6F-438C-8620-61BC2093E7E5}.Release|Any CPU.Build.0 = Release|Any CPU + {B22C4E0E-CF8A-4955-82BA-5D64719DE042}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B22C4E0E-CF8A-4955-82BA-5D64719DE042}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B22C4E0E-CF8A-4955-82BA-5D64719DE042}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B22C4E0E-CF8A-4955-82BA-5D64719DE042}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {93C304BE-B71A-4AE2-87F0-09D4885DDC65} = {523539D8-B9F0-4217-BAA7-AB14C628135E} + {5327AAD8-C7D6-4374-9298-E0F58B98E760} = {93C304BE-B71A-4AE2-87F0-09D4885DDC65} + {EFB20ACD-F065-4E99-89B8-9DABED2342AD} = {523539D8-B9F0-4217-BAA7-AB14C628135E} + {72EF8DAB-F362-4637-B62F-7EDC8699AD1B} = {EFB20ACD-F065-4E99-89B8-9DABED2342AD} + {05946816-D25D-43FC-BA8F-C7F067658E13} = {EFB20ACD-F065-4E99-89B8-9DABED2342AD} + {CE26650D-2382-4231-A7DF-E8625BB905BB} = {EFB20ACD-F065-4E99-89B8-9DABED2342AD} + {0ACE8680-37D0-4304-A0E7-831C5DD8A0B3} = {EFB20ACD-F065-4E99-89B8-9DABED2342AD} + EndGlobalSection +EndGlobal diff --git a/PeakLimsIdp/PeakLimsIdp.csproj b/PeakLimsIdp/PeakLimsIdp.csproj index 89a6ba37..4a6fa636 100644 --- a/PeakLimsIdp/PeakLimsIdp.csproj +++ b/PeakLimsIdp/PeakLimsIdp.csproj @@ -2,7 +2,7 @@ Exe - net8.0 + net9.0 enable PeakLimsIdp diff --git a/PeakLimsSpa.Bff/PeakLimsSpa.Bff.csproj b/PeakLimsSpa.Bff/PeakLimsSpa.Bff.csproj index 94641c2d..e55e050c 100644 --- a/PeakLimsSpa.Bff/PeakLimsSpa.Bff.csproj +++ b/PeakLimsSpa.Bff/PeakLimsSpa.Bff.csproj @@ -1,6 +1,6 @@ - net8.0 + net9.0 enable enable