Skip to content

Commit 29b41d2

Browse files
Change SNI reference to Wildcards (#481)
1 parent c5386a0 commit 29b41d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/props/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010
<!-- NetFx project dependencies -->
1111
<PropertyGroup>
12-
<MicrosoftDataSqlClientSniVersion>[1.1.0,1.2.0)</MicrosoftDataSqlClientSniVersion>
12+
<MicrosoftDataSqlClientSniVersion>1.1.*</MicrosoftDataSqlClientSniVersion>
1313
<SystemSecurityCryptographyAlgorithmsVersion>4.3.1</SystemSecurityCryptographyAlgorithmsVersion>
1414
<SystemSecurityCryptographyPrimitivesVersion>4.3.0</SystemSecurityCryptographyPrimitivesVersion>
1515
</PropertyGroup>

tools/specs/Microsoft.Data.SqlClient.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
2727
<tags>sqlclient microsoft.data.sqlclient</tags>
2828
<dependencies>
2929
<group targetFramework="net46">
30-
<dependency id="Microsoft.Data.SqlClient.sni" version="[1.1.0,1.2.0)" />
30+
<dependency id="Microsoft.Data.SqlClient.sni" version="1.1.*" />
3131
<dependency id="Microsoft.Identity.Client" version="4.7.1" />
3232
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="5.6.0" />
3333
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="5.6.0" />

0 commit comments

Comments
 (0)