Add required references for K to work

This commit is contained in:
David Fowler 2014-03-07 01:53:03 -08:00
parent 6748897083
commit c111258938
1 changed files with 13 additions and 2 deletions

View File

@ -1,8 +1,19 @@
{
"version": "0.1-alpha-*",
"configurations": {
"net45" : {},
"k10" : {}
"net45": {},
"k10": {
"dependencies": {
"System.Diagnostics.Debug": "4.0.10.0",
"System.Diagnostics.Tools": "4.0.0.0",
"System.Globalization": "4.0.10.0",
"System.Linq": "4.0.0.0",
"System.Reflection": "4.0.10.0",
"System.Resources.ResourceManager": "4.0.0.0",
"System.Runtime": "4.0.20.0",
"System.Runtime.InteropServices": "4.0.10.0"
}
}
},
"compilationOptions": {
"allowUnsafe": true