Merge in 'release/3.1' changes

\n\nCommit migrated from 9b8667e738
This commit is contained in:
dotnet-bot 2019-12-12 21:44:54 +00:00
commit 9a7838bd35
2 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,6 @@
<PropertyGroup>
<!-- These projects depend on a 3rd party source -->
<ExcludeFromSourceBuild>true</ExcludeFromSourceBuild>
<IsShipping>false</IsShipping>
</PropertyGroup>
</Project>

View File

@ -9,7 +9,6 @@
<!-- This is actually a library for test projects, not a test project. -->
<IsUnitTestProject>false</IsUnitTestProject>
<IsPackable>true</IsPackable>
<IsShipping>false</IsShipping>
<HasReferenceAssembly>true</HasReferenceAssembly>
<GenerateFrameworkReferenceAssembly>true</GenerateFrameworkReferenceAssembly>
<!-- This package is internal, so we don't generate a package baseline. Always build against the latest dependencies. -->