We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b97ec9 commit 0a92d82Copy full SHA for 0a92d82
src/omnisharp/OmniSharpMonoResolver.ts
@@ -11,7 +11,8 @@ import { MonoInformation } from '../constants/MonoInformation';
11
import { IGetMonoVersion } from '../constants/IGetMonoVersion';
12
13
export class OmniSharpMonoResolver implements IMonoResolver {
14
- private minimumMonoVersion = "5.8.1";
+ private minimumMonoVersion = "6.6.0";
15
+
16
constructor(private getMonoVersion: IGetMonoVersion) {
17
}
18
0 commit comments