Skip to content

Commit 7a567c3

Browse files
Bump the dotnet group (#45692)
Bumps the dotnet group in /docs/orleans/tutorials-and-samples/snippets/minimal with 3 updates: [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime), [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Logging.Console](https://github.com/dotnet/runtime). Updates `Microsoft.Extensions.Hosting` 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.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.Extensions.Logging.Console` 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) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Hosting dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Logging.Console dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6e8301c commit 7a567c3

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/orleans/tutorials-and-samples/snippets/minimal/Client/Client.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.3" />
12-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.3" />
11+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.4" />
12+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.4" />
1313
<PackageReference Include="Microsoft.Orleans.Client" Version="9.1.2" />
1414
</ItemGroup>
1515

docs/orleans/tutorials-and-samples/snippets/minimal/GrainInterfaces/GrainInterfaces.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.3" />
10+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.4" />
1111
<PackageReference Include="Microsoft.Orleans.Sdk" Version="9.1.2" />
1212
</ItemGroup>
1313

docs/orleans/tutorials-and-samples/snippets/minimal/Grains/Grains.csproj

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

99
<ItemGroup>
1010
<PackageReference Include="Microsoft.Orleans.Sdk" Version="9.1.2" />
11-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.3" />
11+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.4" />
1212
</ItemGroup>
1313

1414
<ItemGroup>

docs/orleans/tutorials-and-samples/snippets/minimal/Silo/Silo.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.3" />
12-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.3" />
13-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.3" />
11+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.4" />
12+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.4" />
13+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.4" />
1414
<PackageReference Include="Microsoft.Orleans.Server" Version="9.1.2" />
1515
</ItemGroup>
1616

0 commit comments

Comments
 (0)