Release Notes
October 15, 2025 ยท View on GitHub
Microsoft.Build.Sql 2.0.0 - 2025-10-14
This update brings the below changes over the previous release:
Added
- Added support for
Sql170DatabaseSchemaProvider(SQL 2025) target platform.
Changed
- Updated DacFx version to 170.2.70.
- .NET SDK targets are imported by default which brings in any new features and fixes from the .NET team.
- Brings in support for artifact outputs and tool package references.
- Whole project should no longer rebuild with no changes to files.
Fixed
- Fixed a build failure in Visual Studio if the project has been previously built with
dotnet build. - Fixed build error in SSDT with message
Error loading lock file '\obj\project.assets.json' : Error reading '' : Imports contains an invalid framework: 'unsupported' in 'project.json'. - Fixed issue where extra unnecessary binaries are packaged in the SDK.
- Fixed a bug where
MaxDopForSecondaryis incorrectly set. #597 - Fixed incremental builds being skipped when files are deleted. #668
- Fixed an issue where project build fails on
CREATE USERwith SID/TYPE. #632 - Fixed build error with scalar functions and identity columns on Fabric DW.