Added required packages for K
This commit is contained in:
parent
c4e98614e5
commit
f420ba4600
|
|
@ -1,14 +1,26 @@
|
|||
{
|
||||
"version": "0.1-alpha-*",
|
||||
"dependencies":{
|
||||
"Microsoft.AspNet.DependencyInjection":"0.1-alpha-*",
|
||||
"Microsoft.AspNet.ConfigurationModel":"0.1-alpha-*",
|
||||
"Microsoft.AspNet.PipelineCore":"0.1-alpha-*",
|
||||
"Microsoft.AspNet.Abstractions":"0.1-alpha-*",
|
||||
"Microsoft.AspNet.FeatureModel":"0.1-alpha-*"
|
||||
"dependencies": {
|
||||
"Microsoft.AspNet.DependencyInjection": "0.1-alpha-*",
|
||||
"Microsoft.AspNet.ConfigurationModel": "0.1-alpha-*",
|
||||
"Microsoft.AspNet.PipelineCore": "0.1-alpha-*",
|
||||
"Microsoft.AspNet.Abstractions": "0.1-alpha-*",
|
||||
"Microsoft.AspNet.FeatureModel": "0.1-alpha-*"
|
||||
},
|
||||
"configurations": {
|
||||
"net45" : {},
|
||||
"k10" : {}
|
||||
"net45": {},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue