Skip to content

Commit 13a69bd

Browse files
Support patch upgrades of SNI Nuget Package reference (#420)
1 parent 031ad51 commit 13a69bd

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ For the .NET Framework driver on Windows, a package reference to [Microsoft.Data
2828

2929
For the .NET Core driver on Windows, a package reference to [runtime.native.System.Data.SqlClient.sni](https://www.nuget.org/packages/runtime.native.System.Data.SqlClient.sni/) loads `arm64`, `x64` and `x86` native `SNI.dll` libraries into the client's build directories.
3030

31-
**Note**
32-
When referencing the native `SNI.dll` on Windows, the Microsoft Visual C++ Redistributable is required to be installed: [The latest supported Visual C++ downloads](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads)
33-
34-
3531
## Helpful Links
3632

3733
| Topic | Link to File |

tools/props/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010
<!-- NetFx project dependencies -->
1111
<PropertyGroup>
12-
<MicrosoftDataSqlClientSniVersion>1.1.0</MicrosoftDataSqlClientSniVersion>
12+
<MicrosoftDataSqlClientSniVersion>1.1.*</MicrosoftDataSqlClientSniVersion>
1313
</PropertyGroup>
1414
<!-- NetFx and NetCore project dependencies -->
1515
<PropertyGroup>

tools/specs/Microsoft.Data.SqlClient.nuspec

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ Microsoft.Data.SqlClient.SqlTransaction
2121
Microsoft.Data.SqlClient.SqlParameterCollection
2222
Microsoft.Data.SqlClient.SqlClientFactory
2323

24-
When running on Windows, this library has a dependency on Microsoft.Data.SqlClient.SNI on .NET Framework and runtime.native.System.Data.SqlClient.sni on .NET Core, which requires the Microsoft Visual C++ Redistributable to be installed:
25-
https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads
26-
2724
When using NuGet 3.x this package requires at least version 3.4.</description>
2825
<releaseNotes>https://go.microsoft.com/fwlink/?linkid=2090501</releaseNotes>
2926
<copyright>© Microsoft Corporation. All rights reserved.</copyright>

0 commit comments

Comments
 (0)