Skip to content

Commit ac9d91f

Browse files
committed
update SignalR.Client to 8.0.x
1 parent 3bebe71 commit ac9d91f

File tree

9 files changed

+14
-7
lines changed

9 files changed

+14
-7
lines changed

samples/AckableChatRoom/AckableChatRoom.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</ItemGroup>
1111

1212
<ItemGroup>
13+
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.13" />
1314
<PackageReference Include="Microsoft.Azure.SignalR" Version="1.*" />
1415
</ItemGroup>
1516
</Project>

samples/AdvancedChatRoom/AdvancedChatRoom.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
33
<TargetFramework>net7.0</TargetFramework>
44
<UserSecretsId>advancedchatroom</UserSecretsId>
@@ -11,6 +11,7 @@
1111

1212
<ItemGroup>
1313
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.8" />
14+
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.13" />
1415
<PackageReference Include="Microsoft.Azure.SignalR" Version="1.*" />
1516
</ItemGroup>
1617
</Project>

samples/BlazorChat/BlazorChat.csproj

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

33
<PropertyGroup>
44
<TargetFramework>net7.0</TargetFramework>
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="7.0.8" />
8+
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.13" />
99
<PackageReference Include="Microsoft.Azure.SignalR" Version="1.*" />
1010
</ItemGroup>
1111

samples/ChatRoom/ChatRoom.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
33
<TargetFramework>net7.0</TargetFramework>
44
<Nullable>enable</Nullable>
@@ -7,6 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10+
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.13" />
1011
<PackageReference Include="Microsoft.Azure.SignalR" Version="1.*" />
1112
</ItemGroup>
1213
</Project>

samples/ClientInvocationSample/ClientInvocationSample.csproj

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

99
<ItemGroup>
10+
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.13" />
1011
<PackageReference Include="Microsoft.Azure.SignalR" Version="1.*" />
1112
</ItemGroup>
1213

samples/FlightMap/FlightMap.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
33
<TargetFramework>net7.0</TargetFramework>
44
<UserSecretsId>flightmap</UserSecretsId>
@@ -10,6 +10,7 @@
1010
</ItemGroup>
1111

1212
<ItemGroup>
13+
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.13" />
1314
<PackageReference Include="Microsoft.Azure.SignalR" Version="1.*" />
1415
</ItemGroup>
1516
</Project>

samples/GitHubChat/GitHubChat.csproj

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

99
<ItemGroup>
1010
<PackageReference Include="AspNet.Security.OAuth.GitHub" Version="7.0.4" />
11+
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.13" />
1112
<PackageReference Include="Microsoft.Azure.SignalR" Version="1.*" />
1213
</ItemGroup>
1314
</Project>

samples/ServerSideBlazor/ServerSideBlazor.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9+
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.13" />
910
<PackageReference Include="Microsoft.Azure.SignalR" Version="1.*" />
1011
</ItemGroup>
1112

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

33
<PropertyGroup>
4-
<TargetFramework>net7.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<UserSecretsId>2da0d60d-9962-455e-97af-f0d2668c4ea1</UserSecretsId>
66
</PropertyGroup>
77
<ItemGroup>
88
<PackageReference Include="Microsoft.Azure.SignalR" Version="1.*" />
9-
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="7.0.8" />
9+
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.13" />
1010
</ItemGroup>
1111
</Project>

0 commit comments

Comments
 (0)