Skip to content

Commit 266569a

Browse files
Update SNI Version 5.0.0-Preview2 (#1563)
1 parent 38dfaaa commit 266569a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tools/props/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</PropertyGroup>
2121
<!-- NetFx project dependencies -->
2222
<PropertyGroup>
23-
<MicrosoftDataSqlClientSniVersion>5.0.0-preview1.22062.1</MicrosoftDataSqlClientSniVersion>
23+
<MicrosoftDataSqlClientSniVersion>5.0.0-preview2.22084.1</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.0.0-preview1.22062.1</MicrosoftDataSqlClientSNIRuntimeVersion>
41+
<MicrosoftDataSqlClientSNIRuntimeVersion>5.0.0-preview2.22084.1</MicrosoftDataSqlClientSNIRuntimeVersion>
4242
<SystemConfigurationConfigurationManagerVersion>5.0.0</SystemConfigurationConfigurationManagerVersion>
4343
<SystemDiagnosticsDiagnosticSourceVersion>5.0.0</SystemDiagnosticsDiagnosticSourceVersion>
4444
<SystemDiagnosticsPerformanceCounterVersion>5.0.0</SystemDiagnosticsPerformanceCounterVersion>

tools/specs/Microsoft.Data.SqlClient.nuspec

Lines changed: 4 additions & 4 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="5.0.0-preview1.22062.1" />
31+
<dependency id="Microsoft.Data.SqlClient.SNI" version="5.0.0-preview2.22084.1" />
3232
<dependency id="Azure.Identity" version="1.3.0" />
3333
<dependency id="Microsoft.Identity.Client" version="4.22.0" />
3434
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.8.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="4.7.2" />
4343
</group>
4444
<group targetFramework="netcoreapp3.1">
45-
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.0.0-preview1.22062.1" exclude="Compile" />
45+
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.0.0-preview2.22084.1" exclude="Compile" />
4646
<dependency id="Azure.Identity" version="1.3.0" />
4747
<dependency id="Microsoft.Identity.Client" version="4.22.0" exclude="Compile"/>
4848
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.8.0" />
@@ -60,7 +60,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
6060
<dependency id="System.Security.Principal.Windows" version="5.0.0" exclude="Compile" />
6161
</group>
6262
<group targetFramework="netstandard2.0">
63-
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.0.0-preview1.22062.1" exclude="Compile" />
63+
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.0.0-preview2.22084.1" exclude="Compile" />
6464
<dependency id="Azure.Identity" version="1.3.0" />
6565
<dependency id="Microsoft.Identity.Client" version="4.22.0" exclude="Compile"/>
6666
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.8.0" />
@@ -78,7 +78,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
7878
<dependency id="System.Security.Principal.Windows" version="5.0.0" exclude="Compile" />
7979
</group>
8080
<group targetFramework="netstandard2.1">
81-
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.0.0-preview1.22062.1" exclude="Compile" />
81+
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.0.0-preview2.22084.1" exclude="Compile" />
8282
<dependency id="Azure.Identity" version="1.3.0" />
8383
<dependency id="Microsoft.Identity.Client" version="4.22.0" exclude="Compile"/>
8484
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.8.0" />

0 commit comments

Comments
 (0)