Skip to content

Commit 9025f63

Browse files
authored
Marked the Mono.WebAssembly.Interop package as non-shipping (#21367)
* Marked the Mono.WebAssembly.Interop package as non-shipping
1 parent 2fa0212 commit 9025f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Blazor/Mono.WebAssembly.Interop/src/Mono.WebAssembly.Interop.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PackageTags>wasm;javascript;interop</PackageTags>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88
<IsPackable>true</IsPackable>
9-
<IsShipping>true</IsShipping>
9+
<IsShipping>false</IsShipping>
1010
<HasReferenceAssembly>false</HasReferenceAssembly>
1111
</PropertyGroup>
1212

0 commit comments

Comments
 (0)