microsoft / DacFx

SQL Server database schema validation, deployment, and upgrade runtime. Enables declarative database development and database portability across SQL Server versions and environments.
https://aka.ms/sqlpackage-ref
MIT License
292 stars 15 forks source link

Change default target framework to netstandard2.1 #391

Closed zijchen closed 4 months ago

zijchen commented 4 months ago
chlafreniere commented 4 months ago

What will our story be for .net framework?

zijchen commented 4 months ago

What will our story be for .net framework?

Since sqlproj doesn't really care about .NET version, you can set the target framework to net46 if you want. The test confirms that.

If you're asking about using the .NET Framework version of msbuild, nothing is changed in that path since we need the targets from the .NET SDK.