Skip to content

Commit baeb2bc

Browse files
Bump the dotnet group (#45300)
Bumps the dotnet group in /docs/orleans/grains/snippets/transactions with 2 updates: [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Logging.Console](https://github.com/dotnet/runtime). Updates `Microsoft.Extensions.Hosting` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v9.0.3) Updates `Microsoft.Extensions.Logging.Console` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v9.0.3) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Hosting dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Logging.Console 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 864a592 commit baeb2bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/orleans/grains/snippets/transactions/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.2" />
12-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.2" />
11+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.3" />
12+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.3" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

docs/orleans/grains/snippets/transactions/Server/Server.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.2" />
12-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.2" />
11+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.3" />
12+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.3" />
1313
<PackageReference Include="Microsoft.Orleans.Server" Version="9.1.2" />
1414
<PackageReference Include="Microsoft.Orleans.Transactions.AzureStorage" Version="9.1.2" />
1515
</ItemGroup>

0 commit comments

Comments
 (0)