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

Commit 13cc0c9

Browse files
committed
platform differences
1 parent 666b2bb commit 13cc0c9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/tools/sqlpackage/sqlpackage-download.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ ms.custom: tools|sos, intro-installation, linux-related-content
1313

1414
# Download and install SqlPackage
1515

16-
SqlPackage runs on Windows, macOS, and Linux, and is available to install through `dotnet tool` or as a standalone zip download.
16+
SqlPackage runs on Windows, macOS, and Linux, and is available to install through `dotnet tool` or as a standalone zip download. For details about the latest release, see the [release notes](release-notes-sqlpackage.md).
1717

1818
- **Version number:** 162.2.111
1919
- **Build number:** 162.2.111.2
2020
- **Release date:** February 27, 2024
2121

22-
For details about the latest release, see the [release notes](release-notes-sqlpackage.md).
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).
2323

2424
> [!NOTE]
2525
> 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).
@@ -73,10 +73,10 @@ SqlPackage is also prepared as a self-contained download for Windows, macOS, and
7373

7474
|Platform|Download|
7575
|:---|:---|
76-
|Windows .NET 6 |[.zip file](https://go.microsoft.com/fwlink/?linkid=2261576)|
76+
|Windows .NET 8 |[.zip file](https://go.microsoft.com/fwlink/?linkid=2261576)|
7777
|Windows|[.msi file](https://go.microsoft.com/fwlink/?linkid=2262108)|
78-
|macOS .NET 6 |[.zip file](https://go.microsoft.com/fwlink/?linkid=2261849)|
79-
|Linux .NET 6 |[.zip file](https://go.microsoft.com/fwlink/?linkid=2261577)|
78+
|macOS .NET 8 |[.zip file](https://go.microsoft.com/fwlink/?linkid=2261849)|
79+
|Linux .NET 8 |[.zip file](https://go.microsoft.com/fwlink/?linkid=2261577)|
8080

8181

8282
### Linux
@@ -143,7 +143,7 @@ SqlPackage is also prepared as a self-contained download for Windows, macOS, and
143143
sudo spctl --master-enable
144144
```
145145

146-
### Windows (.NET 6)
146+
### Windows (.NET 8)
147147

148148
1. Download [SqlPackage for Windows](https://aka.ms/sqlpackage-windows)
149149
2. Extract the file by right-clicking on the file in Windows Explorer, and selecting 'Extract All...', and select the target directory

0 commit comments

Comments
 (0)