Skip to content

Commit 6c2d00a

Browse files
Update OmniSharp and Mono downloads to use Azure CDN
1 parent 01fba10 commit 6c2d00a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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-5.2.0.104.zip",
71+
"url": "https://omnisharpdownload.azureedge.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-5.2.0.104.zip",
87+
"url": "https://omnisharpdownload.azureedge.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-5.2.0.104.zip",
103+
"url": "https://omnisharpdownload.azureedge.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-5.2.0.104.zip",
116+
"url": "https://omnisharpdownload.azureedge.net/ext/framework-5.2.0.104.zip",
117117
"installPath": "./bin/framework",
118118
"platforms": [
119119
"darwin",
@@ -123,7 +123,7 @@
123123
},
124124
{
125125
"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",
127127
"installPath": "./bin/omnisharp",
128128
"platforms": [
129129
"win32"
@@ -135,7 +135,7 @@
135135
},
136136
{
137137
"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",
139139
"installPath": "./bin/omnisharp",
140140
"platforms": [
141141
"win32"
@@ -147,7 +147,7 @@
147147
},
148148
{
149149
"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",
151151
"installPath": "./bin/omnisharp",
152152
"platforms": [
153153
"darwin",

0 commit comments

Comments
 (0)