|
1 | 1 | { |
2 | 2 | "name": "csharp", |
3 | 3 | "publisher": "ms-vscode", |
4 | | - "version": "1.11.0-beta2", |
| 4 | + "version": "1.11.0-beta3", |
5 | 5 | "description": "C# for Visual Studio Code (powered by OmniSharp).", |
6 | 6 | "displayName": "C#", |
7 | 7 | "author": "Microsoft Corporation", |
|
68 | 68 | "runtimeDependencies": [ |
69 | 69 | { |
70 | 70 | "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", |
72 | 72 | "installPath": "./bin", |
73 | 73 | "platforms": [ |
74 | 74 | "linux" |
|
84 | 84 | }, |
85 | 85 | { |
86 | 86 | "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", |
88 | 88 | "installPath": "./bin", |
89 | 89 | "platforms": [ |
90 | 90 | "linux" |
|
100 | 100 | }, |
101 | 101 | { |
102 | 102 | "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", |
104 | 104 | "installPath": "./bin", |
105 | 105 | "platforms": [ |
106 | 106 | "darwin" |
|
113 | 113 | }, |
114 | 114 | { |
115 | 115 | "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", |
117 | 117 | "installPath": "./bin/framework", |
118 | 118 | "platforms": [ |
119 | 119 | "darwin", |
|
0 commit comments