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.WebSockets.Server": "1.0.0-*"
|
||||
},
|
||||
"configurations": {
|
||||
"frameworks": {
|
||||
"net45": { },
|
||||
"k10": {
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"Microsoft.AspNet.Hosting": "1.0.0-*",
|
||||
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*"
|
||||
},
|
||||
"configurations": {
|
||||
"frameworks": {
|
||||
"net45": {
|
||||
"dependencies": { }
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
{
|
||||
"version": "1.0.0-*",
|
||||
"dependencies": {
|
||||
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*"
|
||||
},
|
||||
"configurations": {
|
||||
"frameworks": {
|
||||
"net45": {
|
||||
"compilationOptions": {
|
||||
"define": [ "TRACE", "NET45" ],
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
{
|
||||
"version": "1.0.0-*",
|
||||
"dependencies": {
|
||||
"Xunit.KRunner": "1.0.0-*",
|
||||
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*"
|
||||
},
|
||||
"configurations": {
|
||||
"frameworks": {
|
||||
"net45": {
|
||||
"compilationOptions": { "define": [ "TRACE" ] }
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue