Skip to content

Commit 7511394

Browse files
Bump the dotnet group (#45747)
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.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.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 4cba564 commit 7511394

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.3" />
12-
<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.Console" Version="9.0.4" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

docs/orleans/grains/snippets/transactions/Server/Server.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
@@ -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.Console" Version="9.0.3" />
11+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.4" />
12+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.4" />
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)