Update Microsoft.AspNetCore.SignalR.Specification.Tests.csproj (#2449)

This commit is contained in:
Nate McMaster 2018-06-07 12:26:09 -07:00 committed by GitHub
parent b86f31d58c
commit 9d58e41521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
<PropertyGroup>
<Description>Tests for users to verify their own implementations of SignalR types</Description>
<!-- Temporarily suppress packing this project until we can fix issues in its dependencies. -->
<IsPackable>false</IsPackable>
<DeveloperBuildTestTfms>netcoreapp2.2</DeveloperBuildTestTfms>
<StandardTestTfms>$(DeveloperBuildTestTfms)</StandardTestTfms>
<StandardTestTfms Condition=" '$(DeveloperBuild)' != 'true' AND '$(OS)' == 'Windows_NT' ">$(StandardTestTfms);net461</StandardTestTfms>