Upgrade SMO packages to fix issue with scripting tables (#678)

* Upgrade SMO packages to fix issue with scripting tables when Script Dependencies is true on the script options.

* use linux style import with case matching file name
This commit is contained in:
David Shiflet
2018-08-09 08:11:18 -04:00
committed by GitHub
parent f0b85bab3c
commit 5cdab53da8
8 changed files with 43 additions and 30 deletions

6
Common.props Normal file
View File

@@ -0,0 +1,6 @@
<Project>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
<SmoPackageVersion>140.17282.0-xplat</SmoPackageVersion>
</PropertyGroup>
</Project>