@cerasamson pointed out this behavior isn't working in our default template. Looks like a missing modifier:
|
{ |
|
"condition": "(ExcludeLaunchSettings)", |
|
"exclude": [ |
|
"Properties/launchSettings.json" |
|
] |
|
} |
Is this something we can still take in for .NET 7?
@cerasamson pointed out this behavior isn't working in our default template. Looks like a missing modifier:
aspnetcore/src/ProjectTemplates/Web.ProjectTemplates/content/EmptyBlazorServerWeb-CSharp/.template.config/template.json
Lines 41 to 46 in fbc7b9d
Is this something we can still take in for .NET 7?