Skip to content

Commit 1cb0e7c

Browse files
Bump Microsoft.Extensions.Hosting.Abstractions, Microsoft.Extensions.Hosting.WindowsServices, Microsoft.Extensions.Logging and Microsoft.Extensions.Logging.Abstractions
Bumps [Microsoft.Extensions.Hosting.Abstractions](https://github.com/dotnet/runtime), [Microsoft.Extensions.Hosting.WindowsServices](https://github.com/dotnet/runtime), [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Extensions.Hosting.Abstractions` from 9.0.1 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.1...v9.0.1) Updates `Microsoft.Extensions.Hosting.WindowsServices` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.1) Updates `Microsoft.Extensions.Logging` from 9.0.1 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.1...v9.0.1) Updates `Microsoft.Extensions.Logging.Abstractions` from 9.0.1 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.1...v9.0.1) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Hosting.Abstractions dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Hosting.WindowsServices dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aa6cb65 commit 1cb0e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Analogy.LogServer/Analogy.LogServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<PackageReference Include="Microsoft.AspNetCore.Hosting.WindowsServices" Version="9.0.1" />
4646
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="9.0.1" />
4747
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.1" />
48-
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="9.0.0" />
48+
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="9.0.1" />
4949
</ItemGroup>
5050
<ItemGroup>
5151
<Content Update="appsettings_LogServer.json">

0 commit comments

Comments
 (0)