Skip to content

Commit ec2cca7

Browse files
committed
adds nuget package info
1 parent 8e7e75a commit ec2cca7

1 file changed

Lines changed: 18 additions & 4 deletions

File tree

docs/tools/sqlpackage-download.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ ms.technology: tools-other
88
ms.topic: conceptual
99
author: "pensivebrian"
1010
ms.author: "broneill"
11-
ms.reviewer: "alayu; sstein"
12-
ms.date: 06/20/2018
11+
ms.reviewer: "drskwier; sstein"
12+
ms.date: 10/01/2020
1313
---
1414

1515
# Download and install sqlpackage
@@ -25,9 +25,10 @@ Download and install the latest .NET Framework release and macOS and Linux previ
2525
|Linux .NET Core |[.zip file](https://go.microsoft.com/fwlink/?linkid=2143497)|September 18, 2020| 18.6| 15.0.4897.1 |
2626
|Windows .NET Core |[.zip file](https://go.microsoft.com/fwlink/?linkid=2143496)|September 18, 2020| 18.6| 15.0.4897.1 |
2727

28+
sqlpackage is also available as a [nuget package](https://www.nuget.org/packages/Microsoft.SqlServer.DACFx/150.4897.1). For more information, see the [nuget Package](#nuget-package) section.
29+
2830
For details about the latest release, see the [release notes](release-notes-sqlpackage.md). To download additional languages, see the [Available Languages](#available-languages) section.
2931

30-
[!INCLUDE[Freshness](../includes/paragraph-content/fresh-note-steps-feedback.md)]
3132

3233
## Get sqlpackage for Windows
3334

@@ -124,7 +125,7 @@ If you installed sqlpackage with a .zip or other archive, then delete the files.
124125

125126
## Supported Operating Systems
126127

127-
sqlpackage runs on Windows, macOS, and Linux and is built using .NET Core 3.1. The [.NET Core 3.1 OS requirements](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1-supported-os.md)] apply to sqlpackage.
128+
sqlpackage runs on Windows, macOS, and Linux and is built using .NET Core 3.1. The [.NET Core 3.1 OS requirements](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1-supported-os.md) apply to sqlpackage.
128129

129130
### Windows (x64)
130131

@@ -164,6 +165,19 @@ sqlpackage .NET Core macOS:
164165
sqlpackage .NET Core Linux:
165166
[Chinese (Simplified)](https://go.microsoft.com/fwlink/?linkid=2143497&clcid=0x804) | [Chinese (Traditional)](https://go.microsoft.com/fwlink/?linkid=2143497&clcid=0x404) | [English (United States)](https://go.microsoft.com/fwlink/?linkid=2143497&clcid=0x409) | [French](https://go.microsoft.com/fwlink/?linkid=2143497&clcid=0x40c) | [German](https://go.microsoft.com/fwlink/?linkid=2143497&clcid=0x407) | [Italian](https://go.microsoft.com/fwlink/?linkid=2143497&clcid=0x410) | [Japanese](https://go.microsoft.com/fwlink/?linkid=2143497&clcid=0x411) | [Korean](https://go.microsoft.com/fwlink/?linkid=2143497&clcid=0x412) | [Portuguese (Brazil)](https://go.microsoft.com/fwlink/?linkid=2143497&clcid=0x416) | [Russian](https://go.microsoft.com/fwlink/?linkid=2143497&clcid=0x419) | [Spanish](https://go.microsoft.com/fwlink/?linkid=2143497&clcid=0x40a)
166167

168+
## nuget Package
169+
170+
sqlpackage is available in a nuget package, [Microsoft.SqlServer.DACFx](https://www.nuget.org/packages/Microsoft.SqlServer.DACFx).
171+
172+
Installing the nuget package via the .NET CLI is accomplished with this command:
173+
174+
```cmd
175+
> dotnet add package Microsoft.SqlServer.DACFx
176+
```
177+
178+
>[!NOTE]
179+
> Additional nuget packages were published under the DacFx name, "Microsoft.SqlServer.DacFx.x64" and "Microsoft.SqlServer.DacFx.x86". Support for both platforms is covered under the "Microsoft.SqlServer.DACFx" package. New references should be made to this package, not the x64 or x86 variants.
180+
167181
## Next Steps
168182

169183
- Learn more about [sqlpackage](sqlpackage.md)

0 commit comments

Comments
 (0)