Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 8a321bb

Browse files
committed
revision to recap and min reqs
1 parent 0405d68 commit 8a321bb

1 file changed

Lines changed: 10 additions & 18 deletions

File tree

docs/tools/sqlpackage/sqlpackage-download.md

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ SqlPackage runs on Windows, macOS, and Linux, and is available to install throug
1919
- **Build number:** 162.2.111.2
2020
- **Release date:** February 27, 2024
2121

22-
SqlPackage is developed and released for both .NET and .NET Framework. The .NET SqlPackage releases benefit from the continual advances to the performance and scalability of .NET as part of the [focus on for modern applications](/dotnet/core/introduction#net-ecosystem), contrasting to the maintenance support of .NET Framework for Windows. Installing the .NET SqlPackage version is recommended via the [convenient `dotnet tool` method](#installation-cross-platform), which is cross-platform and easy to update, or via the [portable self-contained .zip download](#installation-file-download-alternative). The .NET Framework version is only available as a [.msi Windows installer](#windows-net-framework).
22+
SqlPackage is developed and released for both .NET 8 and .NET Framework. Installing the .NET 8 SqlPackage version is recommended via the [convenient `dotnet tool` method](#installation-cross-platform), which is cross-platform and easy to update, or via the [portable self-contained .zip download](#installation-file-download-alternative). The .NET 8 SqlPackage releases benefit from the continual advances to the performance and scalability of .NET as part of the [focus on for modern applications](/dotnet/core/introduction#net-ecosystem), which contrasts to the maintenance support of .NET Framework for Windows. The .NET Framework version is only available as a [.msi Windows installer](#windows-net-framework).
2323

2424
> [!NOTE]
25-
> SqlPackage version numbering has been adjusted to better reflect the DacFx build number it is associated with. Previously, SqlPackage had a distinct version number (19) and build number (160.x). Beginning with version 161, the version number of SqlPackage will match the DacFx version number it is associated with (eg 162.0.52).
25+
> Previously, SqlPackage had a distinct version number (19) and build number (160.x). Beginning with version 161, the version number of SqlPackage matches the DacFx version number it is associated with (eg 162.0.52).
2626
2727
## Installation, cross-platform
2828

@@ -69,7 +69,7 @@ A list of preview releases is available on the [dotnet tool feed for SqlPackage]
6969

7070
## Installation, file download (alternative)
7171

72-
SqlPackage is also prepared as a self-contained download for Windows, macOS, and Linux. No .NET install is required, however, the dependencies included in this .zip download are updated more frequently in the dotnet tool option for SqlPackage. The following links are for the latest version of SqlPackage:
72+
SqlPackage is also prepared as a self-contained download for Windows, macOS, and Linux. No .NET install is required, however, the dependencies included in this .zip download are updated more frequently in the [dotnet tool option for SqlPackage](#installation-cross-platform). The following links are for the latest version of SqlPackage:
7373

7474
|Platform|Download|
7575
|:---|:---|
@@ -191,33 +191,25 @@ dotnet add package Microsoft.SqlServer.DacFx
191191

192192
## Supported Operating Systems
193193

194-
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 extra requirements due to its dependencies.
194+
SqlPackage runs on Windows, macOS, and Linux and is built using .NET 8. The [.NET 8 OS requirements](https://github.com/dotnet/core/blob/main/release-notes/8.0/supported-os.md) are minimum requirements for SqlPackage, which has extra requirements due to its dependencies.
195195

196196
### Windows (x64)
197197

198198
- Windows 11
199199
- Windows 10 (1607+)
200-
- Windows 8.1
201-
- Windows 7 SP1
202-
- Windows Server Core
203-
- Windows Server 2012 R2
204-
- Windows Server 2016
205-
- Windows Server 2019
206-
- Windows Server 2022
200+
- Windows Server Core 2012 R2+
201+
- Windows Server 2012 R2+
207202

208203
### macOS
209204

210-
- macOS 14 "Sonoma"
211-
- macOS 13 "Ventura"
212-
- macOS 12 "Monterey"
213-
- macOS 11 "Big Sur"
205+
- macOS 12 "Monterey"+
214206

215207
### Linux (x64)
216208

217-
- Debian 10, 11
218-
- Red Hat Enterprise Linux 7+
209+
- Debian 11+
210+
- Red Hat Enterprise Linux 8+
219211
- SUSE Linux Enterprise Server v12 SP2+
220-
- Ubuntu 16.04, 18.04, 20.04, 22.04
212+
- Ubuntu 20.04+
221213

222214
## Available Languages
223215

0 commit comments

Comments
 (0)