From 58e124c371fb53e61e6018586fc3b4fb31e11fb6 Mon Sep 17 00:00:00 2001 From: rizi Date: Thu, 14 Nov 2024 09:14:33 +0100 Subject: [PATCH] Add net9.0 as target framework and add needed dependencies --- src/Aspect.Logger/Widget.Aspect.Logger.csproj | 2 +- .../Lamar.AspNetCoreTests.Integration.csproj | 11 +++++++++- .../Lamar.AspNetCoreTests.csproj | 2 +- .../Lamar.Diagnostics.csproj | 4 ++-- ...Lamar.Microsoft.DependencyInjection.csproj | 20 ++++++++++++------- src/Lamar.Testing/Lamar.Testing.csproj | 2 +- src/Lamar/Lamar.csproj | 4 ++-- .../LamarWithAspNetCore3.csproj | 2 +- src/MinimalApiTests/MinimalApiTests.csproj | 2 +- .../StructureMap.Testing.ExeWidget.csproj | 2 +- ...StructureMap.Testing.GenericWidgets.csproj | 2 +- .../StructureMap.Testing.Widget.csproj | 2 +- .../StructureMap.Testing.Widget2.csproj | 2 +- .../StructureMap.Testing.Widget3.csproj | 2 +- .../StructureMap.Testing.Widget4.csproj | 2 +- .../StructureMap.Testing.Widget5.csproj | 2 +- src/Widget.Core/Widget.Core.csproj | 2 +- src/Widget.Instance/Widget.Instance.csproj | 2 +- .../Widget.Registration.csproj | 2 +- 19 files changed, 42 insertions(+), 27 deletions(-) diff --git a/src/Aspect.Logger/Widget.Aspect.Logger.csproj b/src/Aspect.Logger/Widget.Aspect.Logger.csproj index d08fedb9..6d4cc3bf 100644 --- a/src/Aspect.Logger/Widget.Aspect.Logger.csproj +++ b/src/Aspect.Logger/Widget.Aspect.Logger.csproj @@ -1,7 +1,7 @@  - net8.0;net7.0;net6.0 + net9.0;net8.0;net7.0;net6.0 diff --git a/src/Lamar.AspNetCoreTests.Integration/Lamar.AspNetCoreTests.Integration.csproj b/src/Lamar.AspNetCoreTests.Integration/Lamar.AspNetCoreTests.Integration.csproj index f78f5645..709722ad 100644 --- a/src/Lamar.AspNetCoreTests.Integration/Lamar.AspNetCoreTests.Integration.csproj +++ b/src/Lamar.AspNetCoreTests.Integration/Lamar.AspNetCoreTests.Integration.csproj @@ -1,7 +1,7 @@  - net6.0;net7.0;net8.0 + net6.0;net7.0;net8.0;net9.0 false @@ -44,6 +44,15 @@ + + + + + + + + + diff --git a/src/Lamar.AspNetCoreTests/Lamar.AspNetCoreTests.csproj b/src/Lamar.AspNetCoreTests/Lamar.AspNetCoreTests.csproj index c7b6b1ac..36862cd1 100644 --- a/src/Lamar.AspNetCoreTests/Lamar.AspNetCoreTests.csproj +++ b/src/Lamar.AspNetCoreTests/Lamar.AspNetCoreTests.csproj @@ -1,6 +1,6 @@  - net6.0;net7.0;net8.0 + net6.0;net7.0;net8.0;net9.0 false diff --git a/src/Lamar.Diagnostics/Lamar.Diagnostics.csproj b/src/Lamar.Diagnostics/Lamar.Diagnostics.csproj index a01d734d..9ae71502 100644 --- a/src/Lamar.Diagnostics/Lamar.Diagnostics.csproj +++ b/src/Lamar.Diagnostics/Lamar.Diagnostics.csproj @@ -2,9 +2,9 @@ Adds diagnostic checks to the command line of your Lamar-enabled ASP.Net Core app - 13.1.0 + 13.2.0 Jeremy D. Miller - net6.0;net7.0;net8.0 + net6.0;net7.0;net8.0;net9.0 portable Lamar.Diagnostics Lamar.Diagnostics diff --git a/src/Lamar.Microsoft.DependencyInjection/Lamar.Microsoft.DependencyInjection.csproj b/src/Lamar.Microsoft.DependencyInjection/Lamar.Microsoft.DependencyInjection.csproj index 6b3bd1af..4651d811 100644 --- a/src/Lamar.Microsoft.DependencyInjection/Lamar.Microsoft.DependencyInjection.csproj +++ b/src/Lamar.Microsoft.DependencyInjection/Lamar.Microsoft.DependencyInjection.csproj @@ -1,9 +1,9 @@  Lamar Adapter for HostBuilder Integration - 13.1.0 + 13.2.0 Jeremy D. Miller - net6.0;net7.0;net8.0 + net6.0;net7.0;net8.0;net9.0 portable Lamar.Microsoft.DependencyInjection Lamar.Microsoft.DependencyInjection @@ -17,14 +17,20 @@ false + + + + + + + - - - - + + + + - diff --git a/src/Lamar.Testing/Lamar.Testing.csproj b/src/Lamar.Testing/Lamar.Testing.csproj index 62d52a35..16004ce5 100644 --- a/src/Lamar.Testing/Lamar.Testing.csproj +++ b/src/Lamar.Testing/Lamar.Testing.csproj @@ -1,6 +1,6 @@  - net6.0;net7.0;net8.0 + net6.0;net7.0;net8.0;net9.0 10.0 diff --git a/src/Lamar/Lamar.csproj b/src/Lamar/Lamar.csproj index 06d72395..68780806 100644 --- a/src/Lamar/Lamar.csproj +++ b/src/Lamar/Lamar.csproj @@ -1,9 +1,9 @@  Fast ASP.Net Core compatible IoC Tool, Successor to StructureMap - 13.1.0 + 13.2.0 Jeremy D. Miller - net6.0;net7.0;net8.0 + net6.0;net7.0;net8.0;net9.0 portable Lamar Lamar diff --git a/src/LamarWithAspNetCore3/LamarWithAspNetCore3.csproj b/src/LamarWithAspNetCore3/LamarWithAspNetCore3.csproj index 461add59..e7107460 100644 --- a/src/LamarWithAspNetCore3/LamarWithAspNetCore3.csproj +++ b/src/LamarWithAspNetCore3/LamarWithAspNetCore3.csproj @@ -1,7 +1,7 @@  - net6.0;net7.0;net8.0 + net6.0;net7.0;net8.0;net9.0 false diff --git a/src/MinimalApiTests/MinimalApiTests.csproj b/src/MinimalApiTests/MinimalApiTests.csproj index f3d31829..f0ee4a51 100644 --- a/src/MinimalApiTests/MinimalApiTests.csproj +++ b/src/MinimalApiTests/MinimalApiTests.csproj @@ -1,7 +1,7 @@ - net6.0;net7.0;net8.0 + net6.0;net7.0;net8.0;net9.0 enable false diff --git a/src/StructureMap.Testing.ExeWidget/StructureMap.Testing.ExeWidget.csproj b/src/StructureMap.Testing.ExeWidget/StructureMap.Testing.ExeWidget.csproj index 1e81bddb..f9547d7c 100644 --- a/src/StructureMap.Testing.ExeWidget/StructureMap.Testing.ExeWidget.csproj +++ b/src/StructureMap.Testing.ExeWidget/StructureMap.Testing.ExeWidget.csproj @@ -1,7 +1,7 @@  - net8.0;net7.0;net6.0 + net9.0;net8.0;net7.0;net6.0 StructureMap.Testing.ExeWidget Exe StructureMap.Testing.ExeWidget diff --git a/src/StructureMap.Testing.GenericWidgets/StructureMap.Testing.GenericWidgets.csproj b/src/StructureMap.Testing.GenericWidgets/StructureMap.Testing.GenericWidgets.csproj index 147834c9..d14eceaa 100644 --- a/src/StructureMap.Testing.GenericWidgets/StructureMap.Testing.GenericWidgets.csproj +++ b/src/StructureMap.Testing.GenericWidgets/StructureMap.Testing.GenericWidgets.csproj @@ -1,7 +1,7 @@  - net8.0;net7.0;net6.0 + net9.0;net8.0;net7.0;net6.0 StructureMap.Testing.GenericWidgets StructureMap.Testing.GenericWidgets false diff --git a/src/StructureMap.Testing.Widget/StructureMap.Testing.Widget.csproj b/src/StructureMap.Testing.Widget/StructureMap.Testing.Widget.csproj index 5922700f..53abc8c0 100644 --- a/src/StructureMap.Testing.Widget/StructureMap.Testing.Widget.csproj +++ b/src/StructureMap.Testing.Widget/StructureMap.Testing.Widget.csproj @@ -1,6 +1,6 @@  - net8.0;net7.0;net6.0 + net9.0;net8.0;net7.0;net6.0 StructureMap.Testing.Widget StructureMap.Testing.Widget false diff --git a/src/StructureMap.Testing.Widget2/StructureMap.Testing.Widget2.csproj b/src/StructureMap.Testing.Widget2/StructureMap.Testing.Widget2.csproj index 9d0f3e46..d00adbed 100644 --- a/src/StructureMap.Testing.Widget2/StructureMap.Testing.Widget2.csproj +++ b/src/StructureMap.Testing.Widget2/StructureMap.Testing.Widget2.csproj @@ -1,7 +1,7 @@  - net8.0;net7.0;net6.0 + net9.0;net8.0;net7.0;net6.0 StructureMap.Testing.Widget2 StructureMap.Testing.Widget2 false diff --git a/src/StructureMap.Testing.Widget3/StructureMap.Testing.Widget3.csproj b/src/StructureMap.Testing.Widget3/StructureMap.Testing.Widget3.csproj index 3e6f5cbe..9267dc24 100644 --- a/src/StructureMap.Testing.Widget3/StructureMap.Testing.Widget3.csproj +++ b/src/StructureMap.Testing.Widget3/StructureMap.Testing.Widget3.csproj @@ -1,7 +1,7 @@  - net8.0;net7.0;net6.0 + net9.0;net8.0;net7.0;net6.0 StructureMap.Testing.Widget3 StructureMap.Testing.Widget3 false diff --git a/src/StructureMap.Testing.Widget4/StructureMap.Testing.Widget4.csproj b/src/StructureMap.Testing.Widget4/StructureMap.Testing.Widget4.csproj index 8b482960..b1e4f29a 100644 --- a/src/StructureMap.Testing.Widget4/StructureMap.Testing.Widget4.csproj +++ b/src/StructureMap.Testing.Widget4/StructureMap.Testing.Widget4.csproj @@ -1,7 +1,7 @@  - net8.0;net7.0;net6.0 + net9.0;net8.0;net7.0;net6.0 StructureMap.Testing.Widget4 StructureMap.Testing.Widget4 1.6.0 diff --git a/src/StructureMap.Testing.Widget5/StructureMap.Testing.Widget5.csproj b/src/StructureMap.Testing.Widget5/StructureMap.Testing.Widget5.csproj index d0342838..65e26bba 100644 --- a/src/StructureMap.Testing.Widget5/StructureMap.Testing.Widget5.csproj +++ b/src/StructureMap.Testing.Widget5/StructureMap.Testing.Widget5.csproj @@ -1,6 +1,6 @@  - net8.0;net7.0;net6.0 + net9.0;net8.0;net7.0;net6.0 StructureMap.Testing.Widget5 StructureMap.Testing.Widget5 false diff --git a/src/Widget.Core/Widget.Core.csproj b/src/Widget.Core/Widget.Core.csproj index 5e4fc759..404e7bff 100644 --- a/src/Widget.Core/Widget.Core.csproj +++ b/src/Widget.Core/Widget.Core.csproj @@ -1,7 +1,7 @@ - net8.0;net7.0;net6.0 + net9.0;net8.0;net7.0;net6.0 diff --git a/src/Widget.Instance/Widget.Instance.csproj b/src/Widget.Instance/Widget.Instance.csproj index 5d6a6f91..1a0b5c87 100644 --- a/src/Widget.Instance/Widget.Instance.csproj +++ b/src/Widget.Instance/Widget.Instance.csproj @@ -1,7 +1,7 @@ - net8.0;net7.0;net6.0 + net9.0;net8.0;net7.0;net6.0 diff --git a/src/Widget.Registration/Widget.Registration.csproj b/src/Widget.Registration/Widget.Registration.csproj index 60a3c9ae..3d8c2808 100644 --- a/src/Widget.Registration/Widget.Registration.csproj +++ b/src/Widget.Registration/Widget.Registration.csproj @@ -1,7 +1,7 @@ - net8.0;net7.0;net6.0 + net9.0;net8.0;net7.0;net6.0