Fix nuget warnings by ugrading the references to 23504.

This project.json was missed when the update was done before.
This commit is contained in:
Sridhar Periyasamy 2015-11-05 09:21:59 -08:00
parent 54847cf032
commit 70cf0180ef

View file

@ -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-*"
},