Renamed configurations to frameworks in project.json
This commit is contained in:
parent
bcb816f7d1
commit
b2d2840a6f
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
{
|
||||
"dependencies": {
|
||||
"Microsoft.Net.Server" : ""
|
||||
},
|
||||
"configurations": {
|
||||
"frameworks": {
|
||||
"net45": { },
|
||||
"k10" : {
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{
|
||||
"dependencies": {
|
||||
"Microsoft.AspNet.Hosting": "1.0.0-*",
|
||||
"Microsoft.AspNet.Http": "1.0.0-*",
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
"Microsoft.Net.Server": ""
|
||||
},
|
||||
"commands": { "web": "Microsoft.AspNet.Hosting --server=Microsoft.AspNet.Server.WebListener --server.urls=http://localhost:8080" },
|
||||
"configurations": {
|
||||
"frameworks": {
|
||||
"net45": {
|
||||
},
|
||||
"k10": {
|
||||
|
|
@ -28,4 +28,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
{
|
||||
"version": "1.0.0-*",
|
||||
"dependencies": {
|
||||
},
|
||||
"compilationOptions" : { "allowUnsafe": true },
|
||||
"configurations":
|
||||
"frameworks":
|
||||
{
|
||||
"net45" : {
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"compilationOptions": {
|
||||
"allowUnsafe": true
|
||||
},
|
||||
"configurations": {
|
||||
"frameworks": {
|
||||
"net45": {},
|
||||
"k10": {
|
||||
"dependencies": {
|
||||
|
|
@ -44,4 +44,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{
|
||||
"version": "1.0.0-*",
|
||||
"dependencies": {
|
||||
"Microsoft.Framework.Logging": "1.0.0-*",
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
"compilationOptions": {
|
||||
"allowUnsafe": true
|
||||
},
|
||||
"configurations": {
|
||||
"frameworks": {
|
||||
"net45": {},
|
||||
"k10": {
|
||||
"dependencies": {
|
||||
|
|
@ -41,4 +41,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
{
|
||||
"version": "1.0.0-*",
|
||||
"dependencies": {
|
||||
"Microsoft.Net.WebSocketAbstractions": "1.0.0-*"
|
||||
},
|
||||
"compilationOptions" : { "allowUnsafe": true },
|
||||
"configurations": {
|
||||
"frameworks": {
|
||||
"net45" : { },
|
||||
"k10" : {
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{
|
||||
"dependencies": {
|
||||
"Microsoft.AspNet.Security.Windows" : "",
|
||||
"Microsoft.AspNet.Server.WebListener" : "",
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
"xunit.core": "2.0.0-aspnet-*",
|
||||
"xunit.execution": "2.0.0-aspnet-*"
|
||||
},
|
||||
"configurations": {
|
||||
"frameworks": {
|
||||
"net45": {
|
||||
"dependencies": {
|
||||
"System.Net.Http": "",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{
|
||||
"commands": {
|
||||
"test": "Xunit.KRunner"
|
||||
},
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
"Microsoft.Net.Server" : "",
|
||||
"Xunit.KRunner": "1.0.0-*"
|
||||
},
|
||||
"configurations": {
|
||||
"frameworks": {
|
||||
"net45": {
|
||||
"dependencies": {
|
||||
"System.Net.Http": "",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{
|
||||
"commands": {
|
||||
"test": "Xunit.KRunner"
|
||||
},
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
"Microsoft.Net.Server" : "",
|
||||
"Xunit.KRunner": "1.0.0-*"
|
||||
},
|
||||
"configurations": {
|
||||
"frameworks": {
|
||||
"net45": {
|
||||
"dependencies": {
|
||||
"System.Net.Http": "",
|
||||
|
|
|
|||
Loading…
Reference in New Issue