From 08b37f5e740f4039f01af46cfaff4b5f5aa68b77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 02:39:38 +0000 Subject: [PATCH] Bump the microsoft group with 6 updates Bumps the microsoft group with 6 updates: | Package | From | To | | --- | --- | --- | | [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) | `8.0.1` | `9.0.0` | | [Microsoft.Extensions.Hosting.Abstractions](https://github.com/dotnet/runtime) | `8.0.1` | `9.0.0` | | [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) | `8.0.2` | `9.0.0` | | [Microsoft.Extensions.Options](https://github.com/dotnet/runtime) | `8.0.2` | `9.0.0` | | [Microsoft.EntityFrameworkCore.InMemory](https://github.com/dotnet/efcore) | `8.0.10` | `9.0.0` | | [Microsoft.AspNetCore.TestHost](https://github.com/dotnet/aspnetcore) | `8.0.10` | `8.0.11` | Updates `Microsoft.Extensions.Hosting` from 8.0.1 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.1...v9.0.0) Updates `Microsoft.Extensions.Hosting.Abstractions` from 8.0.1 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.1...v9.0.0) Updates `Microsoft.Extensions.Logging.Abstractions` from 8.0.2 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.2...v9.0.0) Updates `Microsoft.Extensions.Options` from 8.0.2 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.2...v9.0.0) Updates `Microsoft.EntityFrameworkCore.InMemory` from 8.0.10 to 9.0.0 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/compare/v8.0.10...v9.0.0) Updates `Microsoft.AspNetCore.TestHost` from 8.0.10 to 8.0.11 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.10...v8.0.11) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.Extensions.Hosting.Abstractions dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.Extensions.Options dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.EntityFrameworkCore.InMemory dependency-type: direct:production update-type: version-update:semver-major dependency-group: microsoft - dependency-name: Microsoft.AspNetCore.TestHost dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft ... Signed-off-by: dependabot[bot] --- samples/ConfigSample/ConfigSample.csproj | 2 +- samples/EFCoreStoreSample/EFCoreStoreSample.csproj | 4 ++-- samples/EventBusSample/EventBusSample.csproj | 2 +- samples/ResilienceSample/ResilienceSample.csproj | 2 +- samples/SimpleSample/SimpleSample.csproj | 2 +- src/Tingle.PeriodicTasks/Tingle.PeriodicTasks.csproj | 6 +++--- .../Tingle.PeriodicTasks.AspNetCore.Tests.csproj | 2 +- .../Tingle.PeriodicTasks.EventBus.Tests.csproj | 2 +- .../Tingle.PeriodicTasks.Tests.csproj | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/samples/ConfigSample/ConfigSample.csproj b/samples/ConfigSample/ConfigSample.csproj index e91ced7..0ce8bc5 100644 --- a/samples/ConfigSample/ConfigSample.csproj +++ b/samples/ConfigSample/ConfigSample.csproj @@ -3,7 +3,7 @@ - + diff --git a/samples/EFCoreStoreSample/EFCoreStoreSample.csproj b/samples/EFCoreStoreSample/EFCoreStoreSample.csproj index 5c302bc..7a363ed 100644 --- a/samples/EFCoreStoreSample/EFCoreStoreSample.csproj +++ b/samples/EFCoreStoreSample/EFCoreStoreSample.csproj @@ -3,8 +3,8 @@ - - + + diff --git a/samples/EventBusSample/EventBusSample.csproj b/samples/EventBusSample/EventBusSample.csproj index 8d28574..93aa617 100644 --- a/samples/EventBusSample/EventBusSample.csproj +++ b/samples/EventBusSample/EventBusSample.csproj @@ -3,7 +3,7 @@ - + diff --git a/samples/ResilienceSample/ResilienceSample.csproj b/samples/ResilienceSample/ResilienceSample.csproj index e91ced7..0ce8bc5 100644 --- a/samples/ResilienceSample/ResilienceSample.csproj +++ b/samples/ResilienceSample/ResilienceSample.csproj @@ -3,7 +3,7 @@ - + diff --git a/samples/SimpleSample/SimpleSample.csproj b/samples/SimpleSample/SimpleSample.csproj index e91ced7..0ce8bc5 100644 --- a/samples/SimpleSample/SimpleSample.csproj +++ b/samples/SimpleSample/SimpleSample.csproj @@ -3,7 +3,7 @@ - + diff --git a/src/Tingle.PeriodicTasks/Tingle.PeriodicTasks.csproj b/src/Tingle.PeriodicTasks/Tingle.PeriodicTasks.csproj index 822fb49..4386105 100644 --- a/src/Tingle.PeriodicTasks/Tingle.PeriodicTasks.csproj +++ b/src/Tingle.PeriodicTasks/Tingle.PeriodicTasks.csproj @@ -13,9 +13,9 @@ - - - + + + diff --git a/tests/Tingle.PeriodicTasks.AspNetCore.Tests/Tingle.PeriodicTasks.AspNetCore.Tests.csproj b/tests/Tingle.PeriodicTasks.AspNetCore.Tests/Tingle.PeriodicTasks.AspNetCore.Tests.csproj index d74373f..09473f6 100644 --- a/tests/Tingle.PeriodicTasks.AspNetCore.Tests/Tingle.PeriodicTasks.AspNetCore.Tests.csproj +++ b/tests/Tingle.PeriodicTasks.AspNetCore.Tests/Tingle.PeriodicTasks.AspNetCore.Tests.csproj @@ -1,7 +1,7 @@ - + diff --git a/tests/Tingle.PeriodicTasks.EventBus.Tests/Tingle.PeriodicTasks.EventBus.Tests.csproj b/tests/Tingle.PeriodicTasks.EventBus.Tests/Tingle.PeriodicTasks.EventBus.Tests.csproj index f5c7e4e..235b530 100644 --- a/tests/Tingle.PeriodicTasks.EventBus.Tests/Tingle.PeriodicTasks.EventBus.Tests.csproj +++ b/tests/Tingle.PeriodicTasks.EventBus.Tests/Tingle.PeriodicTasks.EventBus.Tests.csproj @@ -1,7 +1,7 @@ - + diff --git a/tests/Tingle.PeriodicTasks.Tests/Tingle.PeriodicTasks.Tests.csproj b/tests/Tingle.PeriodicTasks.Tests/Tingle.PeriodicTasks.Tests.csproj index 453c3f6..568b4d7 100644 --- a/tests/Tingle.PeriodicTasks.Tests/Tingle.PeriodicTasks.Tests.csproj +++ b/tests/Tingle.PeriodicTasks.Tests/Tingle.PeriodicTasks.Tests.csproj @@ -1,7 +1,7 @@ - +