Reacting to CLR package versioning changes

This commit is contained in:
Pranav K 2014-10-10 10:33:06 -07:00
parent 0124d06ced
commit ba0e3321bf
4 changed files with 20 additions and 20 deletions

View File

@ -9,7 +9,7 @@
"aspnet50": { }, "aspnet50": { },
"aspnetcore50": { "aspnetcore50": {
"dependencies": { "dependencies": {
"System.Console": "4.0.0.0" "System.Console": "4.0.0-beta-*"
} }
} }
}, },

View File

@ -10,7 +10,7 @@
}, },
"aspnetcore50": { "aspnetcore50": {
"dependencies": { "dependencies": {
"System.Runtime": "4.0.20.0" "System.Runtime": "4.0.20-beta-*"
} }
} }
} }

View File

@ -7,21 +7,21 @@
"aspnet50": { }, "aspnet50": { },
"aspnetcore50": { "aspnetcore50": {
"dependencies": { "dependencies": {
"System.Threading.ThreadPool": "4.0.10.0", "System.Threading.ThreadPool": "4.0.10-beta-*",
"System.Diagnostics.Debug": "4.0.10.0", "System.Diagnostics.Debug": "4.0.10-beta-*",
"System.Threading.Thread": "4.0.0.0", "System.Threading.Thread": "4.0.0-beta-*",
"System.Diagnostics.TraceSource": "4.0.0.0", "System.Diagnostics.TraceSource": "4.0.0-beta-*",
"System.Text.Encoding": "4.0.10.0", "System.Text.Encoding": "4.0.10-beta-*",
"System.Threading.Tasks": "4.0.10.0", "System.Threading.Tasks": "4.0.10-beta-*",
"System.Diagnostics.Tracing": "4.0.10.0", "System.Diagnostics.Tracing": "4.0.10-beta-*",
"System.Collections": "4.0.10.0", "System.Collections": "4.0.10-beta-*",
"System.IO": "4.0.10.0", "System.IO": "4.0.10-beta-*",
"System.Linq": "4.0.0.0", "System.Linq": "4.0.0-beta-*",
"System.Net.Primitives": "4.0.10.0", "System.Net.Primitives": "4.0.10-beta-*",
"System.Runtime.Extensions": "4.0.10.0", "System.Runtime.Extensions": "4.0.10-beta-*",
"System.Threading": "4.0.0.0", "System.Threading": "4.0.0-beta-*",
"System.Globalization": "4.0.10.0", "System.Globalization": "4.0.10-beta-*",
"System.Runtime.InteropServices": "4.0.20.0" "System.Runtime.InteropServices": "4.0.20-beta-*"
} }
} }
}, },

View File

@ -8,9 +8,9 @@
"aspnet50": { }, "aspnet50": { },
"aspnetcore50": { "aspnetcore50": {
"dependencies": { "dependencies": {
"System.Net.Sockets": "4.0.0.0", "System.Net.Sockets": "4.0.0-beta-*",
"System.Runtime.Handles": "4.0.0.0", "System.Runtime.Handles": "4.0.0-beta-*",
"System.IO": "4.0.10.0" "System.IO": "4.0.10-beta-*"
} }
} }
}, },