Skip to content

Commit

Permalink
SNI Update
Browse files Browse the repository at this point in the history
SNI Update
  • Loading branch information
Kaur-Parminder committed Mar 7, 2022
1 parent 49d513f commit 7aebf45
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions tools/props/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- Should only be changed in future when a non-backwards compatible driver is released. -->
<!-- Future Assembly Version values shall be Major.Minor.0.0; e.g. 4.0.0.0 -->
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<NugetPackageVersion Condition="'$(NugetPackageVersion)' == ''">5.0.0-dev</NugetPackageVersion>
<NugetPackageVersion Condition="'$(NugetPackageVersion)' == ''">5.0.0-preview1.22062.1</NugetPackageVersion>
<Version>$(NugetPackageVersion)</Version>
</PropertyGroup>
<PropertyGroup>
Expand All @@ -20,7 +20,7 @@
</PropertyGroup>
<!-- NetFx project dependencies -->
<PropertyGroup>
<MicrosoftDataSqlClientSniVersion>4.0.0</MicrosoftDataSqlClientSniVersion>
<MicrosoftDataSqlClientSniVersion>5.0.0-preview1.22062.1</MicrosoftDataSqlClientSniVersion>
<SystemSecurityCryptographyAlgorithmsVersion>4.3.1</SystemSecurityCryptographyAlgorithmsVersion>
<SystemSecurityCryptographyPrimitivesVersion>4.3.0</SystemSecurityCryptographyPrimitivesVersion>
</PropertyGroup>
Expand All @@ -38,7 +38,7 @@
<!-- NetCore project dependencies -->
<PropertyGroup>
<MicrosoftWin32RegistryVersion>5.0.0</MicrosoftWin32RegistryVersion>
<MicrosoftDataSqlClientSNIRuntimeVersion>4.0.0</MicrosoftDataSqlClientSNIRuntimeVersion>
<MicrosoftDataSqlClientSNIRuntimeVersion>5.0.0-preview1.22062.1</MicrosoftDataSqlClientSNIRuntimeVersion>
<SystemConfigurationConfigurationManagerVersion>5.0.0</SystemConfigurationConfigurationManagerVersion>
<SystemDiagnosticsDiagnosticSourceVersion>5.0.0</SystemDiagnosticsDiagnosticSourceVersion>
<SystemDiagnosticsPerformanceCounterVersion>5.0.0</SystemDiagnosticsPerformanceCounterVersion>
Expand Down
8 changes: 4 additions & 4 deletions tools/specs/Microsoft.Data.SqlClient.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
<tags>sqlclient microsoft.data.sqlclient</tags>
<dependencies>
<group targetFramework="net461">
<dependency id="Microsoft.Data.SqlClient.SNI" version="4.0.0" />
<dependency id="Microsoft.Data.SqlClient.SNI" version="5.0.0-preview1.22062.1" />
<dependency id="Azure.Identity" version="1.3.0" />
<dependency id="Microsoft.Identity.Client" version="4.22.0" />
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.8.0" />
Expand All @@ -42,7 +42,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
<dependency id="System.Text.Encodings.Web" version="4.7.2" />
</group>
<group targetFramework="netcoreapp3.1">
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="4.0.0" exclude="Compile" />
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.0.0-preview1.22062.1" exclude="Compile" />
<dependency id="Azure.Identity" version="1.3.0" />
<dependency id="Microsoft.Identity.Client" version="4.22.0" exclude="Compile"/>
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.8.0" />
Expand All @@ -60,7 +60,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
<dependency id="System.Security.Principal.Windows" version="5.0.0" exclude="Compile" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="4.0.0" exclude="Compile" />
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.0.0-preview1.22062.1" exclude="Compile" />
<dependency id="Azure.Identity" version="1.3.0" />
<dependency id="Microsoft.Identity.Client" version="4.22.0" exclude="Compile"/>
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.8.0" />
Expand All @@ -78,7 +78,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
<dependency id="System.Security.Principal.Windows" version="5.0.0" exclude="Compile" />
</group>
<group targetFramework="netstandard2.1">
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="4.0.0" exclude="Compile" />
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.0.0-preview1.22062.1" exclude="Compile" />
<dependency id="Azure.Identity" version="1.3.0" />
<dependency id="Microsoft.Identity.Client" version="4.22.0" exclude="Compile"/>
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.8.0" />
Expand Down

0 comments on commit 7aebf45

Please sign in to comment.