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 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5+ <IsPackable >false</IsPackable >
56 <TargetFramework >netcoreapp2.0</TargetFramework >
67 <RuntimeIdentifier >win7-x64</RuntimeIdentifier >
78 </PropertyGroup >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ namespace OmniSharp.Extensions.LanguageServer.Server
1010{
1111 class SupportedCapabilities : ISupportedCapabilities
1212 {
13- private static readonly MethodInfo SetCapabilityInnerMethod = typeof ( LspHandlerDescriptorHelpers )
13+ private static readonly MethodInfo SetCapabilityInnerMethod = typeof ( SupportedCapabilities )
1414 . GetTypeInfo ( )
1515 . GetMethod ( nameof ( SetCapabilityInner ) , BindingFlags . NonPublic | BindingFlags . Static ) ;
1616
You can’t perform that action at this time.
0 commit comments