79413209

Date: 2025-02-04 22:41:51
Score: 1.5
Natty:
Report link

Remove any <PackageReference> to Microsoft.AspNetCore.App from your .csproj. Use <Project Sdk="Microsoft.NET.Sdk.Web"> and update <TargetFramework>net6.0</TargetFramework>. If you need AspNetCore features without the Web SDK, add <FrameworkReference Include="Microsoft.AspNetCore.App" />.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: smik91