AddFeatureFolders icon indicating copy to clipboard operation
AddFeatureFolders copied to clipboard

Add net6.0 target using framework reference

Open danspam opened this issue 2 years ago • 0 comments

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.

danspam avatar Oct 07 '22 22:10 danspam