You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,6 @@ To use the .NET 6 build, set `omnisharp.useModernNet` to `true` in your VS Code
32
32
33
33
The .NET 3.1.4xx SDKs require version 16.7 of MSBuild.
34
34
35
-
For MacOS and Linux users who have Mono installed, this means you will need to set `omnisharp.useGlobalMono` to `never` until a version of Mono ships with MSBuild 16.7.
36
-
37
35
You can also use the .NET 6 build of OmniSharp which runs on the .NET 6 SDK. See instructions above.
38
36
39
37
### Note about using .NET 5 SDKs
@@ -42,8 +40,6 @@ The .NET 5 SDK requires version 16.8 of MSBuild.
42
40
43
41
For Windows users who have Visual Studio installed, this means you will need to be on the latest Visual Studio 16.8 Preview.
44
42
45
-
For MacOS and Linux users who have Mono installed, this means you will need to set `omnisharp.useGlobalMono` to `never` until a version of Mono ships with MSBuild 16.8.
46
-
47
43
You can also use the .NET 6 build of OmniSharp which runs on the .NET 6 SDK. See instructions above.
48
44
49
45
### Note about using .NET 6 SDKs
@@ -52,8 +48,6 @@ The .NET 6 SDK requires version 16.10 of MSBuild.
52
48
53
49
For Windows users who have Visual Studio installed, this means you will need to have Visual Studio 16.11 or newer installed.
54
50
55
-
For MacOS and Linux users who have Mono installed, this means you will need to set `omnisharp.useGlobalMono` to `never` until a version of Mono ships with MSBuild 16.10.
56
-
57
51
You can also use the .NET 6 build of OmniSharp which runs on the .NET 6 SDK. See instructions above.
0 commit comments