File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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" />
You can’t perform that action at this time.
0 commit comments