Skip to content

Commit 11eb339

Browse files
Merge pull request #1047 from DustinCampbell/update-omnisharp
Update omnisharp to build containing several fixes for .NET Core CSProj projects
2 parents eadc88b + e206733 commit 11eb339

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "csharp",
33
"publisher": "ms-vscode",
4-
"version": "1.6.0-beta4",
4+
"version": "1.6.0-beta5",
55
"description": "C# for Visual Studio Code (powered by OmniSharp).",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",
@@ -105,7 +105,7 @@
105105
},
106106
{
107107
"description": "OmniSharp (.NET 4.6 / x86)",
108-
"url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x86-1.9-beta21.zip",
108+
"url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x86-1.9-beta21-2.zip",
109109
"installPath": "./bin/omnisharp",
110110
"platforms": [
111111
"win32"
@@ -116,7 +116,7 @@
116116
},
117117
{
118118
"description": "OmniSharp (.NET 4.6 / x64)",
119-
"url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x64-1.9-beta21.zip",
119+
"url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x64-1.9-beta21-2.zip",
120120
"installPath": "./bin/omnisharp",
121121
"platforms": [
122122
"win32"
@@ -127,7 +127,7 @@
127127
},
128128
{
129129
"description": "OmniSharp (Mono 4.6)",
130-
"url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-mono-1.9-beta21.zip",
130+
"url": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-mono-1.9-beta21-2.zip",
131131
"installPath": "./bin/omnisharp",
132132
"platforms": [
133133
"darwin",

0 commit comments

Comments
 (0)