Skip to content

Commit 01fba10

Browse files
Merge pull request #1559 from DustinCampbell/update-omnisharp
Update Mono to latest alpha build to fix .NET Core 2.0-preview2 support
2 parents 77d31e4 + 84dd68b commit 01fba10

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "csharp",
33
"publisher": "ms-vscode",
4-
"version": "1.11.0-beta2",
4+
"version": "1.11.0-beta3",
55
"description": "C# for Visual Studio Code (powered by OmniSharp).",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",
@@ -68,7 +68,7 @@
6868
"runtimeDependencies": [
6969
{
7070
"description": "Mono Runtime (Linux / x86)",
71-
"url": "https://omnisharpdownload.blob.core.windows.net/ext/mono.linux-x86-4.8.0.478.zip",
71+
"url": "https://omnisharpdownload.blob.core.windows.net/ext/mono.linux-x86-5.2.0.104.zip",
7272
"installPath": "./bin",
7373
"platforms": [
7474
"linux"
@@ -84,7 +84,7 @@
8484
},
8585
{
8686
"description": "Mono Runtime (Linux / x64)",
87-
"url": "https://omnisharpdownload.blob.core.windows.net/ext/mono.linux-x86_64-4.8.0.478.zip",
87+
"url": "https://omnisharpdownload.blob.core.windows.net/ext/mono.linux-x86_64-5.2.0.104.zip",
8888
"installPath": "./bin",
8989
"platforms": [
9090
"linux"
@@ -100,7 +100,7 @@
100100
},
101101
{
102102
"description": "Mono Runtime (macOS)",
103-
"url": "https://omnisharpdownload.blob.core.windows.net/ext/mono.osx-4.8.0.478.zip",
103+
"url": "https://omnisharpdownload.blob.core.windows.net/ext/mono.osx-5.2.0.104.zip",
104104
"installPath": "./bin",
105105
"platforms": [
106106
"darwin"
@@ -113,7 +113,7 @@
113113
},
114114
{
115115
"description": "Mono Framework Assemblies",
116-
"url": "https://omnisharpdownload.blob.core.windows.net/ext/framework-4.8.0.478.zip",
116+
"url": "https://omnisharpdownload.blob.core.windows.net/ext/framework-5.2.0.104.zip",
117117
"installPath": "./bin/framework",
118118
"platforms": [
119119
"darwin",

0 commit comments

Comments
 (0)