Feature/cms backend (#776)

* First cut of CMS get Server Api - returns only names

* Adding Proper naming and some more functions

* Adding add remove Server and tests for it

* Changing relative path to derive from KeyChain.Urn and Nuget update

* Adding async thread for requests

* Addressing CR comments and adding one more test

* Adressed PR comments around naming
This commit is contained in:
udeeshagautam
2019-03-01 11:55:19 -08:00
committed by GitHub
parent 022282800a
commit 9551022fff
10 changed files with 869 additions and 6 deletions

View File

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