|
53 | 53 | }, |
54 | 54 | "runtimeDependencies": [ |
55 | 55 | { |
56 | | - "description": "OmniSharp (Windows / x86)", |
57 | | - "url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-1.9-beta19-win-x86-net46.zip", |
58 | | - "installPath": ".omnisharp-desktop", |
59 | | - "runtimeIds": [ |
60 | | - "win7-x86" |
61 | | - ] |
62 | | - }, |
63 | | - { |
64 | | - "description": "OmniSharp (Windows / x64)", |
65 | | - "url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-1.9-beta19-win-x64-net46.zip", |
66 | | - "installPath": ".omnisharp-desktop", |
67 | | - "runtimeIds": [ |
68 | | - "win7-x64" |
69 | | - ] |
70 | | - }, |
71 | | - { |
72 | | - "description": "OmniSharp (.NET Core - Windows / x86)", |
73 | | - "url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-1.9-beta19-win-x86-netcoreapp1.0.zip", |
74 | | - "installPath": ".omnisharp-coreclr", |
75 | | - "runtimeIds": [ |
76 | | - "win7-x86" |
77 | | - ], |
78 | | - "binaries": [ |
79 | | - "./OmniSharp" |
80 | | - ] |
81 | | - }, |
82 | | - { |
83 | | - "description": "OmniSharp (.NET Core - Windows / x64)", |
84 | | - "url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-1.9-beta19-win-x64-netcoreapp1.0.zip", |
85 | | - "installPath": ".omnisharp-coreclr", |
86 | | - "runtimeIds": [ |
87 | | - "win7-x64" |
88 | | - ], |
89 | | - "binaries": [ |
90 | | - "./OmniSharp" |
91 | | - ] |
92 | | - }, |
93 | | - { |
94 | | - "description": "OmniSharp (.NET Core - macOS / x64)", |
95 | | - "url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-1.9-beta19-osx-x64-netcoreapp1.0.zip", |
96 | | - "installPath": ".omnisharp-coreclr", |
97 | | - "runtimeIds": [ |
98 | | - "osx.10.11-x64" |
| 56 | + "description": "Mono Runtime (Linux / x86)", |
| 57 | + "url": "https://omnisharpdownload.blob.core.windows.net/ext/mono.linux-x86-4.6.1.zip", |
| 58 | + "installPath": "./bin", |
| 59 | + "platforms": [ |
| 60 | + "linux" |
99 | 61 | ], |
100 | | - "binaries": [ |
101 | | - "./OmniSharp" |
102 | | - ] |
103 | | - }, |
104 | | - { |
105 | | - "description": "OmniSharp (.NET Core - CentOS / x64)", |
106 | | - "url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-1.9-beta19-centos-x64-netcoreapp1.0.zip", |
107 | | - "installPath": ".omnisharp-coreclr", |
108 | | - "runtimeIds": [ |
109 | | - "centos.7-x64" |
| 62 | + "architectures": [ |
| 63 | + "x86" |
110 | 64 | ], |
111 | 65 | "binaries": [ |
112 | | - "./OmniSharp" |
| 66 | + "./mono.linux-x86", |
| 67 | + "./run" |
113 | 68 | ] |
114 | 69 | }, |
115 | 70 | { |
116 | | - "description": "OmniSharp (.NET Core - Debian / x64)", |
117 | | - "url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-1.9-beta19-debian-x64-netcoreapp1.0.zip", |
118 | | - "installPath": ".omnisharp-coreclr", |
119 | | - "runtimeIds": [ |
120 | | - "debian.8-x64" |
| 71 | + "description": "Mono Runtime (Linux / x64)", |
| 72 | + "url": "https://omnisharpdownload.blob.core.windows.net/ext/mono.linux-x86_64-4.6.1.zip", |
| 73 | + "installPath": "./bin", |
| 74 | + "platforms": [ |
| 75 | + "linux" |
121 | 76 | ], |
122 | | - "binaries": [ |
123 | | - "./OmniSharp" |
124 | | - ] |
125 | | - }, |
126 | | - { |
127 | | - "description": "OmniSharp (.NET Core - Fedora / x64)", |
128 | | - "url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-1.9-beta19-fedora-x64-netcoreapp1.0.zip", |
129 | | - "installPath": ".omnisharp-coreclr", |
130 | | - "runtimeIds": [ |
131 | | - "fedora.23-x64" |
| 77 | + "architectures": [ |
| 78 | + "x86_64" |
132 | 79 | ], |
133 | 80 | "binaries": [ |
134 | | - "./OmniSharp" |
| 81 | + "./mono.linux-x86_64", |
| 82 | + "./run" |
135 | 83 | ] |
136 | 84 | }, |
137 | 85 | { |
138 | | - "description": "OmniSharp (.NET Core - OpenSUSE / x64)", |
139 | | - "url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-1.9-beta19-opensuse-x64-netcoreapp1.0.zip", |
140 | | - "installPath": ".omnisharp-coreclr", |
141 | | - "runtimeIds": [ |
142 | | - "opensuse.13.2-x64" |
| 86 | + "description": "Mono Runtime (macOS)", |
| 87 | + "url": "https://omnisharpdownload.blob.core.windows.net/ext/mono.osx-4.6.1.zip", |
| 88 | + "installPath": "./bin", |
| 89 | + "platforms": [ |
| 90 | + "darwin" |
143 | 91 | ], |
144 | 92 | "binaries": [ |
145 | | - "./OmniSharp" |
| 93 | + "./mono.osx", |
| 94 | + "./run" |
146 | 95 | ] |
147 | 96 | }, |
148 | 97 | { |
149 | | - "description": "OmniSharp (.NET Core - RHEL / x64)", |
150 | | - "url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-1.9-beta19-rhel-x64-netcoreapp1.0.zip", |
151 | | - "installPath": ".omnisharp-coreclr", |
152 | | - "runtimeIds": [ |
153 | | - "rhel.7-x64" |
154 | | - ], |
155 | | - "binaries": [ |
156 | | - "./.OmniSharp" |
| 98 | + "description": "Mono Framework Assemblies", |
| 99 | + "url": "https://omnisharpdownload.blob.core.windows.net/ext/framework-4.6.1.zip", |
| 100 | + "installPath": "./bin/framework", |
| 101 | + "platforms": [ |
| 102 | + "darwin", |
| 103 | + "linux" |
157 | 104 | ] |
158 | 105 | }, |
159 | 106 | { |
160 | | - "description": "OmniSharp (.NET Core - Ubuntu 14 / x64)", |
161 | | - "url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-1.9-beta19-ubuntu14-x64-netcoreapp1.0.zip", |
162 | | - "installPath": ".omnisharp-coreclr", |
163 | | - "runtimeIds": [ |
164 | | - "ubuntu.14.04-x64" |
| 107 | + "description": "OmniSharp (.NET 4.6 / x86)", |
| 108 | + "url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x86-1.9-beta19.zip", |
| 109 | + "installPath": "./bin/omnisharp", |
| 110 | + "platforms": [ |
| 111 | + "win32" |
165 | 112 | ], |
166 | | - "binaries": [ |
167 | | - "./OmniSharp" |
| 113 | + "architectures": [ |
| 114 | + "x86", |
| 115 | + "32-bit" |
168 | 116 | ] |
169 | 117 | }, |
170 | 118 | { |
171 | | - "description": "OmniSharp (.NET Core - Ubuntu 16 / x64)", |
172 | | - "url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-1.9-beta19-ubuntu16-x64-netcoreapp1.0.zip", |
173 | | - "installPath": ".omnisharp-coreclr", |
174 | | - "runtimeIds": [ |
175 | | - "ubuntu.16.04-x64" |
| 119 | + "description": "OmniSharp (.NET 4.6 / x64)", |
| 120 | + "url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x64-1.9-beta19.zip", |
| 121 | + "installPath": "./bin/omnisharp", |
| 122 | + "platforms": [ |
| 123 | + "win32" |
176 | 124 | ], |
177 | | - "binaries": [ |
178 | | - "./OmniSharp" |
| 125 | + "architectures": [ |
| 126 | + "x86_64", |
| 127 | + "64-bit" |
179 | 128 | ] |
180 | 129 | }, |
181 | 130 | { |
182 | | - "description": "OmniSharp (Mono)", |
183 | | - "url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-1.9-beta19-mono.zip", |
184 | | - "installPath": ".omnisharp-mono", |
185 | | - "architectures": [ |
186 | | - "x86", |
187 | | - "x86_64" |
188 | | - ], |
| 131 | + "description": "OmniSharp (Mono 4.6)", |
| 132 | + "url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-mono-1.9-beta19.zip", |
| 133 | + "installPath": "./bin/omnisharp", |
189 | 134 | "platforms": [ |
190 | 135 | "darwin", |
191 | 136 | "linux" |
|
0 commit comments