Skip to content

Commit

Permalink
Bumping to 14.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Nov 18, 2024
1 parent 96e2fe0 commit 29bc351
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 23 deletions.
2 changes: 1 addition & 1 deletion src/Lamar.Diagnostics/Lamar.Diagnostics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>Adds diagnostic checks to the command line of your Lamar-enabled ASP.Net Core app</Description>
<Version>14.0.0</Version>
<Version>14.0.1</Version>
<Authors>Jeremy D. Miller</Authors>
<TargetFrameworks>net7.0;net8.0;net9.0</TargetFrameworks>
<DebugType>portable</DebugType>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Lamar Adapter for HostBuilder Integration</Description>
<Version>14.0.0</Version>
<Version>14.0.1</Version>
<Authors>Jeremy D. Miller</Authors>
<TargetFrameworks>net7.0;net8.0;net9.0</TargetFrameworks>
<DebugType>portable</DebugType>
Expand All @@ -21,24 +21,10 @@
<ProjectReference Include="..\Lamar\Lamar.csproj" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net9.0' ">
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="[9.0.0,10.0.0)" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="[9.0.0,10.0.0)" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="[9.0.0,10.0.0)" />
<PackageReference Include="Microsoft.Extensions.Options" Version="[9.0.0,10.0.0)" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' ">
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="[8.0.0,9.0.0)" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="[8.0.0,9.0.0)" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="[8.0.0,9.0.0)" />
<PackageReference Include="Microsoft.Extensions.Options" Version="[8.0.0,9.0.0)" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="[7.0.0,8.0.0)" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="[7.0.0,8.0.0)" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="[7.0.0,8.0.0)" />
<PackageReference Include="Microsoft.Extensions.Options" Version="[7.0.0,8.0.0)" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="[8.0.0,10.0.0)" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="[8.0.0,10.0.0)" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="[8.0.0,10.0.0)" />
<PackageReference Include="Microsoft.Extensions.Options" Version="[8.0.0,10.0.0)" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Lamar/Lamar.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Fast ASP.Net Core compatible IoC Tool, Successor to StructureMap</Description>
<Version>14.0.0</Version>
<Version>14.0.1</Version>
<Authors>Jeremy D. Miller</Authors>
<TargetFrameworks>net7.0;net8.0;net9.0</TargetFrameworks>
<DebugType>portable</DebugType>
Expand Down

0 comments on commit 29bc351

Please sign in to comment.