Skip to content

Commit be6701e

Browse files
Bump Microsoft.Extensions.Logging.Abstractions, Microsoft.Bcl.AsyncInterfaces and Microsoft.NETFramework.ReferenceAssemblies
Bumps [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime), [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime) and [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet). These dependencies needed to be updated together. Updates `Microsoft.Extensions.Logging.Abstractions` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.3...v9.0.4) Updates `Microsoft.Bcl.AsyncInterfaces` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.3...v9.0.4) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Bcl.AsyncInterfaces dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c845cd commit be6701e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Analogy.LogServer.Clients/Analogy.LogServer.Clients.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
<PrivateAssets>all</PrivateAssets>
3737
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3838
</PackageReference>
39-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.3" />
39+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.4" />
4040
</ItemGroup>
4141
</Project>

Analogy.LogServer/Analogy.LogServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<PackageReference Include="Serilog.Settings.Configuration" Version="9.0.0" />
4242
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.1" />
4343
<PackageReference Include="Serilog.Sinks.File" Version="6.0.0" />
44-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.3" />
44+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.4" />
4545
<PackageReference Include="Microsoft.AspNetCore.Hosting.WindowsServices" Version="9.0.3" />
4646
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="9.0.3" />
4747
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.3" />

0 commit comments

Comments
 (0)