You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
28
30
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.
@@ -124,7 +125,7 @@ If you installed sqlpackage with a .zip or other archive, then delete the files.
124
125
125
126
## Supported Operating Systems
126
127
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.
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.
0 commit comments