[Spa] Make node Services non-shipping (#24912)

As per the announcement on https://github.com/dotnet/aspnetcore/issues/12890, avoid shipping this package in 5.0.
This commit is contained in:
Javier Calvarro Nelson 2020-08-19 22:27:29 +02:00 committed by GitHub
parent 08bd3d7d5a
commit 1cd7e15fb2
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>Invoke Node.js modules at runtime in ASP.NET Core applications.</Description>
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
<IsShipping>false</IsShipping>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>