Closed
Description
When upgrading from ^0.8.1 to ^0.11.0, we noticed that the new sample project is part of the package that's published in npm. For some reason dotnet publish
also tries to build node_modules\aspnet-client-validation\DemoWeb.csproj
.
This shouldn't be an issue of this library, but I was wondering if it's intentional that this demo project's C# source is being published in the npm package.