Skip to content

Commit 1cd7e15

Browse files
authored
[Spa] Make node Services non-shipping (#24912)
As per the announcement on #12890, avoid shipping this package in 5.0.
1 parent 08bd3d7 commit 1cd7e15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Middleware/NodeServices/src/Microsoft.AspNetCore.NodeServices.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<PropertyGroup>
33
<Description>Invoke Node.js modules at runtime in ASP.NET Core applications.</Description>
44
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
5+
<IsShipping>false</IsShipping>
6+
<IsPackable>false</IsPackable>
57
</PropertyGroup>
68

79
<ItemGroup>

0 commit comments

Comments
 (0)