Update Microsoft.Data.SqlClient version (#13530)
This commit is contained in:
parent
3e07811d7b
commit
e773036ec6
|
|
@ -105,10 +105,11 @@
|
||||||
<FileSignInfo Include="Microsoft.Build.Locator.dll" CertificateName="None" />
|
<FileSignInfo Include="Microsoft.Build.Locator.dll" CertificateName="None" />
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
We include the Microsoft.Data.SqlClient.dll assembly in our global tool 'dotnet-sql-cache'.
|
We include the Microsoft.Data.SqlClient.dll and Microsoft.Identity.Client.dll assembly in our global tool 'dotnet-sql-cache'.
|
||||||
It is already signed by that team, so we don't need to sign it.
|
It is already signed by that team, so we don't need to sign it.
|
||||||
-->
|
-->
|
||||||
<FileSignInfo Include="Microsoft.Data.SqlClient.dll" CertificateName="None" />
|
<FileSignInfo Include="Microsoft.Data.SqlClient.dll" CertificateName="None" />
|
||||||
|
<FileSignInfo Include="Microsoft.Identity.Client.dll" CertificateName="None" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
|
|
@ -251,7 +251,7 @@
|
||||||
<XunitAssertPackageVersion>$(XunitVersion)</XunitAssertPackageVersion>
|
<XunitAssertPackageVersion>$(XunitVersion)</XunitAssertPackageVersion>
|
||||||
<XunitExtensibilityCorePackageVersion>$(XunitVersion)</XunitExtensibilityCorePackageVersion>
|
<XunitExtensibilityCorePackageVersion>$(XunitVersion)</XunitExtensibilityCorePackageVersion>
|
||||||
<XunitExtensibilityExecutionPackageVersion>$(XunitVersion)</XunitExtensibilityExecutionPackageVersion>
|
<XunitExtensibilityExecutionPackageVersion>$(XunitVersion)</XunitExtensibilityExecutionPackageVersion>
|
||||||
<MicrosoftDataSqlClientPackageVersion>1.0.19189.1-Preview</MicrosoftDataSqlClientPackageVersion>
|
<MicrosoftDataSqlClientPackageVersion>1.0.19239.1</MicrosoftDataSqlClientPackageVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<!-- Restore feeds -->
|
<!-- Restore feeds -->
|
||||||
<PropertyGroup Label="Restore feeds">
|
<PropertyGroup Label="Restore feeds">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue