Make project.json dependencies more consistent and permissive

- This prevents warning NU1007 from LibraryManager during the build
This commit is contained in:
Stephen Halter 2015-10-09 15:56:57 -07:00
parent 78177e7082
commit 385c0ab244
2 changed files with 7 additions and 7 deletions

View File

@ -18,12 +18,12 @@
"dnx451": { }, "dnx451": { },
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"Microsoft.CSharp": "4.0.1-beta-23225", "Microsoft.CSharp": "4.0.1-beta-*",
"System.Collections": "4.0.11-beta-23225", "System.Collections": "4.0.11-beta-*",
"System.Console": "4.0.0-beta-23225", "System.Console": "4.0.0-beta-*",
"System.Linq": "4.0.1-beta-23225", "System.Linq": "4.0.1-beta-*",
"System.Threading": "4.0.11-beta-23225", "System.Threading": "4.0.11-beta-*",
"System.IO.FileSystem": "4.0.1-beta-23225" "System.IO.FileSystem": "4.0.1-beta-*"
} }
} }
} }

View File

@ -4,7 +4,7 @@
"description": "Microsoft.StandardsPolice Class Library", "description": "Microsoft.StandardsPolice Class Library",
"dependencies": { "dependencies": {
"Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-beta8-*" "Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-*"
}, },
"commands": { "commands": {