File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
+ <IsPackable >false</IsPackable >
5
6
<TargetFramework >netcoreapp2.0</TargetFramework >
6
7
<RuntimeIdentifier >win7-x64</RuntimeIdentifier >
7
8
</PropertyGroup >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ namespace OmniSharp.Extensions.LanguageServer.Server
10
10
{
11
11
class SupportedCapabilities : ISupportedCapabilities
12
12
{
13
- private static readonly MethodInfo SetCapabilityInnerMethod = typeof ( LspHandlerDescriptorHelpers )
13
+ private static readonly MethodInfo SetCapabilityInnerMethod = typeof ( SupportedCapabilities )
14
14
. GetTypeInfo ( )
15
15
. GetMethod ( nameof ( SetCapabilityInner ) , BindingFlags . NonPublic | BindingFlags . Static ) ;
16
16
You can’t perform that action at this time.
0 commit comments