Marked the Mono.WebAssembly.Interop package as non-shipping (#21367)

* Marked the Mono.WebAssembly.Interop package as non-shipping
This commit is contained in:
Artak 2020-04-30 14:56:59 -07:00 committed by GitHub
parent 2fa0212285
commit 9025f63fc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<PackageTags>wasm;javascript;interop</PackageTags>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IsPackable>true</IsPackable>
<IsShipping>true</IsShipping>
<IsShipping>false</IsShipping>
<HasReferenceAssembly>false</HasReferenceAssembly>
</PropertyGroup>