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

This reverts commit 707f6b3e28.
This commit is contained in:
Nate McMaster 2018-06-07 11:57:41 -07:00
parent 707f6b3e28
commit 2037090030
No known key found for this signature in database
GPG Key ID: A778D9601BD78810
1 changed files with 1 additions and 2 deletions

View File

@ -166,12 +166,11 @@
<!-- SignalR Redis support is not part of the .App meta-package -->
<PackageArtifact Include="Microsoft.AspNetCore.SignalR.Redis" Category="ship" AllMetapackage="true" />
<!-- SignalR Client, Specification Tests and MessagePack Protocol support are not part of any meta-packages -->
<!-- SignalR Client 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"/>