File tree Expand file tree Collapse file tree 5 files changed +2
-22
lines changed
Microsoft.Azure.SignalR.AspNet
Microsoft.Azure.SignalR.Management
test/Microsoft.Azure.SignalR.AspNet.Tests Expand file tree Collapse file tree 5 files changed +2
-22
lines changed Original file line number Diff line number Diff line change 44 </PropertyGroup >
55 <PropertyGroup Label =" Package Versions" >
66 <!-- Azure ASP.NET Core SignalR -->
7- <MicrosoftAspNetCoreHttpConnectionsClientPackageVersion >1.0.0</MicrosoftAspNetCoreHttpConnectionsClientPackageVersion >
8- <MicrosoftAspNetCoreHttpConnectionsClientPackage3_0Version >3.0.0</MicrosoftAspNetCoreHttpConnectionsClientPackage3_0Version >
9- <MicrosoftAspNetCoreHttpConnectionsClientPackage3_1Version >3.1.9</MicrosoftAspNetCoreHttpConnectionsClientPackage3_1Version >
10- <MicrosoftAspNetCoreHttpConnectionsClientPackage5_0Version >5.0.1</MicrosoftAspNetCoreHttpConnectionsClientPackage5_0Version >
11- <MicrosoftAspNetCoreHttpConnectionsClientPackage7_0Version >7.0.0-preview.7.22376.6</MicrosoftAspNetCoreHttpConnectionsClientPackage7_0Version >
12- <MicrosoftAspNetCoreHttpConnectionsClientPackage6_0Version >6.0.10</MicrosoftAspNetCoreHttpConnectionsClientPackage6_0Version >
137 <MicrosoftAspNetCoreHttpConnectionsCommonPackageVersion >1.0.4</MicrosoftAspNetCoreHttpConnectionsCommonPackageVersion >
148 <MicrosoftAspNetCoreHttpConnectionsCommonPackage3_0Version >3.0.0</MicrosoftAspNetCoreHttpConnectionsCommonPackage3_0Version >
159 <MicrosoftAspNetCoreHttpConnectionsCommonPackage3_1Version >3.1.9</MicrosoftAspNetCoreHttpConnectionsCommonPackage3_1Version >
8276 <EmulatorMicrosoftPackageVersion >6.0.9</EmulatorMicrosoftPackageVersion >
8377
8478 <!-- Testing -->
79+ <MicrosoftAspNetCoreHttpConnectionsClientPackageVersion >1.0.0</MicrosoftAspNetCoreHttpConnectionsClientPackageVersion >
8580 <MessagePackPackage3_1Version >1.9.11</MessagePackPackage3_1Version >
8681 <MicrosoftAspNetCoreSignalRProtocolsMessagePackPackageVersion >3.1.24</MicrosoftAspNetCoreSignalRProtocolsMessagePackPackageVersion >
8782 <MicrosoftNETTestSdkPackageVersion >15.6.1</MicrosoftNETTestSdkPackageVersion >
Original file line number Diff line number Diff line change 99 <ItemGroup >
1010 <PackageReference Include =" Microsoft.AspNet.SignalR" Version =" $(MicrosoftAspNetSignalRPackageVersion)" />
1111 <PackageReference Include =" Microsoft.AspNetCore.Connections.Abstractions" Version =" $(MicrosoftAspNetCoreConnectionsAbstractionsPackageVersion)" />
12- <PackageReference Include =" Microsoft.AspNetCore.Http.Connections.Client" Version =" $(MicrosoftAspNetCoreHttpConnectionsClientPackageVersion)" />
1312 <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" $(MicrosoftExtensionsDependencyInjectionPackageVersion)" />
1413 <PackageReference Include =" Microsoft.Extensions.Logging.EventSource" Version =" $(MicrosoftExtensionsLoggingEventSourcePackageVersion)" />
1514 <PackageReference Include =" System.IO.Pipelines" Version =" $(SystemIOPipelinesPackageVersion)" />
Original file line number Diff line number Diff line change 3838 </Target >
3939
4040 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
41- <PackageReference Include =" Microsoft.AspNetCore.SignalR" Version =" $(MicrosoftAspNetCoreSignalRPackageVersion)" />
4241 <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" $(MicrosoftExtensionsHostingVersion)" />
4342 </ItemGroup >
4443</Project >
Original file line number Diff line number Diff line change 3131 </ItemGroup >
3232 </Target >
3333
34- <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0'" >
35- <FrameworkReference Include =" Microsoft.AspNetCore.App" />
36- <PackageReference Include =" Microsoft.AspNetCore.Http.Connections.Client" Version =" $(MicrosoftAspNetCoreHttpConnectionsClientPackage6_0Version)" />
37- </ItemGroup >
38- <ItemGroup Condition =" '$(TargetFramework)' == 'net5.0'" >
39- <FrameworkReference Include =" Microsoft.AspNetCore.App" />
40- <PackageReference Include =" Microsoft.AspNetCore.Http.Connections.Client" Version =" $(MicrosoftAspNetCoreHttpConnectionsClientPackage5_0Version)" />
41- </ItemGroup >
42- <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.0'" >
43- <FrameworkReference Include =" Microsoft.AspNetCore.App" />
44- <PackageReference Include =" Microsoft.AspNetCore.Http.Connections.Client" Version =" $(MicrosoftAspNetCoreHttpConnectionsClientPackage3_0Version)" />
45- </ItemGroup >
4634 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
47- <PackageReference Include =" Microsoft.AspNetCore.Http.Connections.Client" Version =" $(MicrosoftAspNetCoreHttpConnectionsClientPackageVersion)" />
4835 <PackageReference Include =" Microsoft.AspNetCore.Localization" Version =" $(MicrosoftAspNetCoreLocalizationPackageVersion)" />
49- <PackageReference Include =" Microsoft.AspNetCore.SignalR" Version =" $(MicrosoftAspNetCoreSignalRPackageVersion)" />
5036 </ItemGroup >
5137</Project >
Original file line number Diff line number Diff line change 1616 <PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitRunnerVisualStudioPackageVersion)" Condition =" '$(DisableNet461Tests)'!='true'" />
1717 <PackageReference Include =" Moq" Version =" $(MoqPackageVersion)" />
1818 <PackageReference Include =" Microsoft.AspNet.SignalR.Client" Version =" $(MicrosoftAspNetSignalRClientVersion)" />
19+ <PackageReference Include =" Microsoft.AspNetCore.Http.Connections.Client" Version =" $(MicrosoftAspNetCoreHttpConnectionsClientPackageVersion)" />
1920 <PackageReference Include =" Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version =" $(MicrosoftAspNetCoreSignalRProtocolsMessagePackPackageVersion)" />
2021 <PackageReference Include =" MessagePack" Version =" $(MessagePackPackage3_1Version)" />
2122 <PackageReference Include =" Microsoft.Extensions.Logging.Testing" Version =" $(MicrosoftExtensionsLoggingPackageVersion)" />
You can’t perform that action at this time.
0 commit comments