Update ASP.NET 5 versions for ASP.NET Core.

See https://github.com/aspnet/Announcements/issues/144 for more information.
This commit is contained in:
N. Taylor Mullen 2016-01-22 12:39:25 -08:00
parent 3be7fbdf9f
commit 25eb50120e
62 changed files with 254 additions and 247 deletions

View File

@ -7,11 +7,11 @@
},
"dependencies": {
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
}
}

View File

@ -7,11 +7,11 @@
},
"dependencies": {
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
}
}
}

View File

@ -8,12 +8,12 @@
"resource": "EmbeddedResources/**",
"dependencies": {
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.Extensions.FileProviders.Embedded": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
}
}
}

View File

@ -7,12 +7,12 @@
},
"dependencies": {
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
}
}
}

View File

@ -7,11 +7,11 @@
},
"dependencies": {
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
}
}
}

View File

@ -7,11 +7,11 @@
},
"dependencies": {
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
}
}
}

View File

@ -7,11 +7,11 @@
},
"dependencies": {
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
}
}
}

View File

@ -9,8 +9,8 @@
"dependencies": {
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.TagHelpers": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.AspNetCore.Tooling.Razor": "1.0.0-*",
@ -18,10 +18,9 @@
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
},
"exclude": [
"wwwroot",
"node_modules",
@ -31,4 +30,4 @@
"**.user",
"**.vspscc"
]
}
}

View File

@ -8,13 +8,13 @@
"dependencies": {
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.TagHelpers": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
}
}
}

View File

@ -11,14 +11,14 @@
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.TagHelpers": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.AspNetCore.Tooling.Razor": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
},
"exclude": [
"wwwroot",
@ -29,4 +29,4 @@
"**.user",
"**.vspscc"
]
}
}

View File

@ -6,11 +6,11 @@
"web": "UrlHelperSample.Web"
},
"dependencies": {
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
}
}
}

View File

@ -1,6 +1,6 @@
{
"description": "The core abstractions of ASP.NET MVC.",
"version": "6.0.0-*",
"version": "1.0.0-*",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/mvc"
@ -40,4 +40,4 @@
}
}
}
}
}

View File

@ -1,6 +1,6 @@
{
"description": "Contains API explorer functionality for ASP.NET MVC for discovering metadata such as the list of controllers and actions, and their URLs and allowed HTTP methods.",
"version": "6.0.0-*",
"version": "1.0.0-*",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/mvc"
@ -10,7 +10,7 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNetCore.Mvc.Core": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Core": "1.0.0-*",
"Microsoft.Extensions.PropertyHelper.Sources": {
"version": "1.0.0-*",
"type": "build"

View File

@ -1,6 +1,6 @@
{
"description": "The core runtime components of ASP.NET MVC.",
"version": "6.0.0-*",
"version": "1.0.0-*",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/mvc"
@ -12,7 +12,7 @@
"dependencies": {
"Microsoft.AspNetCore.Authorization": "1.0.0-*",
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Abstractions": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Abstractions": "1.0.0-*",
"Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Routing": "1.0.0-*",
"Microsoft.AspNetCore.Routing.DecisionTree.Sources": {
@ -59,4 +59,4 @@
}
}
}
}
}

View File

@ -1,6 +1,6 @@
{
"description": "CORS features for the core MVC runtime",
"version": "6.0.0-*",
"version": "1.0.0-*",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/mvc"
@ -10,8 +10,8 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNetCore.Cors": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Core": "6.0.0-*"
"Microsoft.AspNetCore.Cors": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Core": "1.0.0-*"
},
"frameworks": {
"net451": {},

View File

@ -1,6 +1,6 @@
{
"description": "Metadata and Validation using System.ComponentModel.DataAnnotations for the MVC runtime",
"version": "6.0.0-*",
"version": "1.0.0-*",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/mvc"
@ -10,7 +10,7 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNetCore.Mvc.Core": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Core": "1.0.0-*",
"Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"version": "1.0.0-*",
"type": "build"
@ -33,4 +33,4 @@
}
}
}
}
}

View File

@ -1,6 +1,6 @@
{
"description": "JSON input and output for the MVC runtime",
"version": "6.0.0-*",
"version": "1.0.0-*",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/mvc"
@ -11,7 +11,7 @@
},
"dependencies": {
"Microsoft.AspNetCore.JsonPatch": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Core": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Core": "1.0.0-*",
"Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"version": "1.0.0-*",
"type": "build"

View File

@ -1,6 +1,6 @@
{
"description": "Contains DataContractSerializer and XmlSerializer based input and output formatters",
"version": "6.0.0-*",
"version": "1.0.0-*",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/mvc"
@ -10,7 +10,7 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNetCore.Mvc.Core": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Core": "1.0.0-*",
"Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"version": "1.0.0-*",
"type": "build"
@ -34,4 +34,4 @@
}
}
}
}
}

View File

@ -1,13 +1,13 @@
{
"description": "Features that enable globalization & localization of MVC applications.",
"version": "6.0.0-*",
"version": "1.0.0-*",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNetCore.Localization": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Razor": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Razor": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.Extensions.Localization": "1.0.0-*",
"Microsoft.Extensions.PropertyHelper.Sources": {

View File

@ -1,6 +1,6 @@
{
"description": "Design time hosting infrastructure for the ASP.NET MVC Razor view engine.",
"version": "6.0.0-*",
"version": "1.0.0-*",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/mvc"
@ -10,7 +10,7 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNetCore.Razor.Runtime": "4.0.0-*",
"Microsoft.AspNetCore.Razor.Runtime": "1.0.0-*",
"Microsoft.Extensions.Caching.Memory": "1.0.0-*",
"Microsoft.Extensions.FileProviders.Physical": "1.0.0-*",
"Microsoft.Extensions.PropertyHelper.Sources": {
@ -39,4 +39,4 @@
"node_modules",
"bower_components"
]
}
}

View File

@ -1,6 +1,6 @@
{
"description": "The Razor view engine for ASP.NET MVC.",
"version": "6.0.0-*",
"version": "1.0.0-*",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/mvc"
@ -10,8 +10,8 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNetCore.Mvc.Razor.Host": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.ViewFeatures": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Razor.Host": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0-*",
"Microsoft.Extensions.FileProviders.Composite": "1.0.0-*",
"Microsoft.Extensions.HashCodeCombiner.Sources": {
"version": "1.0.0-*",
@ -51,4 +51,4 @@
"node_modules",
"bower_components"
]
}
}

View File

@ -1,6 +1,6 @@
{
"description": "Contains a default set of Tag Helpers for building ASP.NET MVC applications.",
"version": "6.0.0-*",
"version": "1.0.0-*",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/mvc"
@ -10,7 +10,7 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNetCore.Mvc.Razor": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Razor": "1.0.0-*",
"Microsoft.Extensions.Caching.Memory": "1.0.0-*",
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0-*",
"Microsoft.Extensions.Logging.Abstractions": {
@ -40,4 +40,4 @@
"node_modules",
"bower_components"
]
}
}

View File

@ -1,6 +1,6 @@
{
"description": "View Rendering features for the MVC runtime",
"version": "6.0.0-*",
"version": "1.0.0-*",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/mvc"
@ -13,9 +13,9 @@
"Microsoft.AspNetCore.Antiforgery": "1.0.0-*",
"Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0-*",
"Microsoft.AspNetCore.Html.Abstractions": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Core": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Json": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Core": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0-*",
"Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"version": "1.0.0-*",
"type": "build"

View File

@ -1,6 +1,6 @@
{
"description": "Provides compatibility in ASP.NET MVC with ASP.NET Web API 2 to simplify migration of existing Web API implementations.",
"version": "6.0.0-*",
"version": "1.0.0-*",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/mvc"
@ -10,9 +10,9 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNetCore.Mvc.Core": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Json": "6.0.0-*",
"Microsoft.AspNetCore.WebApi.Client": "5.2.2",
"Microsoft.AspNetCore.Mvc.Core": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0-*",
"Microsoft.AspNet.WebApi.Client": "5.2.2",
"Microsoft.AspNetCore.WebUtilities": "1.0.0-*",
"Microsoft.Extensions.PropertyHelper.Sources": {
"type": "build",
@ -35,4 +35,4 @@
}
}
}
}
}

View File

@ -1,6 +1,6 @@
{
"description": "ASP.NET MVC is a web framework that gives you a powerful, patterns-based way to build dynamic websites and Web APIs. ASP.NET MVC enables a clean separation of concerns and gives you full control over markup.",
"version": "6.0.0-*",
"version": "1.0.0-*",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/mvc"
@ -10,13 +10,13 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNetCore.Mvc.ApiExplorer": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Cors": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Json": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Localization": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Razor": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.ViewFeatures": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.ApiExplorer": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Cors": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Localization": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Razor": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0-*",
"Microsoft.Extensions.Caching.Memory": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.Extensions.PropertyHelper.Sources": {

View File

@ -4,7 +4,7 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},

View File

@ -3,10 +3,10 @@
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "6.0.0-*",
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.0.0-*",

View File

@ -5,14 +5,14 @@
},
"dependencies": {
"Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "6.0.0-*",
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources": {
"version": "6.0.0-*",
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.0.0-*",

View File

@ -4,10 +4,10 @@
},
"dependencies": {
"Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "6.0.0-*",
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.0.0-*",

View File

@ -4,10 +4,10 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "6.0.0-*",
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.0.0-*",

View File

@ -4,10 +4,10 @@
},
"dependencies": {
"Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "6.0.0-*",
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.0.0-*",

View File

@ -5,11 +5,11 @@
},
"dependencies": {
"Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestCommon": {
"type": "build",
"version": "6.0.0-*"
"version": "1.0.0-*"
},
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"

View File

@ -3,7 +3,10 @@
"../Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/XmlAssert.cs"
],
"compilationOptions": {
"define": [ "__RemoveThisBitTo__GENERATE_BASELINES", "FUNCTIONAL_TESTS" ],
"define": [
"__RemoveThisBitTo__GENERATE_BASELINES",
"FUNCTIONAL_TESTS"
],
"warningsAsErrors": true
},
"dependencies": {
@ -24,10 +27,10 @@
"InlineConstraintSample.Web": "1.0.0",
"JsonPatchSample.Web": "1.0.0",
"LocalizationSample.Web": "1.0.0",
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "6.0.0-*",
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
@ -53,12 +56,12 @@
"test": "xunit.runner.aspnet"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
},
"exclude": [
"wwwroot",
"node_modules",
"bower_components"
]
}
}

View File

@ -4,10 +4,10 @@
},
"dependencies": {
"Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "6.0.0-*",
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.0.0-*",

View File

@ -3,11 +3,11 @@
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Localization": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Localization": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "6.0.0-*",
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.0.0-*",

View File

@ -1,16 +1,16 @@
{
"resource": "TestFiles/**",
"dependencies": {
"Microsoft.AspNetCore.Mvc.Core": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Razor": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Razor.Host": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Core": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Razor": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Razor.Host": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "6.0.0-*",
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Mvc.ViewFeatures": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
@ -18,7 +18,9 @@
"test": "xunit.runner.aspnet"
},
"compilationOptions": {
"define": [ "__RemoveThisBitTo__GENERATE_BASELINES" ],
"define": [
"__RemoveThisBitTo__GENERATE_BASELINES"
],
"keyFile": "../../tools/Key.snk"
},
"frameworks": {

View File

@ -11,15 +11,15 @@
],
"dependencies": {
"Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Razor": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Razor": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "6.0.0-*",
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources": {
"version": "6.0.0-*",
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.0.0-*",

View File

@ -5,11 +5,11 @@
},
"dependencies": {
"Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.TagHelpers": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "6.0.0-*",
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.0.0-*",

View File

@ -3,8 +3,8 @@
"warningsAsErrors": true
},
"dependencies": {
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},

View File

@ -1,5 +1,5 @@
{
"version": "6.0.0-*",
"version": "1.0.0-*",
"shared": "**/*.cs",
"frameworks": {
"dnx451": {},

View File

@ -1,8 +1,8 @@
{
"version": "6.0.0-*",
"version": "1.0.0-*",
"shared": "**/*.cs",
"frameworks": {
"dnx451": { },
"dnx451": {},
"dnxcore50": {
"dependencies": {
"System.Runtime": "4.0.21-*"

View File

@ -5,14 +5,14 @@
},
"dependencies": {
"Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "6.0.0-*",
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources": {
"version": "6.0.0-*",
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.0.0-*",

View File

@ -4,7 +4,7 @@
},
"dependencies": {
"Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.WebApiCompatShim": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.WebApiCompatShim": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.Logging.Testing": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",

View File

@ -7,13 +7,13 @@
},
"dependencies": {
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
}
}
}

View File

@ -7,12 +7,12 @@
},
"dependencies": {
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
}
}
}

View File

@ -6,20 +6,20 @@
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.Session": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
},
"exclude": [
"wwwroot",
"node_modules",
"bower_components"
]
}
}

View File

@ -1,9 +1,9 @@
{
"dependencies": {
"Microsoft.AspNetCore.Mvc": "6.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
}
}
"dependencies": {
"Microsoft.AspNetCore.Mvc": "1.0.0-*"
},
"frameworks": {
"dnx451": {},
"dnxcore50": {}
}
}

View File

@ -8,12 +8,12 @@
"dependencies": {
"ControllersFromServicesClassLibrary": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
}
}
}

View File

@ -7,14 +7,14 @@
},
"dependencies": {
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.Cors": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "6.0.0-*",
"Microsoft.AspNetCore.Cors": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
}
}

View File

@ -8,12 +8,12 @@
"dependencies": {
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
}
}
}

View File

@ -8,13 +8,13 @@
"resource": "EmbeddedResources/**",
"dependencies": {
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.Extensions.FileProviders.Embedded": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
}
}
}

View File

@ -8,13 +8,13 @@
"dependencies": {
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.Authentication": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
}
}
}

View File

@ -7,14 +7,13 @@
},
"dependencies": {
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": {
}
"dnx451": {},
"dnxcore50": {}
}
}
}

View File

@ -7,12 +7,12 @@
},
"dependencies": {
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.TagHelpers": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
}
}
}

View File

@ -6,14 +6,14 @@
"web": "RazorPageExecutionInstrumentationWebSite"
},
"dependencies": {
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.Extensions.DiagnosticAdapter": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
}
}
}

View File

@ -7,8 +7,8 @@
},
"dependencies": {
"Microsoft.AspNetCore.Localization": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Localization": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Localization": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
@ -16,13 +16,17 @@
"frameworks": {
"dnx451": {
"compilationOptions": {
"define": [ "DNX451_CUSTOM_DEFINE" ]
"define": [
"DNX451_CUSTOM_DEFINE"
]
}
},
"dnxcore50": {
"compilationOptions": {
"define": [ "DNXCORE50_CUSTOM_DEFINE" ]
"define": [
"DNXCORE50_CUSTOM_DEFINE"
]
}
}
}
}
}

View File

@ -6,13 +6,13 @@
"web": "RoutingWebSite"
},
"dependencies": {
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
}
}
}

View File

@ -6,11 +6,11 @@
"web": "SimpleWebSite"
},
"dependencies": {
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
}
}
}

View File

@ -8,14 +8,14 @@
"web": "TagHelpersWebSite"
},
"dependencies": {
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.TagHelpers": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
}
}
}

View File

@ -6,13 +6,13 @@
"web": "VersioningWebSite"
},
"dependencies": {
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
}
}
}

View File

@ -6,14 +6,14 @@
"web": "WebApiCompatShimWebSite"
},
"dependencies": {
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Mvc.WebApiCompatShim": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.WebApiCompatShim": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnxcore50": { }
"dnx451": {},
"dnxcore50": {}
}
}
}

View File

@ -6,18 +6,18 @@
"web": "XmlFormattersWebSite"
},
"dependencies": {
"Microsoft.AspNetCore.Mvc": "6.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "6.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
},
"frameworks": {
"dnx451": { },
"dnx451": {},
"dnxcore50": {
"dependencies": {
"System.Linq.Queryable": "4.0.1-*"
}
}
}
}
}