Adding Microsoft.AspNetCore.SignalR.Specification.Tests (#1202)

This commit is contained in:
Mikael Mengistu 2018-06-07 10:33:41 -07:00 committed by GitHub
parent e80a6f0f05
commit 707f6b3e28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -166,11 +166,12 @@
<!-- SignalR Redis support is not part of the .App meta-package -->
<PackageArtifact Include="Microsoft.AspNetCore.SignalR.Redis" Category="ship" AllMetapackage="true" />
<!-- SignalR Client and MessagePack Protocol support are not part of any meta-packages -->
<!-- SignalR Client, Specification Tests and MessagePack Protocol support are not part of any meta-packages -->
<PackageArtifact Include="Microsoft.AspNetCore.SignalR.Client" Category="ship" />
<PackageArtifact Include="Microsoft.AspNetCore.SignalR.Client.Core" Category="ship" />
<PackageArtifact Include="Microsoft.AspNetCore.Http.Connections.Client" Category="ship" />
<PackageArtifact Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Category="ship" />
<PackageArtifact Include="Microsoft.AspNetCore.SignalR.Specification.Tests" Category="ship" />
<PackageArtifact Include="Microsoft.AspNetCore.SpaServices" Category="ship" AppMetapackage="true" AllMetapackage="true"/>
<PackageArtifact Include="Microsoft.AspNetCore.SpaServices.Extensions" Category="ship" AppMetapackage="true" AllMetapackage="true"/>