Move back 'Shared' content to 'Hosting' assembly (#1967)

This commit is contained in:
Cheena Malhotra
2023-03-24 15:07:02 -07:00
committed by GitHub
parent b7709c9e5b
commit 463fc60330
23 changed files with 640 additions and 32 deletions

View File

@@ -12,7 +12,7 @@ using Microsoft.SqlTools.ServiceLayer.Connection;
using Microsoft.SqlTools.ServiceLayer.Connection.Contracts;
using Microsoft.SqlTools.ServiceLayer.Test.Common;
using Microsoft.SqlTools.ServiceLayer.UnitTests.Utility;
using static Microsoft.SqlTools.Shared.Utility.Constants;
using static Microsoft.SqlTools.Utility.SqlConstants;
using Moq;
using Moq.Protected;
using NUnit.Framework;

View File

@@ -34,7 +34,6 @@
<ProjectReference Include="../../src/Microsoft.SqlTools.ResourceProvider.Core/Microsoft.SqlTools.ResourceProvider.Core.csproj" />
<ProjectReference Include="../../src/Microsoft.SqlTools.ResourceProvider.DefaultImpl/Microsoft.SqlTools.ResourceProvider.DefaultImpl.csproj" />
<ProjectReference Include="../../test/Microsoft.SqlTools.ServiceLayer.Test.Common/Microsoft.SqlTools.ServiceLayer.Test.Common.csproj" />
<ProjectReference Include="..\..\src\Microsoft.SqlTools.Shared\Microsoft.SqlTools.Shared.csproj" />
</ItemGroup>
<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />