Skip to content

Commit b672ea7

Browse files
Update SNI version to stable v3.0.0. (#1102)
1 parent e9f2734 commit b672ea7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

tools/props/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212
<!-- NetFx project dependencies -->
1313
<PropertyGroup>
14-
<MicrosoftDataSqlClientSniVersion>3.0.0-preview1.21104.2</MicrosoftDataSqlClientSniVersion>
14+
<MicrosoftDataSqlClientSniVersion>3.0.0</MicrosoftDataSqlClientSniVersion>
1515
<SystemSecurityCryptographyAlgorithmsVersion>4.3.1</SystemSecurityCryptographyAlgorithmsVersion>
1616
<SystemSecurityCryptographyPrimitivesVersion>4.3.0</SystemSecurityCryptographyPrimitivesVersion>
1717
</PropertyGroup>
@@ -29,7 +29,7 @@
2929
<!-- NetCore project dependencies -->
3030
<PropertyGroup>
3131
<MicrosoftWin32RegistryVersion>4.7.0</MicrosoftWin32RegistryVersion>
32-
<MicrosoftDataSqlClientSNIRuntimeVersion>3.0.0-preview1.21104.2</MicrosoftDataSqlClientSNIRuntimeVersion>
32+
<MicrosoftDataSqlClientSNIRuntimeVersion>3.0.0</MicrosoftDataSqlClientSNIRuntimeVersion>
3333
<SystemConfigurationConfigurationManagerVersion>4.7.0</SystemConfigurationConfigurationManagerVersion>
3434
<SystemDiagnosticsDiagnosticSourceVersion>4.7.0</SystemDiagnosticsDiagnosticSourceVersion>
3535
<SystemDiagnosticsPerformanceCounterVersion>4.7.0</SystemDiagnosticsPerformanceCounterVersion>

tools/specs/Microsoft.Data.SqlClient.nuspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
2828
<tags>sqlclient microsoft.data.sqlclient</tags>
2929
<dependencies>
3030
<group targetFramework="net461">
31-
<dependency id="Microsoft.Data.SqlClient.SNI" version="3.0.0-preview1.21104.2" />
31+
<dependency id="Microsoft.Data.SqlClient.SNI" version="3.0.0" />
3232
<dependency id="Azure.Identity" version="1.3.0" />
3333
<dependency id="System.Text.Encodings.Web" version="4.7.2" />
3434
<dependency id="Microsoft.Identity.Client" version="4.22.0" />
@@ -37,7 +37,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
3737
<dependency id="System.Configuration.ConfigurationManager" version="4.7.0" exclude="Compile" />
3838
</group>
3939
<group targetFramework="netcoreapp2.1">
40-
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="3.0.0-preview1.21104.2" exclude="Compile" />
40+
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="3.0.0" exclude="Compile" />
4141
<dependency id="Microsoft.Win32.Registry" version="4.7.0" exclude="Compile" />
4242
<dependency id="System.Security.Principal.Windows" version="4.7.0" exclude="Compile" />
4343
<dependency id="System.Text.Encoding.CodePages" version="4.7.0" exclude="Compile" />
@@ -51,7 +51,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
5151
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.8.0" />
5252
</group>
5353
<group targetFramework="netcoreapp3.1">
54-
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="3.0.0-preview1.21104.2" exclude="Compile" />
54+
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="3.0.0" exclude="Compile" />
5555
<dependency id="Microsoft.Win32.Registry" version="4.7.0" exclude="Compile" />
5656
<dependency id="System.Security.Principal.Windows" version="4.7.0" exclude="Compile" />
5757
<dependency id="System.Text.Encoding.CodePages" version="4.7.0" exclude="Compile" />
@@ -65,7 +65,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
6565
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.8.0" />
6666
</group>
6767
<group targetFramework="netstandard2.0">
68-
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="3.0.0-preview1.21104.2" exclude="Compile" />
68+
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="3.0.0" exclude="Compile" />
6969
<dependency id="Microsoft.Win32.Registry" version="4.7.0" exclude="Compile" />
7070
<dependency id="System.Buffers" version="4.5.1" exclude="Compile" />
7171
<dependency id="System.Memory" version="4.5.4" exclude="Compile" />
@@ -80,7 +80,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
8080
<dependency id="System.Configuration.ConfigurationManager" version="4.7.0" exclude="Compile" />
8181
</group>
8282
<group targetFramework="netstandard2.1">
83-
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="3.0.0-preview1.21104.2" exclude="Compile" />
83+
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="3.0.0" exclude="Compile" />
8484
<dependency id="Microsoft.Win32.Registry" version="4.7.0" exclude="Compile" />
8585
<dependency id="System.Buffers" version="4.5.1" exclude="Compile" />
8686
<dependency id="System.Memory" version="4.5.4" exclude="Compile" />

0 commit comments

Comments
 (0)