Update SMO to SSMS 18.2 version (#850)

Needed to get support for external table syntax updates
This commit is contained in:
David Shiflet
2019-08-14 09:38:32 -07:00
committed by GitHub
parent 68145d5e7c
commit 856a042ea3

View File

@@ -1,7 +1,7 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
<SmoPackageVersion>150.18118.0</SmoPackageVersion> <SmoPackageVersion>150.18147.0</SmoPackageVersion>
<HighEntropyVA>true</HighEntropyVA> <HighEntropyVA>true</HighEntropyVA>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch> <TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
</PropertyGroup> </PropertyGroup>