Open ErikEJ opened 2 months ago
I agree it's not ideal having to update the SDK version manually every time. Unfortunately it doesn't seem that our friends at .NET have plans on supporting this: https://github.com/dotnet/msbuild/issues/3099
We may consider this as an IDE feature.
We added this check to MsBuild.Sdk:sqlProj: https://github.com/rr-wfm/MSBuild.Sdk.SqlProj/pull/632
Currently there is no Nuget mechanism to check for SDK updates.
Any thoughts about how to handle this with Microsoft.Build.Sql ?
(We have the same issue with MsBuild.SDK.Sqlproj)