From 70cf0180efc1a63b555631ce81723032aa347bd9 Mon Sep 17 00:00:00 2001 From: Sridhar Periyasamy Date: Thu, 5 Nov 2015 09:21:59 -0800 Subject: [PATCH] Fix nuget warnings by ugrading the references to 23504. This project.json was missed when the update was done before. --- src/Microsoft.DotNet.Compiler.Common/project.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.DotNet.Compiler.Common/project.json b/src/Microsoft.DotNet.Compiler.Common/project.json index 958b60841..4ff854e2c 100644 --- a/src/Microsoft.DotNet.Compiler.Common/project.json +++ b/src/Microsoft.DotNet.Compiler.Common/project.json @@ -3,8 +3,8 @@ "dependencies": { "System.CommandLine": "0.1.0-*", - "System.Linq": "4.0.1-beta-23502", - "System.Runtime": "4.0.21-beta-23502", + "System.Linq": "4.0.1-beta-23504", + "System.Runtime": "4.0.21-beta-23504", "Microsoft.DotNet.ProjectModel": "1.0.0-*" },