Il y avait auparavant aspdotnet1.0
sections à inclure / exclure dans le fichier project.json
{
"exclude": [
"node_modules",
"bower_components"
],
"publishExclude": [
"**.xproj",
"**.user",
"**.vspscc"
]
}
Où se trouve cette section dans ASP.NET Core 1.1 (il n'y a pas project.json
)? Y at - il des sections similaires sur .csproj
fichier ou .pubxml
?