Added required packages for K

This commit is contained in:
David Fowler 2014-03-07 02:39:48 -08:00
parent c4e98614e5
commit f420ba4600
1 changed files with 21 additions and 9 deletions

View File

@ -9,6 +9,18 @@
}, },
"configurations": { "configurations": {
"net45": {}, "net45": {},
"k10" : {} "k10": {
"dependencies": {
"System.Collections": "4.0.0.0",
"System.ComponentModel": "4.0.0.0",
"System.Diagnostics.Debug": "4.0.10.0",
"System.Linq": "4.0.0.0",
"System.Reflection": "4.0.10.0",
"System.Runtime": "4.0.20.0",
"System.Runtime.Extensions": "4.0.10.0",
"System.Threading": "4.0.0.0",
"System.Threading.Tasks": "4.0.0.0"
}
}
} }
} }