Fix the casing of a pacakge reference. It is causing cross plat issues

This commit is contained in:
Victor Hurdugaci 2015-07-30 11:39:28 -07:00
parent e4049c07eb
commit 84192cb1a9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
"Microsoft.Framework.NotNullAttribute.Sources": { "version": "1.0.0-*", "type": "build" },
"Microsoft.Framework.PropertyActivator.Sources": { "version": "1.0.0-*", "type": "build" },
"Microsoft.Framework.PropertyHelper.Sources": { "version": "1.0.0-*", "type": "build" },
"Microsoft.Dnx.Compilation.Csharp.Common": "1.0.0-*",
"Microsoft.Dnx.Compilation.CSharp.Common": "1.0.0-*",
"Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-*"
},
"frameworks": {