mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
Microsoft.NET.Sdk imports the Windows Desktop targets itself for .NET Framework and for .NET 5 and later, and warns (NETSDK1137) about every project that still names the separate SDK. Only .NET Core 3.x, where those targets are not imported without a platform-suffixed moniker, genuinely needs Microsoft.NET.Sdk.WindowsDesktop. Assisted-by: Claude:claude-opus-5[1m]:Claude Codepull/4103/head
2 changed files with 24 additions and 3 deletions
Loading…
Reference in new issue