From b7627e01260b1554cc93d0255261a16c42f6c8a7 Mon Sep 17 00:00:00 2001 From: Markus Ewald Date: Thu, 19 Jun 2025 10:45:55 +0200 Subject: [PATCH] Pegged new .NET 8.0 versions of Nuclex.Windows.Forms and updated the Visual Studio solution --- Nuclex.Windows.Forms | 2 +- Nuclex.Windows.Forms.Ninject | 2 +- foundation-package.sln | 16 +++++++++++----- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/Nuclex.Windows.Forms b/Nuclex.Windows.Forms index 7a0ae3b..563d45f 160000 --- a/Nuclex.Windows.Forms +++ b/Nuclex.Windows.Forms @@ -1 +1 @@ -Subproject commit 7a0ae3b3c70da4a1202d2d5fc5fe6ebf6c984b6e +Subproject commit 563d45f9f2f3b666586eb0862088ac3e00566389 diff --git a/Nuclex.Windows.Forms.Ninject b/Nuclex.Windows.Forms.Ninject index 69842a3..cb4e398 160000 --- a/Nuclex.Windows.Forms.Ninject +++ b/Nuclex.Windows.Forms.Ninject @@ -1 +1 @@ -Subproject commit 69842a3790dc2e3ce87f1b82694dd4cdc218fff8 +Subproject commit cb4e39895666e467dec8b3b92abdd73127687385 diff --git a/foundation-package.sln b/foundation-package.sln index 5fc1c21..463c9d7 100644 --- a/foundation-package.sln +++ b/foundation-package.sln @@ -1,17 +1,19 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.34902.97 +# Visual Studio Version 17 +VisualStudioVersion = 17.14.36109.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nuclex.Support (netstandard-2.0)", "Nuclex.Support\Nuclex.Support (netstandard-2.0).csproj", "{85B95BE8-AC5A-4C57-ACD0-6FA83AED17E9}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nuclex.Support.Tests (netstandard-2.0)", "Nuclex.Support\Nuclex.Support.Tests (netstandard-2.0).csproj", "{E48CDA21-683B-4A92-AABC-769FD3E1294C}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nuclex.Windows.Forms (net-4.6)(net-6.0)", "Nuclex.Windows.Forms\Nuclex.Windows.Forms (net-4.6)(net-6.0).csproj", "{F49C271C-A9E7-4398-9310-CDF4B9CCC9BE}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nuclex.Windows.Forms (net-4.6)(net-8.0)", "Nuclex.Windows.Forms\Nuclex.Windows.Forms (net-4.6)(net-8.0).csproj", "{F49C271C-A9E7-4398-9310-CDF4B9CCC9BE}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nuclex.Windows.Forms.Tests (net-4.6)(net-6.0)", "Nuclex.Windows.Forms\Nuclex.Windows.Forms.Tests (net-4.6)(net-6.0).csproj", "{259458D9-BC98-46F1-96B1-E1B4F352C9A2}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nuclex.Windows.Forms.Tests (net-4.6)(net-8.0)", "Nuclex.Windows.Forms\Nuclex.Windows.Forms.Tests (net-4.6)(net-8.0).csproj", "{259458D9-BC98-46F1-96B1-E1B4F352C9A2}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nuclex.Windows.Forms.Ninject (net-4.6)(net-6.0)", "Nuclex.Windows.Forms.Ninject\Nuclex.Windows.Forms.Ninject (net-4.6)(net-6.0).csproj", "{98B1CB8B-9202-4008-9254-D0BE0B2D38AF}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nuclex.Windows.Forms.Ninject (net-4.6)(net-8.0)", "Nuclex.Windows.Forms.Ninject\Nuclex.Windows.Forms.Ninject (net-4.6)(net-8.0).csproj", "{98B1CB8B-9202-4008-9254-D0BE0B2D38AF}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Unit Tests", "Unit Tests", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -43,6 +45,10 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {E48CDA21-683B-4A92-AABC-769FD3E1294C} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8} + {259458D9-BC98-46F1-96B1-E1B4F352C9A2} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8} + EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {A3074EBD-0D8A-4423-AB98-2DD650BDD132} EndGlobalSection