Skip to content

Commit ea1167c

Browse files
Bump the microsoft group with 5 updates (#127)
Bumps the microsoft group with 5 updates: | Package | From | To | | --- | --- | --- | | [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) | `8.0.0` | `8.0.1` | | [Microsoft.Extensions.Hosting.Abstractions](https://github.com/dotnet/runtime) | `8.0.0` | `8.0.1` | | [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) | `8.0.1` | `8.0.2` | | [Microsoft.EntityFrameworkCore.InMemory](https://github.com/dotnet/efcore) | `8.0.8` | `8.0.10` | | [Microsoft.AspNetCore.TestHost](https://github.com/dotnet/aspnetcore) | `8.0.8` | `8.0.10` | Updates `Microsoft.Extensions.Hosting` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v8.0.1) Updates `Microsoft.Extensions.Hosting.Abstractions` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v8.0.1) Updates `Microsoft.Extensions.Logging.Abstractions` from 8.0.1 to 8.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v8.0.2) Updates `Microsoft.Extensions.Hosting.Abstractions` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v8.0.1) Updates `Microsoft.Extensions.Logging.Abstractions` from 8.0.1 to 8.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v8.0.2) Updates `Microsoft.EntityFrameworkCore.InMemory` from 8.0.8 to 8.0.10 - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](dotnet/efcore@v8.0.8...v8.0.10) Updates `Microsoft.Extensions.Logging.Abstractions` from 8.0.1 to 8.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v8.0.2) Updates `Microsoft.AspNetCore.TestHost` from 8.0.8 to 8.0.10 - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](dotnet/aspnetcore@v8.0.8...v8.0.10) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Extensions.Hosting.Abstractions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Extensions.Hosting.Abstractions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.EntityFrameworkCore.InMemory dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-patch 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 03a60d2 commit ea1167c

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

samples/ConfigSample/ConfigSample.csproj

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

33
<ItemGroup>
44
<PackageReference Include="DistributedLock.FileSystem" Version="1.0.2" />
5-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
5+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
66
</ItemGroup>
77

88
<ItemGroup>

samples/EFCoreStoreSample/EFCoreStoreSample.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<ItemGroup>
44
<PackageReference Include="DistributedLock.FileSystem" Version="1.0.2" />
5-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.8" />
6-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
5+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.10" />
6+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
77
</ItemGroup>
88

99
<ItemGroup>

samples/EventBusSample/EventBusSample.csproj

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

33
<ItemGroup>
44
<PackageReference Include="DistributedLock.FileSystem" Version="1.0.2" />
5-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
5+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
66
<PackageReference Include="Tingle.EventBus.Transports.InMemory" Version="0.22.1" />
77
</ItemGroup>
88

samples/ResilienceSample/ResilienceSample.csproj

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

33
<ItemGroup>
44
<PackageReference Include="DistributedLock.FileSystem" Version="1.0.2" />
5-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
5+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
66
</ItemGroup>
77

88
<ItemGroup>

samples/SimpleSample/SimpleSample.csproj

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

33
<ItemGroup>
44
<PackageReference Include="DistributedLock.FileSystem" Version="1.0.2" />
5-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
5+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
66
</ItemGroup>
77

88
<ItemGroup>

src/Tingle.PeriodicTasks/Tingle.PeriodicTasks.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<ItemGroup>
1414
<PackageReference Include="Cronos" Version="0.8.4" />
1515
<PackageReference Include="DistributedLock.Core" Version="1.0.7" />
16-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
17-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
16+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
17+
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.1" />
1818
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
1919
<PackageReference Include="Polly.Core" Version="8.4.1" />
2020
</ItemGroup>

tests/Tingle.PeriodicTasks.AspNetCore.Tests/Tingle.PeriodicTasks.AspNetCore.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<ItemGroup>
4-
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.8" />
4+
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.10" />
55
</ItemGroup>
66

77
<ItemGroup>

tests/Tingle.PeriodicTasks.EventBus.Tests/Tingle.PeriodicTasks.EventBus.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<ItemGroup>
4-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
4+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
55
<PackageReference Include="Tingle.EventBus.Transports.InMemory" Version="0.22.1" />
66
</ItemGroup>
77

tests/Tingle.PeriodicTasks.Tests/Tingle.PeriodicTasks.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<ItemGroup>
4-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
4+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
55
</ItemGroup>
66

77
<ItemGroup>

0 commit comments

Comments
 (0)