I'm using VS17.14. After updating .NET10 SDK, I see a warning:
C:\Program Files\dotnet\sdk\10.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.DefaultItems.targets(145,5): warning NETSDK1233: Targeting .NET 10.0 or higher in Visual Studio 2022 17.14 is not supported.
This page states .NET10 is compatible with VS17.14.
And the file sdk\10.0.100\minimumMSBuildVersion is also 17.14.0
I want to ask:
- Why do you add this warning? Does it make sense? Can you remove this warning?
- Is it safe to use .NET10+VS17.14? It works now, but will you break it later?
Thanks!