AddFeatureFolders
AddFeatureFolders copied to clipboard
Add net6.0 target using framework reference
Microsoft.AspNetCore.Mvc.Razor
references Microsoft.CodeAnalysis.CSharp
which appears to conflict with the .net6.0 built-in analysers, causing multiple CS8032 warning messages.
By targeting net6.0 directly and using a framework reference to include Razor, the analyser reference is removed.