Added required packages for K

This commit is contained in:
David Fowler 2014-03-07 03:12:09 -08:00
parent 574ce6de98
commit 360f81d0a8
8 changed files with 130 additions and 29 deletions

View File

@ -21,6 +21,17 @@
"Microsoft.AspNet.AppBuilderSupport": "0.1-alpha-*"
}
},
"k10" : { }
"k10" : {
"dependencies": {
"System.ComponentModel": "4.0.0.0",
"System.Console": "4.0.0.0",
"System.Diagnostics.Debug": "4.0.10.0",
"System.Diagnostics.Tools": "4.0.0.0",
"System.Dynamic.Runtime": "4.0.0.0",
"System.Runtime": "4.0.20.0",
"System.Runtime.InteropServices": "4.0.10.0",
"System.Threading.Tasks": "4.0.0.0"
}
}
}
}

View File

@ -1,8 +1,8 @@
{
"version" : "0.1-alpha-*",
"version": "0.1-alpha-*",
"dependencies": {
"Newtonsoft.Json": "5.0.8",
"Microsoft.AspNet.DependencyInjection" : "0.1-alpha-*",
"Microsoft.AspNet.DependencyInjection": "0.1-alpha-*",
"Microsoft.AspNet.Abstractions": "0.1-alpha-*",
"Microsoft.AspNet.Routing": "0.1-alpha-*",
"Common": "",
@ -10,7 +10,26 @@
"Microsoft.AspNet.Mvc.Rendering": ""
},
"configurations": {
"net45": { },
"k10" : { }
"net45": {},
"k10": {
"dependencies": {
"System.Collections": "4.0.0.0",
"System.ComponentModel": "4.0.0.0",
"System.Diagnostics.Contracts": "4.0.0.0",
"System.Diagnostics.Debug": "4.0.10.0",
"System.Dynamic.Runtime": "4.0.0.0",
"System.Globalization": "4.0.10.0",
"System.IO": "4.0.0.0",
"System.Linq": "4.0.0.0",
"System.Reflection": "4.0.10.0",
"System.Reflection.Extensions": "4.0.0.0",
"System.Runtime": "4.0.20.0",
"System.Runtime.Extensions": "4.0.10.0",
"System.Runtime.Hosting": "3.9.0.0",
"System.Runtime.InteropServices": "4.0.10.0",
"System.Text.Encoding": "4.0.10.0",
"System.Threading.Tasks": "4.0.0.0"
}
}
}
}

View File

@ -1,5 +1,5 @@
{
"version" : "0.1-alpha-*",
"version": "0.1-alpha-*",
"dependencies": {
"Common": "",
"Microsoft.AspNet.DependencyInjection" : "0.1-alpha-*",
@ -7,7 +7,28 @@
"Newtonsoft.Json": "5.0.8"
},
"configurations": {
"net45": { },
"k10" : { }
"net45": {},
"k10": {
"dependencies": {
"System.Collections": "4.0.0.0",
"System.Collections.Concurrent": "4.0.0.0",
"System.ComponentModel": "4.0.0.0",
"System.Diagnostics.Contracts": "4.0.0.0",
"System.Diagnostics.Debug": "4.0.10.0",
"System.Diagnostics.Tools": "4.0.0.0",
"System.Dynamic.Runtime": "4.0.0.0",
"System.Globalization": "4.0.10.0",
"System.Linq": "4.0.0.0",
"System.Reflection": "4.0.10.0",
"System.Reflection.Emit.ILGeneration": "4.0.0.0",
"System.Reflection.Emit.Lightweight": "4.0.0.0",
"System.Reflection.Extensions": "4.0.0.0",
"System.Reflection.Primitives": "4.0.0.0",
"System.Resources.ResourceManager": "4.0.0.0",
"System.Runtime": "4.0.20.0",
"System.Runtime.Extensions": "4.0.10.0",
"System.Threading.Tasks": "4.0.0.0"
}
}
}
}

View File

@ -1,11 +1,21 @@
{
"version" : "0.1-alpha-*",
"version": "0.1-alpha-*",
"dependencies": {
"Microsoft.AspNet.Razor": "0.1-alpha-*",
"Common": ""
},
"configurations": {
"net45": {},
"k10" : {}
"k10": {
"dependencies": {
"System.Diagnostics.Debug": "4.0.10.0",
"System.Globalization": "4.0.10.0",
"System.IO": "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.Extensions": "4.0.10.0"
}
}
}
}

View File

@ -1,5 +1,5 @@
{
"version" : "0.1-alpha-*",
"version": "0.1-alpha-*",
"dependencies": {
"Microsoft.AspNet.FileSystems": "0.1-alpha-*",
"Microsoft.AspNet.Abstractions": "0.1-alpha-*",
@ -13,17 +13,37 @@
"Microsoft.CodeAnalysis.Common" : "0.6.4021001-beta",
"Microsoft.CodeAnalysis.CSharp" : "0.6.4021001-beta",
"System.Reflection.Metadata.Ecma335": "0.6.4021001-beta",
"Microsoft.Bcl.Immutable" : "1.1.17-beta"
"Microsoft.Bcl.Immutable": "1.1.17-beta"
},
"configurations": {
"net45" : {
"dependencies": {
"System.Xml.Linq": "",
"System.Xml": "",
"System.Runtime" : "",
"System.Collections" : ""
}
"net45": {
"dependencies": {
"System.Xml.Linq": "",
"System.Xml": "",
"System.Runtime": "",
"System.Collections": ""
}
},
"k10" : {}
"k10": {
"dependencies": {
"System.Collections": "4.0.0.0",
"System.Collections.Concurrent": "4.0.0.0",
"System.ComponentModel": "4.0.0.0",
"System.Diagnostics.Contracts": "4.0.0.0",
"System.Diagnostics.Debug": "4.0.10.0",
"System.Diagnostics.Tools": "4.0.0.0",
"System.Dynamic.Runtime": "4.0.0.0",
"System.Globalization": "4.0.10.0",
"System.IO": "4.0.0.0",
"System.Linq": "4.0.0.0",
"System.Reflection": "4.0.10.0",
"System.Reflection.Compatibility": "4.0.0.0",
"System.Resources.ResourceManager": "4.0.0.0",
"System.Runtime": "4.0.20.0",
"System.Runtime.Extensions": "4.0.10.0",
"System.Runtime.InteropServices": "4.0.10.0",
"System.Threading.Tasks": "4.0.0.0"
}
}
}
}

View File

@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

View File

@ -1,5 +1,5 @@
{
"version" : "0.1-alpha-*",
"version": "0.1-alpha-*",
"dependencies": {
"Microsoft.AspNet.Abstractions": "0.1-alpha-*",
"Microsoft.AspNet.DependencyInjection": "0.1-alpha-*",
@ -7,7 +7,22 @@
"Microsoft.AspNet.Mvc.ModelBinding": ""
},
"configurations": {
"net45": { },
"k10" : { }
"net45": {},
"k10": {
"dependencies": {
"System.Collections": "4.0.0.0",
"System.Diagnostics.Contracts": "4.0.0.0",
"System.Diagnostics.Tools": "4.0.0.0",
"System.Dynamic.Runtime": "4.0.0.0",
"System.Globalization": "4.0.10.0",
"System.IO": "4.0.0.0",
"System.Reflection": "4.0.10.0",
"System.Reflection.Extensions": "4.0.0.0",
"System.Runtime": "4.0.20.0",
"System.Runtime.Extensions": "4.0.10.0",
"System.Runtime.InteropServices": "4.0.10.0",
"System.Threading.Tasks": "4.0.0.0"
}
}
}
}

View File

@ -1,5 +1,5 @@
{
"version" : "0.1-alpha-*",
"version": "0.1-alpha-*",
"dependencies": {
"Microsoft.AspNet.Abstractions" : "0.1-alpha-*",
"Microsoft.AspNet.ConfigurationModel" : "0.1-alpha-*",
@ -10,12 +10,18 @@
"Common": "",
"Microsoft.AspNet.Mvc.Core": "",
"Microsoft.AspNet.Mvc.Razor": "",
"Microsoft.AspNet.Mvc.ModelBinding" : "",
"Microsoft.AspNet.Mvc.Rendering" : "",
"Microsoft.AspNet.Mvc.ModelBinding": "",
"Microsoft.AspNet.Mvc.Rendering": "",
"Microsoft.AspNet.Mvc.Razor.Host": ""
},
"configurations": {
"net45": { },
"k10" : { }
"net45": {},
"k10": {
"dependencies": {
"System.Diagnostics.Debug": "4.0.10.0",
"System.Runtime": "4.0.20.0",
"System.Runtime.Extensions": "4.0.10.0"
}
}
}
}