Skip to content

Commit 9c61038

Browse files
Bump the dotnet group with 4 updates (#4215)
Bumps Microsoft.AspNetCore.OpenApi from 9.0.7 to 9.0.8 Bumps Microsoft.AspNetCore.SignalR.Client from 9.0.7 to 9.0.8 Bumps Microsoft.Azure.SignalR from 1.30.3 to 1.31.0 Bumps Microsoft.Azure.SignalR.Management from 1.30.3 to 1.31.0 --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.OpenApi dependency-version: 9.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.AspNetCore.SignalR.Client dependency-version: 9.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Azure.SignalR dependency-version: 1.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Azure.SignalR.Management dependency-version: 1.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ad68d3d commit 9c61038

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/real-time/snippets/signalr/SignalR.ApiService/SignalR.ApiService.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.Azure.SignalR" Version="1.30.3" />
12-
<PackageReference Include="Microsoft.Azure.SignalR.Management" Version="1.30.3" />
13-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.7" />
11+
<PackageReference Include="Microsoft.Azure.SignalR" Version="1.31.0" />
12+
<PackageReference Include="Microsoft.Azure.SignalR.Management" Version="1.31.0" />
13+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.8" />
1414
<PackageReference Include="Scalar.AspNetCore" Version="2.6.8" />
1515
</ItemGroup>
1616

0 commit comments

Comments
 (0)