File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
test/Blazor.Extensions.SignalR.Test.Server Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk.Web" >
2
-
3
- <PropertyGroup >
4
- <TargetFramework >netcoreapp2.1</TargetFramework >
5
- </PropertyGroup >
6
-
7
- <ItemGroup >
8
- <PackageReference Include =" Microsoft.AspNetCore.App" Version =" 2.1.2 " />
9
- <PackageReference Include =" Microsoft.AspNetCore.Blazor.Server" Version =" 0.6.0" />
10
- <PackageReference Include =" Microsoft.AspNetCore.SignalR" Version =" 1.0.2" />
11
- <PackageReference Include =" Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version =" 1.0.2" />
12
- </ItemGroup >
13
-
14
- <ItemGroup >
15
- <ProjectReference Include =" ..\Blazor.Extensions.SignalR.Test.Client\Blazor.Extensions.SignalR.Test.Client.csproj" />
16
- </ItemGroup >
17
-
18
- </Project >
1
+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
2
+
3
+ <PropertyGroup >
4
+ <TargetFramework >netcoreapp2.1</TargetFramework >
5
+ </PropertyGroup >
6
+
7
+ <ItemGroup >
8
+ <PackageReference Include =" Microsoft.AspNetCore.App" Version =" 2.1.4 " />
9
+ <PackageReference Include =" Microsoft.AspNetCore.Blazor.Server" Version =" 0.6.0" />
10
+ <PackageReference Include =" Microsoft.AspNetCore.SignalR" Version =" 1.0.2" />
11
+ <PackageReference Include =" Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version =" 1.0.2" />
12
+ </ItemGroup >
13
+
14
+ <ItemGroup >
15
+ <ProjectReference Include =" ..\Blazor.Extensions.SignalR.Test.Client\Blazor.Extensions.SignalR.Test.Client.csproj" />
16
+ </ItemGroup >
17
+
18
+ </Project >
You can’t perform that action at this time.
0 commit comments