Skip to content

Commit f340e7f

Browse files
Update mono runtime and framework assemblies with custom build for OSX/Linux
1 parent 5f38ed7 commit f340e7f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
"runtimeDependencies": [
6969
{
7070
"description": "Mono Runtime (Linux / x86)",
71-
"url": "https://omnisharpdownload.azureedge.net/ext/mono.linux-x86-5.2.0.104.zip",
72-
"fallbackUrl": "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-omnisharp1.zip",
72+
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/mono.linux-x86-5.2.0-omnisharp1.zip",
7373
"installPath": "./bin",
7474
"platforms": [
7575
"linux"
@@ -85,8 +85,8 @@
8585
},
8686
{
8787
"description": "Mono Runtime (Linux / x64)",
88-
"url": "https://omnisharpdownload.azureedge.net/ext/mono.linux-x86_64-5.2.0.104.zip",
89-
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/mono.linux-x86_64-5.2.0.104.zip",
88+
"url": "https://omnisharpdownload.azureedge.net/ext/mono.linux-x86_64-5.2.0-omnisharp1.zip",
89+
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/mono.linux-x86_64-5.2.0-omnisharp1.zip",
9090
"installPath": "./bin",
9191
"platforms": [
9292
"linux"
@@ -102,8 +102,8 @@
102102
},
103103
{
104104
"description": "Mono Runtime (macOS)",
105-
"url": "https://omnisharpdownload.azureedge.net/ext/mono.osx-5.2.0.104.zip",
106-
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/mono.osx-5.2.0.104.zip",
105+
"url": "https://omnisharpdownload.azureedge.net/ext/mono.osx-5.2.0-omnisharp1.zip",
106+
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/mono.osx-5.2.0-omnisharp1.zip",
107107
"installPath": "./bin",
108108
"platforms": [
109109
"darwin"
@@ -116,8 +116,8 @@
116116
},
117117
{
118118
"description": "Mono Framework Assemblies",
119-
"url": "https://omnisharpdownload.azureedge.net/ext/framework-5.2.0.104.zip",
120-
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/framework-5.2.0.104.zip",
119+
"url": "https://omnisharpdownload.azureedge.net/ext/framework-5.2.0-omnisharp1.zip",
120+
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/framework-5.2.0-omnisharp1.zip",
121121
"installPath": "./bin/framework",
122122
"platforms": [
123123
"darwin",

0 commit comments

Comments
 (0)