From fe463777352153d6230bed56dcdea911a8f22cab Mon Sep 17 00:00:00 2001 From: Chuck Ries Date: Wed, 24 Aug 2016 10:08:54 -0700 Subject: [PATCH] TEMPORARY - Add coreclr nuget feed for System.Metadata.Reflection This needs to be removed once the package has been published to nuget.org --- coreclr-debug/NuGet.config | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/coreclr-debug/NuGet.config b/coreclr-debug/NuGet.config index dd1fa14307..98d3625f7b 100644 --- a/coreclr-debug/NuGet.config +++ b/coreclr-debug/NuGet.config @@ -5,6 +5,7 @@ - + + diff --git a/package.json b/package.json index e8d5e19d38..b1dd7759a5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "csharp", "publisher": "ms-vscode", - "version": "1.4.0-beta6", + "version": "1.4.0-beta7", "description": "C# for Visual Studio Code (powered by OmniSharp).", "displayName": "C#", "author": "Microsoft Corporation",