{ "$schema": "http://json.schemastore.org/template", "author": "zotan", "classifications": [ "Web", "MVC", "Razor Pages" ], "identity": "zotan.ASPTemplate", "name": "ASP.NET Core (zotan)", "shortName": "razor-zotan", "sourceName": "ASPTemplate", "defaultName": "RazorApplication", "preferNameDirectory": true, "primaryOutputs": [ { "path": "ASPTemplate.csproj" } ], "tags": { "language": "C#", "type": "project" }, "sources": [ { "copyOnly": [ "wwwroot/**" ], "modifiers": [ { "exclude": [ ".idea/**", ".git/**" ] } ] } ], "symbols": { "kestrelPort": { "type": "generated", "generator": "port", "parameters": { "low": 8000, "high": 8999 }, "replaces": "7039" }, "kestrelAltPort": { "type": "generated", "generator": "port", "parameters": { "low": 9000, "high": 9999 }, "replaces": "7040" } } }