Update SMO to latest release (#943)

This commit is contained in:
Charles Gagnon
2020-04-14 08:45:51 -07:00
committed by GitHub
parent b0fb5f74b3
commit 0a53ff9ff7
5 changed files with 7 additions and 7 deletions

View File

@@ -1,8 +1,9 @@
<Project>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
<SmoPackageVersion>160.2001141.0-preview</SmoPackageVersion>
<SqlClientPackageVersion>1.1.0</SqlClientPackageVersion>
<SmoPackageVersion>160.2004021.0</SmoPackageVersion>
<SqlClientPackageVersion>1.1.1</SqlClientPackageVersion>
<NewtonsoftPackageVersion>11.0.1</NewtonsoftPackageVersion>
<HighEntropyVA>true</HighEntropyVA>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
</PropertyGroup>