There were before aspdotnet1.0
include/exclude sections on project.json
file
{
\"exclude\": [
\"node_modules\",
\"bower_c
Edit the .csproj file to manually exclude files/folder from being published.
You can also refer this
For web deployment see https://blogs.msdn.microsoft.com/webdev/2010/04/22/web-deployment-excluding-files-and-folders-via-the-web-applications-project-file/.
project.json
has been now replaced by csproj
. You can read about it more on https://www.stevejgordon.co.uk/project-json-replaced-by-csproj.
For Upgrading Existing .NET Core 1.0 Projects or for using Using .NET Core 1.1 you can read https://blogs.msdn.microsoft.com/dotnet/2016/11/16/announcing-net-core-1-1/.