mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-09 17:52:35 -05:00
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:
@@ -1,7 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<OutputType>Library</OutputType>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<PackageId>Microsoft.SqlTools.CoreServices</PackageId>
|
||||
<AssemblyName>Microsoft.SqlTools.CoreServices</AssemblyName>
|
||||
<EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>
|
||||
|
||||
Reference in New Issue
Block a user