Updated to use the new target framework in project.json

This commit is contained in:
David Fowler 2014-08-28 22:14:10 -07:00
Родитель e40dbcaebf
Коммит 2e6e5307f6
30 изменённых файлов: 48 добавлений и 48 удалений

Просмотреть файл

@ -1,4 +1,4 @@
{
{
"compilationOptions": {
"warningsAsErrors": true
},
@ -27,7 +27,7 @@
"Autofac": "3.3.0"
}
},
"k10": {
"aspnetcore50": {
"dependencies": {
"System.ComponentModel": "4.0.0.0",
"System.Console": "4.0.0.0",

Просмотреть файл

@ -1,4 +1,4 @@
{
{
"version": "6.0.0-*",
"shared": "*.cs",
"dependencies": {
@ -9,7 +9,7 @@
},
"frameworks": {
"net45": {},
"k10": {
"aspnetcore50": {
"dependencies": {
"System.Text.Encoding.Extensions": "4.0.10.0"
}

Просмотреть файл

@ -4,7 +4,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
#if K10
#if ASPNETCORE50
using System.Reflection;
#endif
using Microsoft.AspNet.Mvc.Core;

Просмотреть файл

@ -24,7 +24,7 @@
"System.Xml": ""
}
},
"k10": {
"aspnetcore50": {
"dependencies": {
"Microsoft.CSharp": "4.0.0.0",
"System.Collections": "4.0.10.0",

Просмотреть файл

@ -3,7 +3,7 @@
"dependencies": {},
"frameworks": {
"net45": {},
"k10": {
"aspnetcore50": {
"dependencies": {
"System.Collections": "4.0.10.0",
"System.Diagnostics.Debug": "4.0.10.0",

Просмотреть файл

@ -19,7 +19,7 @@
"System.Runtime.Serialization": ""
}
},
"k10": {
"aspnetcore50": {
"dependencies": {
"System.Collections": "4.0.10.0",
"System.Collections.Concurrent": "4.0.0.0",

Просмотреть файл

@ -18,7 +18,7 @@
"System.Xml.Linq": ""
}
},
"k10": {
"aspnetcore50": {
"dependencies": {
"System.Collections": "4.0.10.0",
"System.Collections.Concurrent": "4.0.0.0",

Просмотреть файл

@ -25,7 +25,7 @@
"System.Xml.Linq": ""
}
},
"k10": {
"aspnetcore50": {
"dependencies": {
"System.Collections": "4.0.10.0",
"System.Collections.Concurrent": "4.0.0.0",

Просмотреть файл

@ -1,4 +1,4 @@
{
{
"version": "6.0.0-*",
"compilationOptions": {
"warningsAsErrors": true
@ -19,7 +19,7 @@
},
"frameworks": {
"net45": {},
"k10": {
"aspnetcore50": {
"dependencies": {
"System.Diagnostics.Debug": "4.0.10.0",
"System.Linq": "4.0.0.0",

Просмотреть файл

@ -1,4 +1,4 @@
{
{
"compilationOptions": {
"warningsAsErrors": true
},

Просмотреть файл

@ -1,4 +1,4 @@
{
{
"compilationOptions": {
"warningsAsErrors": true
},
@ -35,6 +35,6 @@
"AutofacWebSite": ""
}
},
"k10": { }
"aspnetcore50": { }
}
}

Просмотреть файл

@ -27,7 +27,7 @@
"System.Runtime.Serialization": ""
}
},
"k10" : {
"aspnetcore50" : {
"dependencies": {
"System.Collections": "4.0.10.0",
"System.ComponentModel": "4.0.0.0",

Просмотреть файл

@ -1,4 +1,4 @@
{
{
"compilationOptions": {
"warningsAsErrors": false
},

Просмотреть файл

@ -1,4 +1,4 @@
{
{
"compilationOptions": {
"warningsAsErrors": false
},

Просмотреть файл

@ -1,4 +1,4 @@
{
{
"compilationOptions": {
"warningsAsErrors": true
},

Просмотреть файл

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.Mvc": "",
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
@ -6,6 +6,6 @@
},
"frameworks": {
"net45": { },
"k10": { }
"aspnetcore50": { }
}
}

Просмотреть файл

@ -1,10 +1,10 @@
{
{
"dependencies": {
"Microsoft.AspNet.Mvc": "",
"Microsoft.AspNet.Mvc.TestConfiguration": ""
},
"frameworks": {
"net45": { },
"k10": { }
"aspnetcore50": { }
}
}

Просмотреть файл

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.Mvc": "",
"Microsoft.AspNet.Mvc.TestConfiguration": "",
@ -8,6 +8,6 @@
},
"frameworks": {
"net45": { },
"k10": { }
"aspnetcore50": { }
}
}

Просмотреть файл

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
"Microsoft.AspNet.Mvc": "",

Просмотреть файл

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.Mvc": "",
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
@ -7,6 +7,6 @@
},
"frameworks": {
"net45": { },
"k10": { }
"aspnetcore50": { }
}
}

Просмотреть файл

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.Mvc": "",
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
@ -7,6 +7,6 @@
},
"frameworks": {
"net45": { },
"k10": { }
"aspnetcore50": { }
}
}

Просмотреть файл

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.Mvc": "",
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
@ -6,6 +6,6 @@
},
"frameworks": {
"net45": { },
"k10": { }
"aspnetcore50": { }
}
}

Просмотреть файл

@ -1,10 +1,10 @@
{
{
"dependencies": {
"Microsoft.AspNet.Mvc": "",
"Microsoft.AspNet.Mvc.TestConfiguration": ""
},
"configurations": {
"net45": { },
"k10": { }
"aspnetcore50": { }
}
}

Просмотреть файл

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.Mvc": "",
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
@ -7,6 +7,6 @@
},
"frameworks": {
"net45": { },
"k10": { }
"aspnetcore50": { }
}
}

Просмотреть файл

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.Framework.ConfigurationModel": "1.0.0-*",
@ -6,6 +6,6 @@
},
"frameworks" : {
"net45" : { },
"k10" : { }
"aspnetcore50" : { }
}
}

Просмотреть файл

@ -1,10 +1,10 @@
{
{
"dependencies": {
"Microsoft.AspNet.Mvc": "",
"Microsoft.AspNet.Mvc.TestConfiguration": ""
},
"configurations": {
"net45": { },
"k10": { }
"aspnetcore50": { }
}
}

Просмотреть файл

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.Mvc": "",
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
@ -6,6 +6,6 @@
},
"frameworks": {
"net45": { },
"k10": { }
"aspnetcore50": { }
}
}

Просмотреть файл

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.Mvc": "",
"Microsoft.AspNet.Mvc.TestConfiguration": "",
@ -6,6 +6,6 @@
},
"frameworks": {
"net45": { },
"k10": { }
"aspnetcore50": { }
}
}

Просмотреть файл

@ -1,4 +1,4 @@
{
{
"dependencies": {
"Microsoft.AspNet.Mvc": "",
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
@ -7,6 +7,6 @@
},
"configurations": {
"net45": { },
"k10": { }
"aspnetcore50": { }
}
}