Skip to content

Commit 6c5c64d

Browse files
Moved around all files starting on the refactor work
1 parent 8ec355f commit 6c5c64d

File tree

247 files changed

+21
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

247 files changed

+21
-6
lines changed

src/Client/Client.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0</TargetFrameworks>
55
<PlatformTarget>AnyCPU</PlatformTarget>
6-
<AssemblyName>OmniSharp.Extensions.LanguageClient</AssemblyName>
7-
<RootNamespace>OmniSharp.Extensions.LanguageServerProtocol.Client</RootNamespace>
6+
<AssemblyName>OmniSharp.Extensions.Lsp.Client</AssemblyName>
7+
<RootNamespace>OmniSharp.Extensions.Lsp.Client</RootNamespace>
88
</PropertyGroup>
99

1010
<ItemGroup>
@@ -16,6 +16,6 @@
1616

1717
<ItemGroup>
1818
<ProjectReference Include="..\JsonRpc\JsonRpc.csproj" />
19-
<ProjectReference Include="..\Lsp\Lsp.csproj" />
19+
<ProjectReference Include="..\Protocol\Protocol.csproj" />
2020
</ItemGroup>
2121
</Project>

0 commit comments

Comments
 (0)