Renamed configurations to frameworks in project.json
This commit is contained in:
parent
de6c32dc4b
commit
33cd0d89aa
|
|
@ -5,7 +5,7 @@
|
||||||
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
|
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
|
||||||
"Microsoft.AspNet.WebSockets.Server": "1.0.0-*"
|
"Microsoft.AspNet.WebSockets.Server": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"frameworks": {
|
||||||
"net45": { },
|
"net45": { },
|
||||||
"k10": {
|
"k10": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"Microsoft.AspNet.Hosting": "1.0.0-*",
|
"Microsoft.AspNet.Hosting": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*"
|
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"frameworks": {
|
||||||
"net45": {
|
"net45": {
|
||||||
"dependencies": { }
|
"dependencies": { }
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*"
|
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"frameworks": {
|
||||||
"net45": {
|
"net45": {
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"define": [ "TRACE", "NET45" ],
|
"define": [ "TRACE", "NET45" ],
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Xunit.KRunner": "1.0.0-*",
|
"Xunit.KRunner": "1.0.0-*",
|
||||||
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*"
|
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"configurations": {
|
"frameworks": {
|
||||||
"net45": {
|
"net45": {
|
||||||
"compilationOptions": { "define": [ "TRACE" ] }
|
"compilationOptions": { "define": [ "TRACE" ] }
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue