Skip to content

Commit f4568ce

Browse files
Update native SNI version (#1831)
1 parent 760510c commit f4568ce

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tools/props/Versions.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</PropertyGroup>
2121
<!-- NetFx project dependencies -->
2222
<PropertyGroup>
23-
<MicrosoftDataSqlClientSniVersion>5.1.0-preview1.22278.1</MicrosoftDataSqlClientSniVersion>
23+
<MicrosoftDataSqlClientSniVersion>5.1.0-preview2.22311.2</MicrosoftDataSqlClientSniVersion>
2424
<SystemSecurityCryptographyAlgorithmsVersion>4.3.1</SystemSecurityCryptographyAlgorithmsVersion>
2525
<SystemSecurityCryptographyPrimitivesVersion>4.3.0</SystemSecurityCryptographyPrimitivesVersion>
2626
</PropertyGroup>
@@ -38,7 +38,7 @@
3838
<!-- NetCore project dependencies -->
3939
<PropertyGroup>
4040
<MicrosoftWin32RegistryVersion>5.0.0</MicrosoftWin32RegistryVersion>
41-
<MicrosoftDataSqlClientSNIRuntimeVersion>5.1.0-preview1.22278.1</MicrosoftDataSqlClientSNIRuntimeVersion>
41+
<MicrosoftDataSqlClientSNIRuntimeVersion>5.1.0-preview2.22311.2</MicrosoftDataSqlClientSNIRuntimeVersion>
4242
<SystemConfigurationConfigurationManagerVersion>6.0.1</SystemConfigurationConfigurationManagerVersion>
4343
<MicrosoftSqlServerServerVersion>1.0.0</MicrosoftSqlServerServerVersion>
4444
<SystemDiagnosticsDiagnosticSourceVersion>6.0.0</SystemDiagnosticsDiagnosticSourceVersion>

tools/specs/Microsoft.Data.SqlClient.nuspec

+4-4
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="net462">
31-
<dependency id="Microsoft.Data.SqlClient.SNI" version="5.1.0-preview1.22278.1" />
31+
<dependency id="Microsoft.Data.SqlClient.SNI" version="5.1.0-preview2.22311.2" />
3232
<dependency id="Azure.Identity" version="1.7.0" />
3333
<dependency id="Microsoft.Identity.Client" version="4.47.2" />
3434
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.24.0" />
@@ -42,7 +42,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
4242
<dependency id="System.Text.Encodings.Web" version="6.0.0" />
4343
</group>
4444
<group targetFramework="net6.0">
45-
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.1.0-preview1.22278.1" exclude="Compile" />
45+
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.1.0-preview2.22311.2" exclude="Compile" />
4646
<dependency id="Azure.Identity" version="1.7.0" />
4747
<dependency id="Microsoft.Identity.Client" version="4.47.2" exclude="Compile"/>
4848
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.24.0" />
@@ -61,7 +61,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
6161
<dependency id="System.Security.Principal.Windows" version="5.0.0" exclude="Compile" />
6262
</group>
6363
<group targetFramework="netstandard2.0">
64-
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.1.0-preview1.22278.1" exclude="Compile" />
64+
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.1.0-preview2.22311.2" exclude="Compile" />
6565
<dependency id="Azure.Identity" version="1.7.0" />
6666
<dependency id="Microsoft.Identity.Client" version="4.47.2" exclude="Compile"/>
6767
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.24.0" />
@@ -80,7 +80,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
8080
<dependency id="System.Security.Principal.Windows" version="5.0.0" exclude="Compile" />
8181
</group>
8282
<group targetFramework="netstandard2.1">
83-
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.1.0-preview1.22278.1" exclude="Compile" />
83+
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.1.0-preview2.22311.2" exclude="Compile" />
8484
<dependency id="Azure.Identity" version="1.7.0" />
8585
<dependency id="Microsoft.Identity.Client" version="4.47.2" exclude="Compile"/>
8686
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.24.0" />

0 commit comments

Comments
 (0)