Skip to content

Commit ad339e0

Browse files
Bump the dotnet group with 1 update
Bumps Microsoft.Extensions.Logging.Abstractions from 8.0.3 to 10.0.1 --- updated-dependencies: - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3ea8540 commit ad339e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/LayeredCraft.StructuredLogging/LayeredCraft.StructuredLogging.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
3636
</ItemGroup>
3737
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0' or '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'netstandard2.1'">
38-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.3" />
38+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.1" />
3939
</ItemGroup>
4040
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
4141
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.11" />

0 commit comments

Comments
 (0)