зеркало из https://github.com/aspnet/Mvc.git
Updated to use the new target framework in project.json
This commit is contained in:
Родитель
e40dbcaebf
Коммит
2e6e5307f6
|
@ -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": { }
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче