Skip to content

.NET 6 support

Compare
Choose a tag to compare
@jmezach jmezach released this 29 Jan 14:50

Version 2.0.0 is the first official release to support the .NET 6.0 SDK.

This is breaking version in the sense that we've dropped support for the .NET Core 2.1 SDK, since that has gone out of support itself. If you're still required to use the .NET Core 2.1 SDK we recommend you stay on the 1.x release of MSBuild.Sdk.SqlProj, but beware that new features and bugfixes will only come to newer 2.x versions going forward. Feel free to open an issue if this is blocking you in anyway.

Other than that, no functional changes have been made in this release and upgrading should be as easy as updating your project file. We do however still recommend using netstandard2.0 as the target framework in your MSBuild.Sdk.SqlProj projects, instead of net6.0.