Bump SqlClient for StatementCompleted fix (#871)

This commit is contained in:
Charles Gagnon
2019-10-01 13:36:10 -07:00
committed by Karl Burtram
parent de1bab9f1e
commit f45808692c

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
<SmoPackageVersion>160.1909171.0-preview</SmoPackageVersion> <SmoPackageVersion>160.1909171.0-preview</SmoPackageVersion>
<SqlClientPackageVersion>1.0.19249.1</SqlClientPackageVersion> <SqlClientPackageVersion>1.0.19269.1</SqlClientPackageVersion>
<HighEntropyVA>true</HighEntropyVA> <HighEntropyVA>true</HighEntropyVA>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch> <TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
</PropertyGroup> </PropertyGroup>