79399277

Date: 2025-01-30 08:54:42
Score: 0.5
Natty:
Report link

If your project simply targets net8.0-windows, it may default to windows7.0 (the minimum supported version in .NET 8.0), causing the mismatch.

Modify MCSecure.csproj to add the full targetframework.

<TargetFramework>net8.0-windows10.1</TargetFramework>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jiachen Li-MSFT