Use netstandard for coreservices DLL (#676)

* Use netstandard for coreservices DLL
- This is possible thanks to recent updates that target SMO bits using netstandard

* Fix localization failure during dotnet pack
- Namespace changes on SRGen, so updated references to accept the name change
This commit is contained in:
Kevin Cunnane
2018-08-07 14:49:27 -07:00
committed by GitHub
parent 71195869e1
commit d9e8d5ac12
9 changed files with 11 additions and 5 deletions

View File

@@ -4,6 +4,7 @@
//
using System;
using Microsoft.SqlTools.Hosting.v2;
namespace Microsoft.SqlTools.Hosting.Utility
{