From 58fc001902ec212287e3e99de9ccf5d1c8d6586e Mon Sep 17 00:00:00 2001 From: "Jeremy D. Miller" Date: Thu, 28 Sep 2023 11:27:04 -0500 Subject: [PATCH] bumping to 12.0.1 --- .../Lamar.AspNetCoreTests.Integration.csproj | 9 ++++++--- src/Lamar.Diagnostics/Lamar.Diagnostics.csproj | 2 +- .../Lamar.Microsoft.DependencyInjection.csproj | 2 +- src/Lamar/Lamar.csproj | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/Lamar.AspNetCoreTests.Integration/Lamar.AspNetCoreTests.Integration.csproj b/src/Lamar.AspNetCoreTests.Integration/Lamar.AspNetCoreTests.Integration.csproj index 7c2a306b..0ba4eb59 100644 --- a/src/Lamar.AspNetCoreTests.Integration/Lamar.AspNetCoreTests.Integration.csproj +++ b/src/Lamar.AspNetCoreTests.Integration/Lamar.AspNetCoreTests.Integration.csproj @@ -8,9 +8,12 @@ - - - + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/src/Lamar.Diagnostics/Lamar.Diagnostics.csproj b/src/Lamar.Diagnostics/Lamar.Diagnostics.csproj index 9bf0aa28..1cfd25ba 100644 --- a/src/Lamar.Diagnostics/Lamar.Diagnostics.csproj +++ b/src/Lamar.Diagnostics/Lamar.Diagnostics.csproj @@ -2,7 +2,7 @@ Adds diagnostic checks to the command line of your Lamar-enabled ASP.Net Core app - 12.0.1 + 12.0.2 Jeremy D. Miller net6.0;net7.0 portable diff --git a/src/Lamar.Microsoft.DependencyInjection/Lamar.Microsoft.DependencyInjection.csproj b/src/Lamar.Microsoft.DependencyInjection/Lamar.Microsoft.DependencyInjection.csproj index f91d75cf..1c4ec18e 100644 --- a/src/Lamar.Microsoft.DependencyInjection/Lamar.Microsoft.DependencyInjection.csproj +++ b/src/Lamar.Microsoft.DependencyInjection/Lamar.Microsoft.DependencyInjection.csproj @@ -1,7 +1,7 @@  Lamar Adapter for HostBuilder Integration - 12.0.1 + 12.0.2 Jeremy D. Miller net6.0;net7.0 portable diff --git a/src/Lamar/Lamar.csproj b/src/Lamar/Lamar.csproj index c724439f..0f263a48 100644 --- a/src/Lamar/Lamar.csproj +++ b/src/Lamar/Lamar.csproj @@ -1,7 +1,7 @@  Fast ASP.Net Core compatible IoC Tool, Successor to StructureMap - 12.0.1 + 12.0.2 Jeremy D. Miller net6.0;net7.0 portable