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)
This commit is contained in:
Charles Gagnon
2019-03-22 10:30:42 -07:00
committed by GitHub
parent a08e4058a2
commit 57727409c1

View File

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