Skip to content

Commit cd42365

Browse files
Bump Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Extensions.Hosting.Abstractions, Microsoft.Extensions.Logging.Abstractions and System.Diagnostics.DiagnosticSource (#156)
Bumps [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime), [Microsoft.Extensions.Hosting.Abstractions](https://github.com/dotnet/runtime), [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) and [System.Diagnostics.DiagnosticSource](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Extensions.DependencyInjection.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.Abstractions` 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.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 `System.Diagnostics.DiagnosticSource` 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.DependencyInjection.Abstractions dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Hosting.Abstractions 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 - dependency-name: System.Diagnostics.DiagnosticSource dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7d73a1f commit cd42365

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Pilgaard.CronJobs/Pilgaard.CronJobs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<PackageReference Include="Cronos" Version="0.9.0" />
1212
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.1" />
13-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.0" />
13+
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.1" />
1414
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.1" />
1515
</ItemGroup>
1616

src/Pilgaard.RecurringJobs/Pilgaard.RecurringJobs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.1" />
12-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.0" />
12+
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.1" />
1313
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.1" />
1414
</ItemGroup>
1515

src/Pilgaard.ScheduledJobs/Pilgaard.ScheduledJobs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.1" />
12-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.0" />
12+
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.1" />
1313
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.1" />
1414
</ItemGroup>
1515

0 commit comments

Comments
 (0)