Microsoft.SqlServer.DacFx 150.4573.2

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.SqlServer.DacFx --version 150.4573.2
                    
NuGet\Install-Package Microsoft.SqlServer.DacFx -Version 150.4573.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.SqlServer.DacFx" Version="150.4573.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.SqlServer.DacFx" Version="150.4573.2" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.SqlServer.DacFx" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.SqlServer.DacFx --version 150.4573.2
                    
#r "nuget: Microsoft.SqlServer.DacFx, 150.4573.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.SqlServer.DacFx@150.4573.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.SqlServer.DacFx&version=150.4573.2
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.SqlServer.DacFx&version=150.4573.2
                    
Install as a Cake Tool

The Microsoft SQL Server Data-Tier Application Framework (DacFx) is a component which provides application lifecycle services for database development and management for Microsoft SQL Server and Microsoft Azure SQL Databases.
     DacFx supports various database deployment and management scenarios for SQL Server and Microsoft Azure SQL Databases including extracting / exporting a live database to a DAC package, deploying a DAC package to a new or existing database, and migrating from on-premise to Microsoft Azure.
 
     This functionality is exposed via the DacFx API. DacFx can target SQL Server 2008, 2008R2, 2012, 2014, 2016, 2017 and Microsoft Azure SQL Databases.
     
     This nuget package is a lightweight version of DacFx. If you would like to use the command-line utility SqlPackage.exe for creating and deploying .dacpac and .bacpac packages, please download DacFramework.msi from Microsoft download center.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (46)

Showing the top 5 NuGet packages that depend on Microsoft.SqlServer.DacFx:

Package Downloads
Kentico.Xperience.Libraries

The runtime assemblies for libraries and applications that use Kentico Xperience API.

Microsoft.Data.Tools.Msbuild

This NuGet package contains all the required components to build and publish sqlproj project. This package allows to users to create local build agent without installing visual studio and enables continuous integration and continuous deployment scenarios. SSDT transforms database development by introducing a ubiquitous, declarative model that spans all the phases of database development inside Visual Studio. You can use SSDT Transact-SQL design capabilities to build, debug, maintain, and refactor databases. You can work with a database project, or directly with a connected database instance on or off-premise. SSDT team's blog - https://blogs.msdn.microsoft.com/ssdt/ SQL Server Data Tools page - https://docs.microsoft.com/sql/ssdt/sql-server-data-tools

Apollo13.DataAccessLayer

Data access layer for SQL server

Cake.SqlServer

Cake Build addon for executing some operations in MS Sql Server.

Dynamicweb.Application.UI

Package Description

GitHub repositories (8)

Showing the top 8 popular GitHub repositories that depend on Microsoft.SqlServer.DacFx:

Repository Stars
ErikEJ/EFCorePowerTools
Entity Framework Core Power Tools - reverse engineering, migrations and model visualization in Visual Studio & CLI
CommunityToolkit/Aspire
A community project with additional components and extensions for Aspire
microsoft/sqltoolsservice
SQL Tools API service that provides SQL Server data management capabilities.
rr-wfm/MSBuild.Sdk.SqlProj
An MSBuild SDK that provides similar functionality to SQL Server Data Tools (.sqlproj) projects
microsoft/DacFx
DacFx, SqlPackage, and other SQL development libraries enable declarative database development and database portability across SQL versions and environments. Share feedback here on dacpacs, bacpacs, and SQL projects.
trimble-oss/dba-dash
DBA Dash - SQL Server Monitoring Tool
tsqllint/tsqllint
Configurable linting for TSQL
iQuarc/Geco
Simple code generator based on a console project, running on .Net core and using C# interpolated strings
Version Downloads Last Updated
170.3.83-preview 240 1/23/2026
170.3.79-preview 162 1/20/2026
170.3.63-preview 1,253 12/19/2025
170.3.54-preview 635 12/12/2025
170.3.37-preview 1,088 11/14/2025
170.3.26-preview 231 10/31/2025
170.2.70 264,349 10/14/2025
170.2.68-preview 239 10/4/2025
170.2.55-preview 254 9/26/2025
170.2.41-preview 414 9/4/2025
170.2.37-preview 312 8/29/2025
170.2.32-preview 185 8/22/2025
170.2.25-preview 435 8/18/2025
170.2.15-preview 307 8/8/2025
170.1.61 288,633 7/30/2025
170.1.56-preview 184 7/18/2025
170.1.47-preview 836 6/27/2025
170.1.43-preview 461 6/20/2025
170.1.31-preview 422 6/6/2025
170.1.23-preview 408 5/30/2025
170.1.11-preview 422 4/25/2025
170.0.94 492,280 4/15/2025
170.0.86-preview 720 4/4/2025
170.0.82-preview 839 3/31/2025
170.0.76-preview 822 3/14/2025
170.0.70-preview 2,168 3/7/2025
170.0.64-preview 683 2/28/2025
170.0.57-preview 9,857 2/14/2025
170.0.48-preview 2,631 1/31/2025
170.0.33-preview 1,836 1/17/2025
170.0.27-preview 1,577 1/10/2025
170.0.7-preview 740 12/13/2024
162.5.57 1,194,618 11/21/2024
162.5.53-preview 521 11/16/2024
162.5.46-preview 2,710 11/12/2024
162.5.37-preview 465 11/1/2024
162.5.31-preview 518 10/25/2024
162.5.20-preview 621 10/11/2024
162.5.13-preview 409 10/4/2024
162.4.92 597,646 9/18/2024
162.4.87-preview 548 9/9/2024
162.4.80-preview 452 8/30/2024
162.4.71-preview 971 8/17/2024
162.4.56-preview 2,456 7/26/2024
162.4.51-preview 449 7/19/2024
162.4.44-preview 400 7/12/2024
162.4.28-preview 654 6/28/2024
162.4.20-preview 427 6/21/2024
162.3.566 774,164 6/24/2024
162.3.563 167,142 6/6/2024
162.3.562-preview 574 5/30/2024
162.3.557-preview 547 5/17/2024
162.3.550-preview 423 5/10/2024
162.3.540-preview 4,778 4/26/2024
162.3.530-preview 1,551 4/19/2024
162.3.520-preview 859 3/29/2024
162.3.515-preview 601 3/22/2024
162.3.503-preview 690 3/8/2024
162.2.111 1,376,944 2/27/2024
162.2.103-preview 2,147 2/23/2024
162.2.91-preview 947 2/16/2024
162.2.82-preview 938 2/9/2024
162.2.69-preview 961 1/26/2024
162.2.56-preview 996 1/12/2024
162.2.51-preview 954 1/9/2024
162.2.37-preview 1,241 12/15/2023
162.2.33-preview 1,106 12/8/2023
162.2.27-preview 4,933 11/10/2023
162.1.172 589,198 1/9/2024
162.1.167 453,191 10/19/2023
162.1.162-preview 1,478 10/9/2023
162.1.159-preview 2,022 9/29/2023
162.1.153-preview 1,618 9/25/2023
162.1.142-preview 6,849 9/8/2023
162.1.124-preview 1,949 8/24/2023
162.1.118-preview 5,021 8/18/2023
162.1.112-preview 1,688 8/12/2023
162.1.105-preview 1,725 8/4/2023
162.1.88-preview 1,773 7/21/2023
162.1.80-preview 2,362 7/14/2023
162.1.69-preview 1,730 7/1/2023
162.1.59-preview 1,935 6/23/2023
162.1.54-preview 1,490 6/16/2023
162.1.39-preview 1,768 6/2/2023
162.1.32-preview 1,601 5/26/2023
162.1.23-preview 1,657 5/22/2023
162.0.52 730,799 5/11/2023
162.0.34-preview 2,983 4/21/2023
162.0.15-preview 2,207 4/7/2023
162.0.6-preview 3,031 4/3/2023
161.8444.0-preview 2,882 3/24/2023
161.8437.0-preview 3,052 3/20/2023
161.8430.0-preview 2,452 3/13/2023
161.8422.0-preview 1,760 3/7/2023
161.8406.0-preview 2,968 2/17/2023
161.8401.0-preview 2,877 2/11/2023
161.8089.0 460,215 2/13/2023
161.8085.0-preview 2,201 2/3/2023
161.8071.0-preview 1,849 1/23/2023
161.8055.0-preview 3,880 1/6/2023
161.8032.0-preview 2,052 12/19/2022
161.6374.0 649,956 11/9/2022
161.6373.0-preview 2,326 11/8/2022
161.6367.0-preview 2,475 11/2/2022
161.6343.0-preview 2,100 10/28/2022
161.6337.0-preview 2,040 10/24/2022
161.6333.0-preview 1,775 10/22/2022
161.6319.0-preview 51,991 10/10/2022
161.6304.0-preview 8,332 9/27/2022
160.6387.0-preview 2,690 1/13/2023
160.6385.0-preview 1,807 1/6/2023
160.6375.0-preview 1,732 11/9/2022
160.6348.0-preview 1,739 10/31/2022
160.6336.0-preview 1,766 10/24/2022
160.6324.0-preview 1,763 10/17/2022
160.6318.0-preview 1,868 10/7/2022
160.6296.0 445,573 9/22/2022
160.6295.0-preview 2,012 9/19/2022
160.6291.0-preview 1,744 9/16/2022
160.6282.0-preview 1,567 9/21/2022
160.6281.0-preview 1,819 9/7/2022
160.6276.0-preview 2,262 9/2/2022
160.6266.0-preview 10,235 8/17/2022
160.6263.0-preview 4,936 8/12/2022
160.6261.0-preview 1,706 8/12/2022
160.6253.0-preview 2,181 8/5/2022
160.6232.0-preview 1,996 7/23/2022
160.6231.0-preview 1,600 7/22/2022
160.6227.0-preview 1,892 7/18/2022
160.6208.0-preview 2,872 6/29/2022
160.6188.0-preview 2,075 6/8/2022
160.6179.0-preview 1,595 6/4/2022
160.6174.0-preview 1,688 6/1/2022
160.6164.0-preview 1,847 5/23/2022
160.6161.0 852,767 5/24/2022
160.6158.0-preview 1,637 5/17/2022
160.6153.0-preview 1,640 5/13/2022
160.6143.0-preview 3,502 5/6/2022
160.6107.0-preview 2,612 4/13/2022
160.6105.0-preview 1,601 4/12/2022
160.6093.0-preview 1,617 4/8/2022
160.6057.0-preview 3,032 3/9/2022
160.5421.1-preview 2,745 2/8/2022
160.5415.1-preview 1,843 2/2/2022
160.5400.1 1,203,635 1/26/2022
160.5400.1-preview 14,408 1/18/2022
160.5371.2-preview 18,815 12/21/2021
160.5339.7-preview 23,301 11/19/2021
160.5332.1-preview 16,596 11/11/2021
160.5323.3-preview 173,638 11/4/2021
160.5196.4-preview 36,227 7/14/2021
150.5388.1-preview 16,784 1/6/2022
150.5332.2-preview 1,605 11/12/2021
150.5290.2-preview 1,842 10/11/2021
150.5282.3 763,303 10/4/2021
150.5164.1 498,920 6/2/2021
150.5141.1-preview 3,182 5/5/2021
150.5132.1-preview 2,360 4/26/2021
150.5084.2 447,032 3/10/2021
150.5080.2-preview 1,761 3/5/2021
150.5078.1-preview 1,746 3/3/2021
150.4982.1-preview 15,130 11/30/2020
150.4946.1-preview 4,344 10/21/2020
150.4926.2-preview 4,411 10/1/2020
150.4904.1-preview 4,145 9/10/2020
150.4897.1 497,916 9/18/2020
150.4870.3-preview 3,313 8/10/2020
150.4861.1-preview 2,050 7/29/2020
150.4826.1 347,646 6/24/2020
150.4822.1-preview 2,175 6/22/2020
150.4787.1-preview 2,387 5/28/2020
150.4779.1-preview 2,007 5/8/2020
150.4769.1 521,262 4/28/2020
150.4763.1-preview 1,858 4/27/2020
150.4745.1-preview 2,036 4/7/2020
150.4714.1-preview 55,953 3/4/2020
150.4630.1-preview 13,933 12/17/2019
150.4576.1-preview 32,923 10/17/2019
150.4573.2 1,876,327 10/28/2019
150.4534.2-preview 40,167 9/5/2019
150.4532.1-preview 2,643 9/3/2019
150.4519.1-preview 2,931 8/21/2019
150.4505.1-preview 21,601 8/7/2019
150.4451.1-preview 23,709 6/14/2019
150.4441.1-preview 11,345 6/4/2019
150.4384.2-preview 32,813 4/16/2019
150.4316.1-preview 28,594 2/5/2019
150.4240.1-preview 50,289 11/15/2018