Rollback SMO to latest 14.0 version (#722)

* Rollback SMO to latest 14.0 version

* Add back nunit package reference
This commit is contained in:
Karl Burtram
2018-10-30 12:13:23 -07:00
committed by GitHub
parent 2391759477
commit 407e9feb40
13 changed files with 32 additions and 16 deletions

View File

@@ -1,8 +1,7 @@
<Project>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
<SmoPackageVersion>150.18040.0-preview</SmoPackageVersion>
<SmoPackageVersion>140.17282.0-xplat</SmoPackageVersion>
<HighEntropyVA>true</HighEntropyVA>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
</PropertyGroup>
</Project>