Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tools/props/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<!-- 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>4.0.0.0</AssemblyVersion>
<NugetPackageVersion Condition="'$(NugetPackageVersion)' == ''">4.0.0-dev</NugetPackageVersion>
<NugetPackageVersion Condition="'$(NugetPackageVersion)' == ''">5.0.0-dev</NugetPackageVersion>
<Version>$(NugetPackageVersion)</Version>
</PropertyGroup>
<!-- NetFx project dependencies -->
<PropertyGroup>
<MicrosoftDataSqlClientSniVersion>4.0.0-preview1.21232.1</MicrosoftDataSqlClientSniVersion>
<MicrosoftDataSqlClientSniVersion>4.0.0</MicrosoftDataSqlClientSniVersion>
<SystemSecurityCryptographyAlgorithmsVersion>4.3.1</SystemSecurityCryptographyAlgorithmsVersion>
<SystemSecurityCryptographyPrimitivesVersion>4.3.0</SystemSecurityCryptographyPrimitivesVersion>
</PropertyGroup>
Expand All @@ -29,7 +29,7 @@
<!-- NetCore project dependencies -->
<PropertyGroup>
<MicrosoftWin32RegistryVersion>5.0.0</MicrosoftWin32RegistryVersion>
<MicrosoftDataSqlClientSNIRuntimeVersion>4.0.0-preview1.21232.1</MicrosoftDataSqlClientSNIRuntimeVersion>
<MicrosoftDataSqlClientSNIRuntimeVersion>4.0.0</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-preview1.21232.1" />
<dependency id="Microsoft.Data.SqlClient.SNI" version="4.0.0" />
<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-preview1.21232.1" exclude="Compile" />
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="4.0.0" 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-preview1.21232.1" exclude="Compile" />
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="4.0.0" 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-preview1.21232.1" exclude="Compile" />
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="4.0.0" 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