Renamed configurations to frameworks in project.json

This commit is contained in:
David Fowler 2014-07-13 21:58:12 -07:00
parent 720923a1a4
commit 7e7c56ce48
20 changed files with 41 additions and 41 deletions

View File

@ -1,4 +1,4 @@
{
{
"compilationOptions": {
"warningsAsErrors": true
},
@ -18,7 +18,7 @@
"Microsoft.Framework.OptionsModel": "1.0.0-*"
},
"commands": { "web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:5001" },
"configurations": {
"frameworks": {
"net45": {
"dependencies": {
"System.ComponentModel.DataAnnotations": "",
@ -40,4 +40,4 @@
}
}
}
}
}

View File

@ -1,4 +1,4 @@
{
{
"version": "6.0.0-*",
"shared": "*.cs",
"dependencies": {
@ -7,7 +7,7 @@
"System.Reflection.Extensions": "4.0.0.0",
"System.Runtime" : "4.0.20.0"
},
"configurations": {
"frameworks": {
"net45": {},
"k10": {
"dependencies": {
@ -15,4 +15,4 @@
}
}
}
}
}

View File

@ -1,4 +1,4 @@
{
{
"version": "6.0.0-*",
"compilationOptions": {
"warningsAsErrors": true
@ -15,7 +15,7 @@
"Microsoft.Framework.OptionsModel": "1.0.0-*",
"Newtonsoft.Json": "5.0.8"
},
"configurations": {
"frameworks": {
"net45": {},
"k10": {
"dependencies": {

View File

@ -1,4 +1,4 @@
{
{
"version": "6.0.0-*",
"compilationOptions": {
"warningsAsErrors": true
@ -10,7 +10,7 @@
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
"Newtonsoft.Json": "5.0.8"
},
"configurations": {
"frameworks": {
"net45": {
"dependencies": {
"System.ComponentModel.DataAnnotations": "",
@ -47,4 +47,4 @@
}
}
}
}
}

View File

@ -1,4 +1,4 @@
{
{
"version": "6.0.0-*",
"compilationOptions": {
"warningsAsErrors": true
@ -7,7 +7,7 @@
"Microsoft.AspNet.Mvc.Common": "",
"Microsoft.AspNet.Razor": "4.0.0-*"
},
"configurations": {
"frameworks": {
"net45": {
"dependencies": {
"System.Collections": "",
@ -38,4 +38,4 @@
}
}
}
}
}

View File

@ -1,4 +1,4 @@
{
{
"version": "6.0.0-*",
"compilationOptions": {
"warningsAsErrors": false
@ -15,7 +15,7 @@
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*"
},
"configurations": {
"frameworks": {
"net45": {
"dependencies": {
"System.Collections": "",
@ -46,4 +46,4 @@
}
}
}
}
}

View File

@ -1,4 +1,4 @@
{
{
"version": "6.0.0-*",
"compilationOptions": {
"warningsAsErrors": true
@ -17,7 +17,7 @@
"Microsoft.Framework.ConfigurationModel" : "1.0.0-*",
"Microsoft.Framework.DependencyInjection" : "1.0.0-*"
},
"configurations": {
"frameworks": {
"net45": {},
"k10": {
"dependencies": {
@ -29,4 +29,4 @@
}
}
}
}
}

View File

@ -1,4 +1,4 @@
{
{
"compilationOptions": {
"warningsAsErrors": true
},
@ -17,7 +17,7 @@
"commands": {
"test": "Xunit.KRunner"
},
"configurations": {
"frameworks": {
"net45": { }
}
}

View File

@ -19,7 +19,7 @@
"commands": {
"test": "Xunit.KRunner"
},
"configurations": {
"frameworks": {
"net45": {
"dependencies": {
"AutofacWebSite": ""

View File

@ -1,4 +1,4 @@
{
{
"compilationOptions": {
"warningsAsErrors": true
},
@ -16,7 +16,7 @@
"commands": {
"test": "Xunit.KRunner"
},
"configurations": {
"frameworks": {
"net45": {
dependencies: {
"Moq": "4.2.1312.1622",
@ -42,4 +42,4 @@
}
}
}
}
}

View File

@ -1,4 +1,4 @@
{
{
"compilationOptions": {
"warningsAsErrors": false
},
@ -10,11 +10,11 @@
"commands": {
"test": "Xunit.KRunner"
},
"configurations": {
"frameworks": {
"net45": {
"dependencies": {
"Moq": "4.2.1312.1622"
}
}
}
}
}

View File

@ -1,4 +1,4 @@
{
{
"compilationOptions": {
"warningsAsErrors": false
},
@ -15,7 +15,7 @@
"commands": {
"test": "Xunit.KRunner"
},
"configurations": {
"frameworks": {
"net45": {
"dependencies": {
"Moq": "4.2.1312.1622",
@ -23,4 +23,4 @@
}
}
}
}
}

View File

@ -1,4 +1,4 @@
{
{
"compilationOptions": {
"warningsAsErrors": true
},
@ -9,7 +9,7 @@
"commands": {
"test": "Xunit.KRunner"
},
"configurations": {
"frameworks": {
"net45": { }
}
}

View File

@ -4,7 +4,7 @@
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
"Microsoft.AspNet.Mvc.TestConfiguration": ""
},
"configurations": {
"frameworks": {
"net45": { },
"k10": { }
}

View File

@ -5,7 +5,7 @@
"Microsoft.Framework.DependencyInjection.Autofac": "1.0.0-*",
"Autofac": "3.3.0"
},
"configurations" : {
"frameworks" : {
"net45" : { }
}
}

View File

@ -5,7 +5,7 @@
"Microsoft.AspNet.Mvc.TestConfiguration": "",
"Microsoft.Framework.ConfigurationModel": ""
},
"configurations": {
"frameworks": {
"net45": { },
"k10": { }
}

View File

@ -5,7 +5,7 @@
"Microsoft.AspNet.Mvc.TestConfiguration": "",
"Microsoft.Framework.ConfigurationModel": ""
},
"configurations": {
"frameworks": {
"net45": { },
"k10": { }
}

View File

@ -5,7 +5,7 @@
"Microsoft.AspNet.Mvc.TestConfiguration": "",
"Microsoft.Framework.ConfigurationModel.Json": "1.0.0-*"
},
"configurations": {
"frameworks": {
"net45": { },
"k10": { }
}

View File

@ -4,7 +4,7 @@
"Microsoft.Framework.ConfigurationModel": "1.0.0-*",
"Microsoft.Framework.DependencyInjection": "1.0.0-*"
},
"configurations" : {
"frameworks" : {
"net45" : { },
"k10" : { }
}

View File

@ -4,7 +4,7 @@
"Microsoft.AspNet.Mvc.TestConfiguration": "",
"Microsoft.AspNet.Server.IIS": "1.0.0-*"
},
"configurations": {
"frameworks": {
"net45": { },
"k10": { }
}