Skip to content

Commit be177cd

Browse files
authored
Merge pull request #708 from chuckries/master
TEMPORARY - Add coreclr nuget feed for System.Metadata.Reflection
2 parents 95aaffd + fe46377 commit be177cd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

coreclr-debug/NuGet.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<clear />
66
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
77
<!-- This dependency is not present in the release branch -->
8-
<add key="coreclrdebug" value="https://www.myget.org/F/coreclr-debug/api/v3/index.json" />
8+
<add key="coreclrdebug" value="https://www.myget.org/F/coreclr-debug/api/v3/index.json" />
9+
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
910
</packageSources>
1011
</configuration>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "csharp",
33
"publisher": "ms-vscode",
4-
"version": "1.4.0-beta6",
4+
"version": "1.4.0-beta7",
55
"description": "C# for Visual Studio Code (powered by OmniSharp).",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",

0 commit comments

Comments
 (0)