Files
sqltoolsservice/Common.props
Charles Gagnon 57727409c1 Update to latest version of SMO (15.1.18097.0)
This contains a fix for netcore Registered servers that was preventing setting the ConnectionString property. (#784)
2019-03-22 10:30:42 -07:00

8 lines
316 B
XML

<Project>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
<SmoPackageVersion>150.18097.0-preview</SmoPackageVersion>
<HighEntropyVA>true</HighEntropyVA>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
</PropertyGroup>
</Project>