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
1. Download [SqlPackage for Linux](https://aka.ms/sqlpackage-linux).
57
57
2. To extract the file and launch SqlPackage, open a new Terminal window and type the following commands:
@@ -94,7 +94,7 @@ Evergreen links are available for downloading the latest Sqlpackage versions:
94
94
sudo apt-get install libicu66 # for 20.x
95
95
```
96
96
97
-
## macOS (.NET Core)
97
+
## macOS
98
98
99
99
1. Download [SqlPackage for macOS](https://go.microsoft.com/fwlink/?linkid=2209610).
100
100
2. To extract the file and launch SqlPackage, open a new Terminal window and type the following commands:
@@ -121,7 +121,7 @@ Evergreen links are available for downloading the latest Sqlpackage versions:
121
121
sudo spctl --master-enable
122
122
```
123
123
124
-
## Windows (.NET Core)
124
+
## Windows (.NET 6)
125
125
126
126
1. Download [SqlPackage for Windows](https://go.microsoft.com/fwlink/?linkid=2209609).
127
127
2. To extract the file by right clicking on the file in Windows Explorer, and selecting 'Extract All...', and select the target directory.
@@ -147,7 +147,7 @@ If you installed SqlPackage with a .zip or other archive, then delete the files.
147
147
148
148
## Supported Operating Systems
149
149
150
-
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.
150
+
SqlPackage runs on Windows, macOS, and Linux and is built using .NET 6. The [.NET 6 OS requirements](https://github.com/dotnet/core/blob/main/release-notes/6.0/supported-os.md)are minimum requirements for SqlPackage, which has additional requirements due to its dependencies.
151
151
152
152
### Windows (x64)
153
153
@@ -163,31 +163,32 @@ SqlPackage runs on Windows, macOS, and Linux and is built using .NET Core 3.1.
163
163
164
164
### macOS
165
165
166
+
- macOS 13 "Ventura"
166
167
- macOS 12 "Monterey"
167
168
- macOS 11 "Big Sur"
168
169
- macOS 10.15 "Catalina"
169
170
170
171
### Linux (x64)
171
172
172
-
- Debian 9, 10, 11
173
+
- Debian 10, 11
173
174
- Red Hat Enterprise Linux 7+
174
175
- SUSE Linux Enterprise Server v12 SP2+
175
-
- Ubuntu 16.04, 18.04, 20.04
176
+
- Ubuntu 16.04, 18.04, 20.04, 22.04
176
177
177
178
## Available Languages
178
179
179
180
This release of SqlPackage can be installed in the following languages:
0 commit comments