|
68 | 68 | "runtimeDependencies": [ |
69 | 69 | { |
70 | 70 | "description": "Mono Runtime (Linux / x86)", |
71 | | - "url": "https://omnisharpdownload.blob.core.windows.net/ext/mono.linux-x86-5.2.0.104.zip", |
| 71 | + "url": "https://omnisharpdownload.azureedge.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-5.2.0.104.zip", |
| 87 | + "url": "https://omnisharpdownload.azureedge.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-5.2.0.104.zip", |
| 103 | + "url": "https://omnisharpdownload.azureedge.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-5.2.0.104.zip", |
| 116 | + "url": "https://omnisharpdownload.azureedge.net/ext/framework-5.2.0.104.zip", |
117 | 117 | "installPath": "./bin/framework", |
118 | 118 | "platforms": [ |
119 | 119 | "darwin", |
|
123 | 123 | }, |
124 | 124 | { |
125 | 125 | "description": "OmniSharp (.NET 4.6 / x86)", |
126 | | - "url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x86-1.21.0zip", |
| 126 | + "url": "https://omnisharpdownload.azureedge.net/ext/omnisharp-win-x86-1.21.0.zip", |
127 | 127 | "installPath": "./bin/omnisharp", |
128 | 128 | "platforms": [ |
129 | 129 | "win32" |
|
135 | 135 | }, |
136 | 136 | { |
137 | 137 | "description": "OmniSharp (.NET 4.6 / x64)", |
138 | | - "url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x64-1.21.0.zip", |
| 138 | + "url": "https://omnisharpdownload.azureedge.net/ext/omnisharp-win-x64-1.21.0.zip", |
139 | 139 | "installPath": "./bin/omnisharp", |
140 | 140 | "platforms": [ |
141 | 141 | "win32" |
|
147 | 147 | }, |
148 | 148 | { |
149 | 149 | "description": "OmniSharp (Mono 4.6)", |
150 | | - "url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-mono-1.21.0.zip", |
| 150 | + "url": "https://omnisharpdownload.azureedge.net/ext/omnisharp-mono-1.21.0.zip", |
151 | 151 | "installPath": "./bin/omnisharp", |
152 | 152 | "platforms": [ |
153 | 153 | "darwin", |
|
0 commit comments