Skip to content

Commit 6ec9ee4

Browse files
Bump Lamar.Microsoft.DependencyInjection, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Extensions.Hosting, Microsoft.Extensions.Hosting.Abstractions, Microsoft.Extensions.Logging and Microsoft.Extensions.Options
Bumps Lamar.Microsoft.DependencyInjection, [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime), [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime), [Microsoft.Extensions.Hosting.Abstractions](https://github.com/dotnet/runtime), [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Options](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Lamar.Microsoft.DependencyInjection` from 13.1.0 to 14.0.1 Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 9.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.0) Updates `Microsoft.Extensions.Hosting` from 9.0.0 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v8.0.0) Updates `Microsoft.Extensions.Hosting.Abstractions` from 9.0.0 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v8.0.0) Updates `Microsoft.Extensions.Logging` from 9.0.0 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v8.0.0) Updates `Microsoft.Extensions.Options` from 9.0.0 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v8.0.0) --- updated-dependencies: - dependency-name: Lamar.Microsoft.DependencyInjection dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Hosting.Abstractions dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Options dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3d539f6 commit 6ec9ee4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Tests/EFCoreSecondLevelCacheInterceptor.AspNetCoreSampleWithLamar/EFCoreSecondLevelCacheInterceptor.AspNetCoreSampleWithLamar.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ProjectReference Include="..\EFCoreSecondLevelCacheInterceptor.Tests.DataLayer\EFCoreSecondLevelCacheInterceptor.Tests.DataLayer.csproj" />
99
</ItemGroup>
1010
<ItemGroup>
11-
<PackageReference Include="Lamar.Microsoft.DependencyInjection" Version="13.1.0" />
11+
<PackageReference Include="Lamar.Microsoft.DependencyInjection" Version="14.0.1" />
1212
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.0" />
1313
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.0">
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

src/Tests/EFCoreSecondLevelCacheInterceptor.WorkerServiceWithLamar/EFCoreSecondLevelCacheInterceptor.WorkerServiceWithLamar.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</ItemGroup>
1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
12-
<PackageReference Include="Lamar.Microsoft.DependencyInjection" Version="13.1.0" />
12+
<PackageReference Include="Lamar.Microsoft.DependencyInjection" Version="14.0.1" />
1313
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.0" />
1414
<PackageReference Include="Microsoft.Extensions.Options" Version="9.0.0" />
1515
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0" />

0 commit comments

Comments
 (0)