diff --git a/NuGet.config b/NuGet.config index 06aa92dbda..9345fbba5e 100644 --- a/NuGet.config +++ b/NuGet.config @@ -3,7 +3,7 @@ - + - \ No newline at end of file + diff --git a/samples/MvcSandbox/project.json b/samples/MvcSandbox/project.json index 92284a423c..8629005b90 100644 --- a/samples/MvcSandbox/project.json +++ b/samples/MvcSandbox/project.json @@ -5,17 +5,17 @@ "preserveCompilationContext": true }, "dependencies": { - "Microsoft.AspNetCore.Diagnostics": "1.0.1", - "Microsoft.AspNetCore.Mvc": "1.0.2", + "Microsoft.AspNetCore.Diagnostics": "1.0.2", + "Microsoft.AspNetCore.Mvc": "1.0.3", "Microsoft.AspNetCore.Razor.Tools": { "type": "build", "version": "1.0.0-preview4-final" }, - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.1", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.2", - "Microsoft.AspNetCore.StaticFiles": "1.0.1", - "Microsoft.Extensions.Configuration.Json": "1.0.1", - "Microsoft.Extensions.Logging.Console": "1.0.1" + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.2", + "Microsoft.AspNetCore.Server.Kestrel": "1.0.3", + "Microsoft.AspNetCore.StaticFiles": "1.0.2", + "Microsoft.Extensions.Configuration.Json": "1.0.2", + "Microsoft.Extensions.Logging.Console": "1.0.2" }, "publishOptions": { "include": [ @@ -25,15 +25,15 @@ ] }, "tools": { - "Microsoft.AspNetCore.Razor.Tools": "1.0.0-*", - "Microsoft.DotNet.Watcher.Tools": "1.0.0-*" + "Microsoft.AspNetCore.Razor.Tools": "1.0.0-preview4-final", + "Microsoft.DotNet.Watcher.Tools": "1.0.0-preview4-final" }, "frameworks": { "net451": {}, "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" } } diff --git a/src/Microsoft.AspNetCore.Mvc.Abstractions/project.json b/src/Microsoft.AspNetCore.Mvc.Abstractions/project.json index 1f18075944..be9c235148 100644 --- a/src/Microsoft.AspNetCore.Mvc.Abstractions/project.json +++ b/src/Microsoft.AspNetCore.Mvc.Abstractions/project.json @@ -1,6 +1,6 @@ { "description": "ASP.NET Core MVC abstractions and interfaces for action invocation and dispatching, authorization, action filters, formatters, model binding, routing, validation, and more.\r\nCommonly used types:\r\nMicrosoft.AspNetCore.Mvc.IActionResult", - "version": "1.0.2", + "version": "1.0.3", "packOptions": { "repository": { "type": "git", @@ -20,7 +20,7 @@ "xmlDoc": true }, "dependencies": { - "Microsoft.AspNetCore.Routing.Abstractions": "1.0.2", + "Microsoft.AspNetCore.Routing.Abstractions": "1.0.3", "Microsoft.Extensions.ClosedGenericMatcher.Sources": { "version": "1.0.1", "type": "build" @@ -37,7 +37,7 @@ "version": "1.0.1", "type": "build" }, - "Microsoft.Net.Http.Headers": "1.0.1" + "Microsoft.Net.Http.Headers": "1.0.2" }, "frameworks": { "net451": {}, diff --git a/src/Microsoft.AspNetCore.Mvc.ApiExplorer/project.json b/src/Microsoft.AspNetCore.Mvc.ApiExplorer/project.json index df850ccbf7..e461daa457 100644 --- a/src/Microsoft.AspNetCore.Mvc.ApiExplorer/project.json +++ b/src/Microsoft.AspNetCore.Mvc.ApiExplorer/project.json @@ -1,6 +1,6 @@ { "description": "ASP.NET Core MVC API explorer functionality for discovering metadata such as the list of controllers and actions, and their URLs and allowed HTTP methods.", - "version": "1.0.2", + "version": "1.0.3", "packOptions": { "repository": { "type": "git", @@ -20,7 +20,7 @@ "xmlDoc": true }, "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.2", + "Microsoft.AspNetCore.Mvc.Core": "1.0.3", "Microsoft.Extensions.PropertyHelper.Sources": { "version": "1.0.1", "type": "build" diff --git a/src/Microsoft.AspNetCore.Mvc.Core/project.json b/src/Microsoft.AspNetCore.Mvc.Core/project.json index f50967b24f..52e2962b8b 100644 --- a/src/Microsoft.AspNetCore.Mvc.Core/project.json +++ b/src/Microsoft.AspNetCore.Mvc.Core/project.json @@ -1,6 +1,6 @@ { "description": "ASP.NET Core MVC core components. Contains common action result types, attribute routing, application model conventions, API explorer, application parts, filters, formatters, model binding, and more.\r\nCommonly used types:\r\nMicrosoft.AspNetCore.Mvc.AreaAttribute\r\nMicrosoft.AspNetCore.Mvc.BindAttribute\r\nMicrosoft.AspNetCore.Mvc.ControllerBase\r\nMicrosoft.AspNetCore.Mvc.FromBodyAttribute\r\nMicrosoft.AspNetCore.Mvc.FromFormAttribute\r\nMicrosoft.AspNetCore.Mvc.RequireHttpsAttribute\r\nMicrosoft.AspNetCore.Mvc.RouteAttribute", - "version": "1.0.2", + "version": "1.0.3", "packOptions": { "repository": { "type": "git", @@ -20,14 +20,14 @@ "xmlDoc": true }, "dependencies": { - "Microsoft.AspNetCore.Authorization": "1.0.1", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.1", - "Microsoft.AspNetCore.Mvc.Abstractions": "1.0.2", - "Microsoft.AspNetCore.Http": "1.0.1", - "Microsoft.AspNetCore.Routing": "1.0.2", + "Microsoft.AspNetCore.Authorization": "1.0.2", + "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.2", + "Microsoft.AspNetCore.Mvc.Abstractions": "1.0.3", + "Microsoft.AspNetCore.Http": "1.0.2", + "Microsoft.AspNetCore.Routing": "1.0.3", "Microsoft.AspNetCore.Routing.DecisionTree.Sources": { "type": "build", - "version": "1.0.2" + "version": "1.0.3" }, "Microsoft.Extensions.FileProviders.Abstractions": "1.0.1", "Microsoft.Extensions.DependencyModel": "1.0.0", @@ -35,7 +35,7 @@ "version": "1.0.1", "type": "build" }, - "Microsoft.Extensions.Logging.Abstractions": "1.0.1", + "Microsoft.Extensions.Logging.Abstractions": "1.0.2", "Microsoft.Extensions.HashCodeCombiner.Sources": { "type": "build", "version": "1.0.1" diff --git a/src/Microsoft.AspNetCore.Mvc.Cors/project.json b/src/Microsoft.AspNetCore.Mvc.Cors/project.json index 4084a7cc3b..a64c1ae248 100644 --- a/src/Microsoft.AspNetCore.Mvc.Cors/project.json +++ b/src/Microsoft.AspNetCore.Mvc.Cors/project.json @@ -1,6 +1,6 @@ { "description": "ASP.NET Core MVC cross-origin resource sharing (CORS) features.", - "version": "1.0.2", + "version": "1.0.3", "packOptions": { "repository": { "type": "git", @@ -21,8 +21,8 @@ "xmlDoc": true }, "dependencies": { - "Microsoft.AspNetCore.Cors": "1.0.1", - "Microsoft.AspNetCore.Mvc.Core": "1.0.2" + "Microsoft.AspNetCore.Cors": "1.0.2", + "Microsoft.AspNetCore.Mvc.Core": "1.0.3" }, "frameworks": { "net451": {}, diff --git a/src/Microsoft.AspNetCore.Mvc.DataAnnotations/project.json b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/project.json index 5039415ac5..9ef41b6acc 100644 --- a/src/Microsoft.AspNetCore.Mvc.DataAnnotations/project.json +++ b/src/Microsoft.AspNetCore.Mvc.DataAnnotations/project.json @@ -1,6 +1,6 @@ { "description": "ASP.NET Core MVC metadata and validation system using System.ComponentModel.DataAnnotations.", - "version": "1.0.2", + "version": "1.0.3", "packOptions": { "repository": { "type": "git", @@ -20,7 +20,7 @@ "xmlDoc": true }, "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.2", + "Microsoft.AspNetCore.Mvc.Core": "1.0.3", "Microsoft.Extensions.ClosedGenericMatcher.Sources": { "version": "1.0.1", "type": "build" @@ -29,7 +29,7 @@ "version": "1.0.1", "type": "build" }, - "Microsoft.Extensions.Localization": "1.0.1" + "Microsoft.Extensions.Localization": "1.0.2" }, "frameworks": { "net451": { diff --git a/src/Microsoft.AspNetCore.Mvc.Formatters.Json/project.json b/src/Microsoft.AspNetCore.Mvc.Formatters.Json/project.json index 7a8f15b4f3..cf4e5021fb 100644 --- a/src/Microsoft.AspNetCore.Mvc.Formatters.Json/project.json +++ b/src/Microsoft.AspNetCore.Mvc.Formatters.Json/project.json @@ -1,6 +1,6 @@ { "description": "ASP.NET Core MVC formatters for JSON input and output and for JSON PATCH input using Json.NET.", - "version": "1.0.2", + "version": "1.0.3", "packOptions": { "repository": { "type": "git", @@ -22,7 +22,7 @@ }, "dependencies": { "Microsoft.AspNetCore.JsonPatch": "1.0.0", - "Microsoft.AspNetCore.Mvc.Core": "1.0.2", + "Microsoft.AspNetCore.Mvc.Core": "1.0.3", "Microsoft.Extensions.ClosedGenericMatcher.Sources": { "version": "1.0.1", "type": "build" diff --git a/src/Microsoft.AspNetCore.Mvc.Formatters.Xml/project.json b/src/Microsoft.AspNetCore.Mvc.Formatters.Xml/project.json index 5f02eab387..165dfa8e7e 100644 --- a/src/Microsoft.AspNetCore.Mvc.Formatters.Xml/project.json +++ b/src/Microsoft.AspNetCore.Mvc.Formatters.Xml/project.json @@ -1,6 +1,6 @@ { "description": "ASP.NET Core MVC formatters for XML input and output using DataContractSerializer and XmlSerializer.", - "version": "1.0.2", + "version": "1.0.3", "packOptions": { "repository": { "type": "git", @@ -21,7 +21,7 @@ "xmlDoc": true }, "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.2", + "Microsoft.AspNetCore.Mvc.Core": "1.0.3", "Microsoft.Extensions.ClosedGenericMatcher.Sources": { "version": "1.0.1", "type": "build" diff --git a/src/Microsoft.AspNetCore.Mvc.Localization/project.json b/src/Microsoft.AspNetCore.Mvc.Localization/project.json index 0283d52dcd..3cc7c52e99 100644 --- a/src/Microsoft.AspNetCore.Mvc.Localization/project.json +++ b/src/Microsoft.AspNetCore.Mvc.Localization/project.json @@ -1,6 +1,6 @@ { "description": "ASP.NET Core MVC features that enable globalization and localization of applications.\r\nCommonly used types:\r\nMicrosoft.AspNetCore.Mvc.Localization.IHtmlLocalizer\r\nMicrosoft.AspNetCore.Mvc.Localization.IViewLocalizer", - "version": "1.0.2", + "version": "1.0.3", "buildOptions": { "warningsAsErrors": true, "keyFile": "../../tools/Key.snk", @@ -10,10 +10,10 @@ "xmlDoc": true }, "dependencies": { - "Microsoft.AspNetCore.Localization": "1.0.1", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.2", + "Microsoft.AspNetCore.Localization": "1.0.2", + "Microsoft.AspNetCore.Mvc.Razor": "1.0.3", "Microsoft.Extensions.DependencyInjection": "1.0.1", - "Microsoft.Extensions.Localization": "1.0.1", + "Microsoft.Extensions.Localization": "1.0.2", "Microsoft.Extensions.PropertyHelper.Sources": { "version": "1.0.1", "type": "build" diff --git a/src/Microsoft.AspNetCore.Mvc.Razor.Host/project.json b/src/Microsoft.AspNetCore.Mvc.Razor.Host/project.json index a81aa62526..fb6b2219eb 100644 --- a/src/Microsoft.AspNetCore.Mvc.Razor.Host/project.json +++ b/src/Microsoft.AspNetCore.Mvc.Razor.Host/project.json @@ -1,6 +1,6 @@ { "description": "ASP.NET Core MVC design time hosting infrastructure for the Razor view engine.", - "version": "1.0.2", + "version": "1.0.3", "packOptions": { "repository": { "type": "git", @@ -22,8 +22,8 @@ "xmlDoc": true }, "dependencies": { - "Microsoft.AspNetCore.Razor.Runtime": "1.0.1", - "Microsoft.Extensions.Caching.Memory": "1.0.1", + "Microsoft.AspNetCore.Razor.Runtime": "1.0.2", + "Microsoft.Extensions.Caching.Memory": "1.0.2", "Microsoft.Extensions.FileProviders.Physical": "1.0.1", "Microsoft.Extensions.PropertyHelper.Sources": { "version": "1.0.1", diff --git a/src/Microsoft.AspNetCore.Mvc.Razor/project.json b/src/Microsoft.AspNetCore.Mvc.Razor/project.json index a1bd830176..7f1143166e 100644 --- a/src/Microsoft.AspNetCore.Mvc.Razor/project.json +++ b/src/Microsoft.AspNetCore.Mvc.Razor/project.json @@ -1,6 +1,6 @@ { "description": "ASP.NET Core MVC Razor view engine for CSHTML files.", - "version": "1.0.2", + "version": "1.0.3", "packOptions": { "repository": { "type": "git", @@ -22,8 +22,8 @@ "xmlDoc": true }, "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor.Host": "1.0.2", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.2", + "Microsoft.AspNetCore.Mvc.Razor.Host": "1.0.3", + "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.3", "Microsoft.CodeAnalysis.CSharp": "1.3.0", "Microsoft.Extensions.FileProviders.Composite": "1.0.1", "Microsoft.Extensions.HashCodeCombiner.Sources": { diff --git a/src/Microsoft.AspNetCore.Mvc.TagHelpers/project.json b/src/Microsoft.AspNetCore.Mvc.TagHelpers/project.json index 937a32de6a..b0a1ad4a23 100644 --- a/src/Microsoft.AspNetCore.Mvc.TagHelpers/project.json +++ b/src/Microsoft.AspNetCore.Mvc.TagHelpers/project.json @@ -1,6 +1,6 @@ { "description": "ASP.NET Core MVC default tag helpers. Contains tag helpers for anchor tags, HTML input elements, caching, scripts, links (for CSS), and more.", - "version": "1.0.2", + "version": "1.0.3", "packOptions": { "repository": { "type": "git", @@ -22,11 +22,11 @@ "xmlDoc": true }, "dependencies": { - "Microsoft.AspNetCore.Mvc.Razor": "1.0.2", - "Microsoft.Extensions.Caching.Memory": "1.0.1", + "Microsoft.AspNetCore.Mvc.Razor": "1.0.3", + "Microsoft.Extensions.Caching.Memory": "1.0.2", "Microsoft.Extensions.FileSystemGlobbing": "1.0.1", "Microsoft.Extensions.Logging.Abstractions": { - "version": "1.0.1", + "version": "1.0.2", "type": "build" }, "Microsoft.Extensions.Primitives": "1.0.1", diff --git a/src/Microsoft.AspNetCore.Mvc.ViewFeatures/project.json b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/project.json index 003baf530f..ce02f11dc7 100644 --- a/src/Microsoft.AspNetCore.Mvc.ViewFeatures/project.json +++ b/src/Microsoft.AspNetCore.Mvc.ViewFeatures/project.json @@ -1,6 +1,6 @@ { "description": "ASP.NET Core MVC view rendering features. Contains common types used in most MVC applications as well as view rendering features such as view engines, views, view components, and HTML helpers.\r\nCommonly used types:\r\nMicrosoft.AspNetCore.Mvc.Controller\r\nMicrosoft.AspNetCore.Mvc.ValidateAntiForgeryTokenAttribute\r\nMicrosoft.AspNetCore.Mvc.ViewComponent", - "version": "1.0.2", + "version": "1.0.3", "packOptions": { "repository": { "type": "git", @@ -20,12 +20,12 @@ "xmlDoc": true }, "dependencies": { - "Microsoft.AspNetCore.Antiforgery": "1.0.2", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.1", - "Microsoft.AspNetCore.Html.Abstractions": "1.0.1", - "Microsoft.AspNetCore.Mvc.Core": "1.0.2", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.2", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.2", + "Microsoft.AspNetCore.Antiforgery": "1.0.3", + "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.2", + "Microsoft.AspNetCore.Html.Abstractions": "1.0.2", + "Microsoft.AspNetCore.Mvc.Core": "1.0.3", + "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.3", + "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.3", "Microsoft.Extensions.ClosedGenericMatcher.Sources": { "version": "1.0.1", "type": "build" @@ -46,7 +46,7 @@ "version": "1.0.1", "type": "build" }, - "Microsoft.Extensions.WebEncoders": "1.0.1", + "Microsoft.Extensions.WebEncoders": "1.0.2", "Newtonsoft.Json": "9.0.1", "System.Buffers": "4.0.0" }, diff --git a/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/project.json b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/project.json index 37ea073179..d2fdc50179 100644 --- a/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/project.json +++ b/src/Microsoft.AspNetCore.Mvc.WebApiCompatShim/project.json @@ -1,6 +1,6 @@ { "description": "Provides compatibility in ASP.NET Core MVC with ASP.NET Web API 2 to simplify migration of existing Web API implementations.\r\nCommonly used types:\r\nSystem.Web.Http.ApiController", - "version": "1.0.2", + "version": "1.0.3", "packOptions": { "repository": { "type": "git", @@ -21,10 +21,10 @@ "xmlDoc": true }, "dependencies": { - "Microsoft.AspNetCore.Mvc.Core": "1.0.2", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.2", + "Microsoft.AspNetCore.Mvc.Core": "1.0.3", + "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.3", "Microsoft.AspNet.WebApi.Client": "5.2.2", - "Microsoft.AspNetCore.WebUtilities": "1.0.1", + "Microsoft.AspNetCore.WebUtilities": "1.0.2", "Microsoft.Extensions.PropertyHelper.Sources": { "type": "build", "version": "1.0.1" diff --git a/src/Microsoft.AspNetCore.Mvc/project.json b/src/Microsoft.AspNetCore.Mvc/project.json index b9e19a0d92..dfa082fe90 100644 --- a/src/Microsoft.AspNetCore.Mvc/project.json +++ b/src/Microsoft.AspNetCore.Mvc/project.json @@ -1,6 +1,6 @@ { "description": "ASP.NET Core MVC is a web framework that gives you a powerful, patterns-based way to build dynamic websites and web APIs. ASP.NET Core MVC enables a clean separation of concerns and gives you full control over markup.", - "version": "1.0.2", + "version": "1.0.3", "packOptions": { "repository": { "type": "git", @@ -20,15 +20,15 @@ "xmlDoc": true }, "dependencies": { - "Microsoft.AspNetCore.Mvc.ApiExplorer": "1.0.2", - "Microsoft.AspNetCore.Mvc.Cors": "1.0.2", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.2", - "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.2", - "Microsoft.AspNetCore.Mvc.Localization": "1.0.2", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.2", - "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.2", - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.2", - "Microsoft.Extensions.Caching.Memory": "1.0.1", + "Microsoft.AspNetCore.Mvc.ApiExplorer": "1.0.3", + "Microsoft.AspNetCore.Mvc.Cors": "1.0.3", + "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.3", + "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.3", + "Microsoft.AspNetCore.Mvc.Localization": "1.0.3", + "Microsoft.AspNetCore.Mvc.Razor": "1.0.3", + "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.3", + "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.3", + "Microsoft.Extensions.Caching.Memory": "1.0.2", "Microsoft.Extensions.DependencyInjection": "1.0.1", "Microsoft.Extensions.PropertyHelper.Sources": { "version": "1.0.1", diff --git a/test/Microsoft.AspNetCore.Mvc.Abstractions.Test/project.json b/test/Microsoft.AspNetCore.Mvc.Abstractions.Test/project.json index 339cfa96ff..01fe013a19 100644 --- a/test/Microsoft.AspNetCore.Mvc.Abstractions.Test/project.json +++ b/test/Microsoft.AspNetCore.Mvc.Abstractions.Test/project.json @@ -5,7 +5,7 @@ }, "dependencies": { "dotnet-test-xunit": "1.0.0-rc3-000000-01", - "Microsoft.AspNetCore.Mvc": "1.0.2", + "Microsoft.AspNetCore.Mvc": "1.0.3", "Microsoft.AspNetCore.Testing": "1.0.1" }, "testRunner": "xunit", @@ -17,7 +17,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" }, "moq.netcore": "4.4.0-beta8", diff --git a/test/Microsoft.AspNetCore.Mvc.ApiExplorer.Test/project.json b/test/Microsoft.AspNetCore.Mvc.ApiExplorer.Test/project.json index b46f910ae2..cdbe123449 100644 --- a/test/Microsoft.AspNetCore.Mvc.ApiExplorer.Test/project.json +++ b/test/Microsoft.AspNetCore.Mvc.ApiExplorer.Test/project.json @@ -4,14 +4,14 @@ }, "dependencies": { "dotnet-test-xunit": "1.0.0-rc3-000000-01", - "Microsoft.AspNetCore.Mvc": "1.0.2", - "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.2", + "Microsoft.AspNetCore.Mvc": "1.0.3", + "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.3", "Microsoft.AspNetCore.Mvc.TestCommon": { "version": "1.0.0-*", "type": "build" }, "Microsoft.AspNetCore.Testing": "1.0.1", - "Microsoft.Extensions.Logging.Testing": "1.0.1" + "Microsoft.Extensions.Logging.Testing": "1.0.2" }, "testRunner": "xunit", "frameworks": { @@ -22,7 +22,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" }, "moq.netcore": "4.4.0-beta8", diff --git a/test/Microsoft.AspNetCore.Mvc.Core.Test/project.json b/test/Microsoft.AspNetCore.Mvc.Core.Test/project.json index d0040ccb87..f3f3c1a0f7 100644 --- a/test/Microsoft.AspNetCore.Mvc.Core.Test/project.json +++ b/test/Microsoft.AspNetCore.Mvc.Core.Test/project.json @@ -6,9 +6,9 @@ }, "dependencies": { "dotnet-test-xunit": "1.0.0-rc3-000000-01", - "Microsoft.AspNetCore.Http": "1.0.1", - "Microsoft.AspNetCore.Mvc": "1.0.2", - "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.2", + "Microsoft.AspNetCore.Http": "1.0.2", + "Microsoft.AspNetCore.Mvc": "1.0.3", + "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.3", "Microsoft.AspNetCore.Mvc.TestCommon": { "version": "1.0.0-*", "type": "build" @@ -20,8 +20,8 @@ "Microsoft.AspNetCore.Testing": "1.0.1", "Microsoft.Extensions.DependencyInjection": "1.0.1", "Microsoft.Extensions.DiagnosticAdapter": "1.0.1", - "Microsoft.Extensions.Logging.Testing": "1.0.1", - "Microsoft.Extensions.Logging": "1.0.1" + "Microsoft.Extensions.Logging.Testing": "1.0.2", + "Microsoft.Extensions.Logging": "1.0.2" }, "testRunner": "xunit", "frameworks": { @@ -32,7 +32,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" }, "moq.netcore": "4.4.0-beta8", diff --git a/test/Microsoft.AspNetCore.Mvc.Cors.Test/project.json b/test/Microsoft.AspNetCore.Mvc.Cors.Test/project.json index 81ca6005dc..5d79d3f9ce 100644 --- a/test/Microsoft.AspNetCore.Mvc.Cors.Test/project.json +++ b/test/Microsoft.AspNetCore.Mvc.Cors.Test/project.json @@ -4,16 +4,16 @@ }, "dependencies": { "dotnet-test-xunit": "1.0.0-rc3-000000-01", - "Microsoft.AspNetCore.Http": "1.0.1", - "Microsoft.AspNetCore.Mvc": "1.0.2", - "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.2", + "Microsoft.AspNetCore.Http": "1.0.2", + "Microsoft.AspNetCore.Mvc": "1.0.3", + "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.3", "Microsoft.AspNetCore.Mvc.TestCommon": { "version": "1.0.0-*", "type": "build" }, "Microsoft.AspNetCore.Testing": "1.0.1", "Microsoft.Extensions.DependencyInjection": "1.0.1", - "Microsoft.Extensions.Logging.Testing": "1.0.1" + "Microsoft.Extensions.Logging.Testing": "1.0.2" }, "testRunner": "xunit", "frameworks": { @@ -24,7 +24,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" }, "moq.netcore": "4.4.0-beta8", diff --git a/test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/project.json b/test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/project.json index 072fbc2a34..7399f8c8e9 100644 --- a/test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/project.json +++ b/test/Microsoft.AspNetCore.Mvc.DataAnnotations.Test/project.json @@ -5,15 +5,15 @@ }, "dependencies": { "dotnet-test-xunit": "1.0.0-rc3-000000-01", - "Microsoft.AspNetCore.Mvc": "1.0.2", - "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.2", + "Microsoft.AspNetCore.Mvc": "1.0.3", + "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.3", "Microsoft.AspNetCore.Mvc.TestCommon": { "version": "1.0.0-*", "type": "build" }, "Microsoft.AspNetCore.Testing": "1.0.1", "Microsoft.Extensions.DependencyInjection": "1.0.1", - "Microsoft.Extensions.Logging.Testing": "1.0.1" + "Microsoft.Extensions.Logging.Testing": "1.0.2" }, "testRunner": "xunit", "frameworks": { @@ -24,7 +24,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" }, "moq.netcore": "4.4.0-beta8", diff --git a/test/Microsoft.AspNetCore.Mvc.Formatters.Json.Test/project.json b/test/Microsoft.AspNetCore.Mvc.Formatters.Json.Test/project.json index 81ca6005dc..5d79d3f9ce 100644 --- a/test/Microsoft.AspNetCore.Mvc.Formatters.Json.Test/project.json +++ b/test/Microsoft.AspNetCore.Mvc.Formatters.Json.Test/project.json @@ -4,16 +4,16 @@ }, "dependencies": { "dotnet-test-xunit": "1.0.0-rc3-000000-01", - "Microsoft.AspNetCore.Http": "1.0.1", - "Microsoft.AspNetCore.Mvc": "1.0.2", - "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.2", + "Microsoft.AspNetCore.Http": "1.0.2", + "Microsoft.AspNetCore.Mvc": "1.0.3", + "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.3", "Microsoft.AspNetCore.Mvc.TestCommon": { "version": "1.0.0-*", "type": "build" }, "Microsoft.AspNetCore.Testing": "1.0.1", "Microsoft.Extensions.DependencyInjection": "1.0.1", - "Microsoft.Extensions.Logging.Testing": "1.0.1" + "Microsoft.Extensions.Logging.Testing": "1.0.2" }, "testRunner": "xunit", "frameworks": { @@ -24,7 +24,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" }, "moq.netcore": "4.4.0-beta8", diff --git a/test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/project.json b/test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/project.json index 7ed901968a..46205ca557 100644 --- a/test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/project.json +++ b/test/Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/project.json @@ -5,9 +5,9 @@ }, "dependencies": { "dotnet-test-xunit": "1.0.0-rc3-000000-01", - "Microsoft.AspNetCore.Http": "1.0.1", - "Microsoft.AspNetCore.Mvc": "1.0.2", - "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.2", + "Microsoft.AspNetCore.Http": "1.0.2", + "Microsoft.AspNetCore.Mvc": "1.0.3", + "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.3", "Microsoft.AspNetCore.Mvc.TestCommon": { "type": "build", "version": "1.0.0-*" @@ -23,7 +23,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" }, "moq.netcore": "4.4.0-beta8", diff --git a/test/Microsoft.AspNetCore.Mvc.FunctionalTests/project.json b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/project.json index d1bd3e716d..99dfe00936 100644 --- a/test/Microsoft.AspNetCore.Mvc.FunctionalTests/project.json +++ b/test/Microsoft.AspNetCore.Mvc.FunctionalTests/project.json @@ -21,17 +21,17 @@ "FiltersWebSite": "1.0.0", "FormatterWebSite": "1.0.0", "HtmlGenerationWebSite": "1.0.0", - "Microsoft.AspNetCore.Mvc": "1.0.2", - "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.2", + "Microsoft.AspNetCore.Mvc": "1.0.3", + "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.3", "Microsoft.AspNetCore.Mvc.TestCommon": { "version": "1.0.0-*", "type": "build" }, "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", - "Microsoft.AspNetCore.TestHost": "1.0.1", - "Microsoft.AspNetCore.WebUtilities": "1.0.1", - "Microsoft.Extensions.Configuration.Json": "1.0.1", - "Microsoft.Extensions.Logging.Testing": "1.0.1", + "Microsoft.AspNetCore.TestHost": "1.0.2", + "Microsoft.AspNetCore.WebUtilities": "1.0.2", + "Microsoft.Extensions.Configuration.Json": "1.0.2", + "Microsoft.Extensions.Logging.Testing": "1.0.2", "MvcSandbox": "1.0.0", "RazorPageExecutionInstrumentationWebSite": "1.0.0", "RazorWebSite": "1.0.0", @@ -48,7 +48,7 @@ "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" } }, diff --git a/test/Microsoft.AspNetCore.Mvc.IntegrationTests/project.json b/test/Microsoft.AspNetCore.Mvc.IntegrationTests/project.json index 19958253c7..4e06a27019 100644 --- a/test/Microsoft.AspNetCore.Mvc.IntegrationTests/project.json +++ b/test/Microsoft.AspNetCore.Mvc.IntegrationTests/project.json @@ -4,15 +4,15 @@ }, "dependencies": { "dotnet-test-xunit": "1.0.0-rc3-000000-01", - "Microsoft.AspNetCore.Http": "1.0.1", - "Microsoft.AspNetCore.Mvc": "1.0.2", - "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.2", + "Microsoft.AspNetCore.Http": "1.0.2", + "Microsoft.AspNetCore.Mvc": "1.0.3", + "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.3", "Microsoft.AspNetCore.Mvc.TestCommon": { "version": "1.0.0-*", "type": "build" }, "Microsoft.AspNetCore.Testing": "1.0.1", - "Microsoft.Extensions.Logging": "1.0.1" + "Microsoft.Extensions.Logging": "1.0.2" }, "testRunner": "xunit", "frameworks": { @@ -23,7 +23,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" }, "moq.netcore": "4.4.0-beta8", diff --git a/test/Microsoft.AspNetCore.Mvc.Localization.Test/project.json b/test/Microsoft.AspNetCore.Mvc.Localization.Test/project.json index 14f157511e..eb4d63d7a2 100644 --- a/test/Microsoft.AspNetCore.Mvc.Localization.Test/project.json +++ b/test/Microsoft.AspNetCore.Mvc.Localization.Test/project.json @@ -4,9 +4,9 @@ }, "dependencies": { "dotnet-test-xunit": "1.0.0-rc3-000000-01", - "Microsoft.AspNetCore.Mvc": "1.0.2", - "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.2", - "Microsoft.AspNetCore.Mvc.Localization": "1.0.2", + "Microsoft.AspNetCore.Mvc": "1.0.3", + "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.3", + "Microsoft.AspNetCore.Mvc.Localization": "1.0.3", "Microsoft.AspNetCore.Mvc.TestCommon": { "version": "1.0.0-*", "type": "build" @@ -22,7 +22,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" }, "moq.netcore": "4.4.0-beta8", diff --git a/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/project.json b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/project.json index a4187ce306..774ec67c8f 100644 --- a/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/project.json +++ b/test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/project.json @@ -1,16 +1,16 @@ { "dependencies": { "dotnet-test-xunit": "1.0.0-rc3-000000-01", - "Microsoft.AspNetCore.Mvc.Core": "1.0.2", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.2", - "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.2", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.2", - "Microsoft.AspNetCore.Mvc.Razor.Host": "1.0.2", + "Microsoft.AspNetCore.Mvc.Core": "1.0.3", + "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.3", + "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.3", + "Microsoft.AspNetCore.Mvc.Razor": "1.0.3", + "Microsoft.AspNetCore.Mvc.Razor.Host": "1.0.3", "Microsoft.AspNetCore.Mvc.TestCommon": { "version": "1.0.0-*", "type": "build" }, - "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.2", + "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.3", "Microsoft.AspNetCore.Testing": "1.0.1" }, "testRunner": "xunit", @@ -39,7 +39,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" }, "moq.netcore": "4.4.0-beta8", diff --git a/test/Microsoft.AspNetCore.Mvc.Razor.Test/project.json b/test/Microsoft.AspNetCore.Mvc.Razor.Test/project.json index eb3f3990c4..27f7fb88ef 100644 --- a/test/Microsoft.AspNetCore.Mvc.Razor.Test/project.json +++ b/test/Microsoft.AspNetCore.Mvc.Razor.Test/project.json @@ -14,11 +14,11 @@ }, "dependencies": { "dotnet-test-xunit": "1.0.0-rc3-000000-01", - "Microsoft.AspNetCore.Http": "1.0.1", - "Microsoft.AspNetCore.Mvc": "1.0.2", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.2", - "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.2", - "Microsoft.AspNetCore.Mvc.Razor": "1.0.2", + "Microsoft.AspNetCore.Http": "1.0.2", + "Microsoft.AspNetCore.Mvc": "1.0.3", + "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.3", + "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.3", + "Microsoft.AspNetCore.Mvc.Razor": "1.0.3", "Microsoft.AspNetCore.Mvc.TestCommon": { "version": "1.0.0-*", "type": "build" @@ -30,7 +30,7 @@ "Microsoft.AspNetCore.Testing": "1.0.1", "Microsoft.Extensions.DependencyInjection": "1.0.1", "Microsoft.Extensions.DiagnosticAdapter": "1.0.1", - "Microsoft.Extensions.Logging.Testing": "1.0.1" + "Microsoft.Extensions.Logging.Testing": "1.0.2" }, "testRunner": "xunit", "frameworks": { @@ -41,7 +41,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" }, "moq.netcore": "4.4.0-beta8", diff --git a/test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/project.json b/test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/project.json index 592415edbd..c515dbd78d 100644 --- a/test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/project.json +++ b/test/Microsoft.AspNetCore.Mvc.TagHelpers.Test/project.json @@ -5,17 +5,17 @@ }, "dependencies": { "dotnet-test-xunit": "1.0.0-rc3-000000-01", - "Microsoft.AspNetCore.Http": "1.0.1", - "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.2", - "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.2", - "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.2", + "Microsoft.AspNetCore.Http": "1.0.2", + "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.3", + "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.3", + "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.3", "Microsoft.AspNetCore.Mvc.TestCommon": { "version": "1.0.0-*", "type": "build" }, "Microsoft.AspNetCore.Testing": "1.0.1", - "Microsoft.Extensions.Logging.Abstractions": "1.0.1", - "Microsoft.Extensions.Logging.Testing": "1.0.1" + "Microsoft.Extensions.Logging.Abstractions": "1.0.2", + "Microsoft.Extensions.Logging.Testing": "1.0.2" }, "testRunner": "xunit", "frameworks": { @@ -26,7 +26,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" }, "moq.netcore": "4.4.0-beta8", diff --git a/test/Microsoft.AspNetCore.Mvc.Test/project.json b/test/Microsoft.AspNetCore.Mvc.Test/project.json index 6195ef3e11..a75366a139 100644 --- a/test/Microsoft.AspNetCore.Mvc.Test/project.json +++ b/test/Microsoft.AspNetCore.Mvc.Test/project.json @@ -4,10 +4,10 @@ }, "dependencies": { "dotnet-test-xunit": "1.0.0-rc3-000000-01", - "Microsoft.AspNetCore.Mvc": "1.0.2", - "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.2", + "Microsoft.AspNetCore.Mvc": "1.0.3", + "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.3", "Microsoft.Extensions.DependencyInjection": "1.0.1", - "Microsoft.Extensions.Logging": "1.0.1", + "Microsoft.Extensions.Logging": "1.0.2", "xunit": "2.1.0" }, "testRunner": "xunit", @@ -19,7 +19,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" }, "moq.netcore": "4.4.0-beta8", diff --git a/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/project.json b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/project.json index 35178fa1a7..59b01c5795 100644 --- a/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/project.json +++ b/test/Microsoft.AspNetCore.Mvc.ViewFeatures.Test/project.json @@ -5,9 +5,9 @@ }, "dependencies": { "dotnet-test-xunit": "1.0.0-rc3-000000-01", - "Microsoft.AspNetCore.Http": "1.0.1", - "Microsoft.AspNetCore.Mvc": "1.0.2", - "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.2", + "Microsoft.AspNetCore.Http": "1.0.2", + "Microsoft.AspNetCore.Mvc": "1.0.3", + "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.3", "Microsoft.AspNetCore.Mvc.TestCommon": { "version": "1.0.0-*", "type": "build" @@ -19,7 +19,7 @@ "Microsoft.AspNetCore.Testing": "1.0.1", "Microsoft.Extensions.DependencyInjection": "1.0.1", "Microsoft.Extensions.DiagnosticAdapter": "1.0.1", - "Microsoft.Extensions.Logging.Testing": "1.0.1" + "Microsoft.Extensions.Logging.Testing": "1.0.2" }, "testRunner": "xunit", "frameworks": { @@ -30,7 +30,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" }, "moq.netcore": "4.4.0-beta8", diff --git a/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/project.json b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/project.json index a2c733f0b5..50641afe69 100644 --- a/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/project.json +++ b/test/Microsoft.AspNetCore.Mvc.WebApiCompatShimTest/project.json @@ -4,10 +4,10 @@ }, "dependencies": { "dotnet-test-xunit": "1.0.0-rc3-000000-01", - "Microsoft.AspNetCore.Http": "1.0.1", - "Microsoft.AspNetCore.Mvc.WebApiCompatShim": "1.0.2", + "Microsoft.AspNetCore.Http": "1.0.2", + "Microsoft.AspNetCore.Mvc.WebApiCompatShim": "1.0.3", "Microsoft.AspNetCore.Testing": "1.0.1", - "Microsoft.Extensions.Logging.Testing": "1.0.1", + "Microsoft.Extensions.Logging.Testing": "1.0.2", "Microsoft.Extensions.DependencyInjection": "1.0.1", "xunit": "2.1.0" }, @@ -23,7 +23,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" }, "moq.netcore": "4.4.0-beta8", diff --git a/test/WebSites/ApiExplorerWebSite/project.json b/test/WebSites/ApiExplorerWebSite/project.json index 1e6a390bbc..7b2e0c1136 100644 --- a/test/WebSites/ApiExplorerWebSite/project.json +++ b/test/WebSites/ApiExplorerWebSite/project.json @@ -4,12 +4,12 @@ "preserveCompilationContext": true }, "dependencies": { - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.1", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.2", - "Microsoft.AspNetCore.Mvc": "1.0.2", - "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.2", + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.2", + "Microsoft.AspNetCore.Server.Kestrel": "1.0.3", + "Microsoft.AspNetCore.Mvc": "1.0.3", + "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.3", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", - "Microsoft.AspNetCore.StaticFiles": "1.0.1" + "Microsoft.AspNetCore.StaticFiles": "1.0.2" }, "frameworks": { "net451": {}, @@ -20,7 +20,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" } } @@ -33,7 +33,7 @@ }, "tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": { - "version": "1.0.0-*", + "version": "1.0.0-preview4-final", "imports": "portable-net45+wp80+win8+wpa81+dnxcore50" } }, diff --git a/test/WebSites/ApplicationModelWebSite/project.json b/test/WebSites/ApplicationModelWebSite/project.json index 2c43fce209..abeeaeca6f 100644 --- a/test/WebSites/ApplicationModelWebSite/project.json +++ b/test/WebSites/ApplicationModelWebSite/project.json @@ -4,11 +4,11 @@ "preserveCompilationContext": true }, "dependencies": { - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.1", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.2", - "Microsoft.AspNetCore.Mvc": "1.0.2", + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.2", + "Microsoft.AspNetCore.Server.Kestrel": "1.0.3", + "Microsoft.AspNetCore.Mvc": "1.0.3", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", - "Microsoft.AspNetCore.StaticFiles": "1.0.1" + "Microsoft.AspNetCore.StaticFiles": "1.0.2" }, "frameworks": { "net451": {}, @@ -19,7 +19,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" } } @@ -32,7 +32,7 @@ }, "tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": { - "version": "1.0.0-*", + "version": "1.0.0-preview4-final", "imports": "portable-net45+wp80+win8+wpa81+dnxcore50" } }, diff --git a/test/WebSites/BasicWebSite/project.json b/test/WebSites/BasicWebSite/project.json index 614157772f..df987ce8d0 100644 --- a/test/WebSites/BasicWebSite/project.json +++ b/test/WebSites/BasicWebSite/project.json @@ -4,17 +4,17 @@ "preserveCompilationContext": true }, "dependencies": { - "Microsoft.AspNetCore.Mvc": "1.0.2", - "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.2", + "Microsoft.AspNetCore.Mvc": "1.0.3", + "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.3", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", "Microsoft.AspNetCore.Razor.Tools": { "type": "build", "version": "1.0.0-preview4-final" }, - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.1", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.2", - "Microsoft.AspNetCore.Session": "1.0.1", - "Microsoft.AspNetCore.StaticFiles": "1.0.1" + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.2", + "Microsoft.AspNetCore.Server.Kestrel": "1.0.3", + "Microsoft.AspNetCore.Session": "1.0.2", + "Microsoft.AspNetCore.StaticFiles": "1.0.2" }, "frameworks": { "net451": {}, @@ -25,7 +25,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" } } @@ -41,11 +41,11 @@ }, "tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": { - "version": "1.0.0-*", + "version": "1.0.0-preview4-final", "imports": "portable-net45+wp80+win8+wpa81+dnxcore50" }, "Microsoft.AspNetCore.Razor.Tools": { - "version": "1.0.0-*", + "version": "1.0.0-preview4-final", "imports": [ "portable-net45+wp80+win8+wpa81+dnxcore50" ] diff --git a/test/WebSites/ControllersFromServicesClassLibrary/project.json b/test/WebSites/ControllersFromServicesClassLibrary/project.json index cc14f575a8..e833b4720b 100644 --- a/test/WebSites/ControllersFromServicesClassLibrary/project.json +++ b/test/WebSites/ControllersFromServicesClassLibrary/project.json @@ -3,7 +3,7 @@ "preserveCompilationContext": true }, "dependencies": { - "Microsoft.AspNetCore.Mvc": "1.0.2" + "Microsoft.AspNetCore.Mvc": "1.0.3" }, "frameworks": { "net451": {}, diff --git a/test/WebSites/ControllersFromServicesWebSite/project.json b/test/WebSites/ControllersFromServicesWebSite/project.json index 51e57d3580..c90ec5db3a 100644 --- a/test/WebSites/ControllersFromServicesWebSite/project.json +++ b/test/WebSites/ControllersFromServicesWebSite/project.json @@ -4,15 +4,15 @@ }, "dependencies": { "ControllersFromServicesClassLibrary": "1.0.0", - "Microsoft.AspNetCore.Mvc": "1.0.2", + "Microsoft.AspNetCore.Mvc": "1.0.3", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", "Microsoft.AspNetCore.Razor.Tools": { "type": "build", "version": "1.0.0-preview4-final" }, - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.1", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.2", - "Microsoft.AspNetCore.StaticFiles": "1.0.1" + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.2", + "Microsoft.AspNetCore.Server.Kestrel": "1.0.3", + "Microsoft.AspNetCore.StaticFiles": "1.0.2" }, "frameworks": { "net451": {}, @@ -23,7 +23,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" } } @@ -37,11 +37,11 @@ }, "tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": { - "version": "1.0.0-*", + "version": "1.0.0-preview4-final", "imports": "portable-net45+wp80+win8+wpa81+dnxcore50" }, "Microsoft.AspNetCore.Razor.Tools": { - "version": "1.0.0-*", + "version": "1.0.0-preview4-final", "imports": [ "portable-net45+wp80+win8+wpa81+dnxcore50" ] diff --git a/test/WebSites/CorsWebSite/project.json b/test/WebSites/CorsWebSite/project.json index 95ac155d76..0926db1eed 100644 --- a/test/WebSites/CorsWebSite/project.json +++ b/test/WebSites/CorsWebSite/project.json @@ -9,13 +9,13 @@ ] }, "dependencies": { - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.1", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.2", - "Microsoft.AspNetCore.Cors": "1.0.1", - "Microsoft.AspNetCore.Mvc": "1.0.2", - "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.2", + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.2", + "Microsoft.AspNetCore.Server.Kestrel": "1.0.3", + "Microsoft.AspNetCore.Cors": "1.0.2", + "Microsoft.AspNetCore.Mvc": "1.0.3", + "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.3", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", - "Microsoft.AspNetCore.StaticFiles": "1.0.1" + "Microsoft.AspNetCore.StaticFiles": "1.0.2" }, "frameworks": { "net451": {}, @@ -26,7 +26,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" } } @@ -34,7 +34,7 @@ }, "tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": { - "version": "1.0.0-*", + "version": "1.0.0-preview4-final", "imports": "portable-net45+wp80+win8+wpa81+dnxcore50" } }, diff --git a/test/WebSites/ErrorPageMiddlewareWebSite/project.json b/test/WebSites/ErrorPageMiddlewareWebSite/project.json index 427a7ae287..adf820d3da 100644 --- a/test/WebSites/ErrorPageMiddlewareWebSite/project.json +++ b/test/WebSites/ErrorPageMiddlewareWebSite/project.json @@ -4,12 +4,12 @@ "preserveCompilationContext": true }, "dependencies": { - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.1", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.2", - "Microsoft.AspNetCore.Diagnostics": "1.0.1", - "Microsoft.AspNetCore.Mvc": "1.0.2", + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.2", + "Microsoft.AspNetCore.Server.Kestrel": "1.0.3", + "Microsoft.AspNetCore.Diagnostics": "1.0.2", + "Microsoft.AspNetCore.Mvc": "1.0.3", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", - "Microsoft.AspNetCore.StaticFiles": "1.0.1" + "Microsoft.AspNetCore.StaticFiles": "1.0.2" }, "frameworks": { "net451": {}, @@ -20,7 +20,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" } } @@ -34,7 +34,7 @@ }, "tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": { - "version": "1.0.0-*", + "version": "1.0.0-preview4-final", "imports": "portable-net45+wp80+win8+wpa81+dnxcore50" } }, diff --git a/test/WebSites/FilesWebSite/project.json b/test/WebSites/FilesWebSite/project.json index c88e44baab..08e4e4a206 100644 --- a/test/WebSites/FilesWebSite/project.json +++ b/test/WebSites/FilesWebSite/project.json @@ -7,11 +7,11 @@ } }, "dependencies": { - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.1", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.2", - "Microsoft.AspNetCore.Mvc": "1.0.2", + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.2", + "Microsoft.AspNetCore.Server.Kestrel": "1.0.3", + "Microsoft.AspNetCore.Mvc": "1.0.3", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", - "Microsoft.AspNetCore.StaticFiles": "1.0.1", + "Microsoft.AspNetCore.StaticFiles": "1.0.2", "Microsoft.Extensions.FileProviders.Embedded": "1.0.1" }, "frameworks": { @@ -23,7 +23,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" } } @@ -37,7 +37,7 @@ }, "tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": { - "version": "1.0.0-*", + "version": "1.0.0-preview4-final", "imports": "portable-net45+wp80+win8+wpa81+dnxcore50" } }, diff --git a/test/WebSites/FiltersWebSite/project.json b/test/WebSites/FiltersWebSite/project.json index 885be78336..14f4575985 100644 --- a/test/WebSites/FiltersWebSite/project.json +++ b/test/WebSites/FiltersWebSite/project.json @@ -4,13 +4,13 @@ "preserveCompilationContext": true }, "dependencies": { - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.1", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.2", - "Microsoft.AspNetCore.Authentication": "1.0.1", - "Microsoft.AspNetCore.Mvc": "1.0.2", - "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.2", + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.2", + "Microsoft.AspNetCore.Server.Kestrel": "1.0.3", + "Microsoft.AspNetCore.Authentication": "1.0.2", + "Microsoft.AspNetCore.Mvc": "1.0.3", + "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.3", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", - "Microsoft.AspNetCore.StaticFiles": "1.0.1" + "Microsoft.AspNetCore.StaticFiles": "1.0.2" }, "frameworks": { "net451": {}, @@ -21,7 +21,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" } } @@ -34,7 +34,7 @@ }, "tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": { - "version": "1.0.0-*", + "version": "1.0.0-preview4-final", "imports": "portable-net45+wp80+win8+wpa81+dnxcore50" } }, diff --git a/test/WebSites/FormatterWebSite/project.json b/test/WebSites/FormatterWebSite/project.json index 1e6a390bbc..7b2e0c1136 100644 --- a/test/WebSites/FormatterWebSite/project.json +++ b/test/WebSites/FormatterWebSite/project.json @@ -4,12 +4,12 @@ "preserveCompilationContext": true }, "dependencies": { - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.1", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.2", - "Microsoft.AspNetCore.Mvc": "1.0.2", - "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.2", + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.2", + "Microsoft.AspNetCore.Server.Kestrel": "1.0.3", + "Microsoft.AspNetCore.Mvc": "1.0.3", + "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.3", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", - "Microsoft.AspNetCore.StaticFiles": "1.0.1" + "Microsoft.AspNetCore.StaticFiles": "1.0.2" }, "frameworks": { "net451": {}, @@ -20,7 +20,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" } } @@ -33,7 +33,7 @@ }, "tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": { - "version": "1.0.0-*", + "version": "1.0.0-preview4-final", "imports": "portable-net45+wp80+win8+wpa81+dnxcore50" } }, diff --git a/test/WebSites/HtmlGenerationWebSite/project.json b/test/WebSites/HtmlGenerationWebSite/project.json index 7f02302da5..dccff3bcf7 100644 --- a/test/WebSites/HtmlGenerationWebSite/project.json +++ b/test/WebSites/HtmlGenerationWebSite/project.json @@ -4,14 +4,14 @@ "preserveCompilationContext": true }, "dependencies": { - "Microsoft.AspNetCore.Mvc": "1.0.2", - "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.2", + "Microsoft.AspNetCore.Mvc": "1.0.3", + "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.3", "Microsoft.AspNetCore.Razor.Tools": { "type": "build", "version": "1.0.0-preview4-final" }, - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.1", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.2", + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.2", + "Microsoft.AspNetCore.Server.Kestrel": "1.0.3", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0" }, "frameworks": { @@ -23,7 +23,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" } } @@ -38,11 +38,11 @@ }, "tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": { - "version": "1.0.0-*", + "version": "1.0.0-preview4-final", "imports": "portable-net45+wp80+win8+wpa81+dnxcore50" }, "Microsoft.AspNetCore.Razor.Tools": { - "version": "1.0.0-*", + "version": "1.0.0-preview4-final", "imports": [ "portable-net45+wp80+win8+wpa81+dnxcore50" ] diff --git a/test/WebSites/Microsoft.AspNetCore.Mvc.TestConfiguration/project.json b/test/WebSites/Microsoft.AspNetCore.Mvc.TestConfiguration/project.json index 0ab4396260..44c1efd758 100644 --- a/test/WebSites/Microsoft.AspNetCore.Mvc.TestConfiguration/project.json +++ b/test/WebSites/Microsoft.AspNetCore.Mvc.TestConfiguration/project.json @@ -1,10 +1,10 @@ { "version": "1.0.0", "dependencies": { - "Microsoft.AspNetCore.Http": "1.0.1", - "Microsoft.AspNetCore.Http.Extensions": "1.0.1", + "Microsoft.AspNetCore.Http": "1.0.2", + "Microsoft.AspNetCore.Http.Extensions": "1.0.2", "Microsoft.AspNetCore.Testing": "1.0.1", - "Microsoft.Extensions.Configuration": "1.0.1", + "Microsoft.Extensions.Configuration": "1.0.2", "Microsoft.Extensions.DependencyInjection": "1.0.1" }, "frameworks": { diff --git a/test/WebSites/RazorPageExecutionInstrumentationWebSite/project.json b/test/WebSites/RazorPageExecutionInstrumentationWebSite/project.json index 74fadd2a09..3286f640b0 100644 --- a/test/WebSites/RazorPageExecutionInstrumentationWebSite/project.json +++ b/test/WebSites/RazorPageExecutionInstrumentationWebSite/project.json @@ -4,11 +4,11 @@ "preserveCompilationContext": true }, "dependencies": { - "Microsoft.AspNetCore.Mvc": "1.0.2", + "Microsoft.AspNetCore.Mvc": "1.0.3", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.1", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.2", - "Microsoft.AspNetCore.StaticFiles": "1.0.1", + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.2", + "Microsoft.AspNetCore.Server.Kestrel": "1.0.3", + "Microsoft.AspNetCore.StaticFiles": "1.0.2", "Microsoft.Extensions.DiagnosticAdapter": "1.0.1" }, "frameworks": { @@ -20,7 +20,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" } } @@ -34,7 +34,7 @@ }, "tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": { - "version": "1.0.0-*", + "version": "1.0.0-preview4-final", "imports": "portable-net45+wp80+win8+wpa81+dnxcore50" } }, diff --git a/test/WebSites/RazorWebSite/project.json b/test/WebSites/RazorWebSite/project.json index 4031f99f03..62bb2279e8 100644 --- a/test/WebSites/RazorWebSite/project.json +++ b/test/WebSites/RazorWebSite/project.json @@ -11,13 +11,13 @@ ] }, "dependencies": { - "Microsoft.AspNetCore.Localization": "1.0.1", - "Microsoft.AspNetCore.Mvc": "1.0.2", - "Microsoft.AspNetCore.Mvc.Localization": "1.0.2", + "Microsoft.AspNetCore.Localization": "1.0.2", + "Microsoft.AspNetCore.Mvc": "1.0.3", + "Microsoft.AspNetCore.Mvc.Localization": "1.0.3", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.1", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.2", - "Microsoft.AspNetCore.StaticFiles": "1.0.1" + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.2", + "Microsoft.AspNetCore.Server.Kestrel": "1.0.3", + "Microsoft.AspNetCore.StaticFiles": "1.0.2" }, "frameworks": { "net451": { @@ -39,7 +39,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" } } @@ -47,7 +47,7 @@ }, "tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": { - "version": "1.0.0-*", + "version": "1.0.0-preview4-final", "imports": "portable-net45+wp80+win8+wpa81+dnxcore50" } }, diff --git a/test/WebSites/RoutingWebSite/project.json b/test/WebSites/RoutingWebSite/project.json index 8d3a620e0f..e272993409 100644 --- a/test/WebSites/RoutingWebSite/project.json +++ b/test/WebSites/RoutingWebSite/project.json @@ -4,11 +4,11 @@ "preserveCompilationContext": true }, "dependencies": { - "Microsoft.AspNetCore.Mvc": "1.0.2", + "Microsoft.AspNetCore.Mvc": "1.0.3", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.1", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.2", - "Microsoft.AspNetCore.StaticFiles": "1.0.1" + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.2", + "Microsoft.AspNetCore.Server.Kestrel": "1.0.3", + "Microsoft.AspNetCore.StaticFiles": "1.0.2" }, "frameworks": { "net451": {}, @@ -19,7 +19,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" } } @@ -32,7 +32,7 @@ }, "tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": { - "version": "1.0.0-*", + "version": "1.0.0-preview4-final", "imports": "portable-net45+wp80+win8+wpa81+dnxcore50" } }, diff --git a/test/WebSites/SecurityWebSite/project.json b/test/WebSites/SecurityWebSite/project.json index 7223f72114..c4051b7919 100644 --- a/test/WebSites/SecurityWebSite/project.json +++ b/test/WebSites/SecurityWebSite/project.json @@ -4,16 +4,16 @@ "preserveCompilationContext": true }, "dependencies": { - "Microsoft.AspNetCore.Authentication.Cookies": "1.0.1", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.2", - "Microsoft.AspNetCore.Mvc": "1.0.2", - "Microsoft.AspNetCore.Hosting": "1.0.1" + "Microsoft.AspNetCore.Authentication.Cookies": "1.0.2", + "Microsoft.AspNetCore.Server.Kestrel": "1.0.3", + "Microsoft.AspNetCore.Mvc": "1.0.3", + "Microsoft.AspNetCore.Hosting": "1.0.2" }, "frameworks": { "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" } }, @@ -34,7 +34,7 @@ ] }, "tools": { - "Microsoft.AspNetCore.Razor.Tools": "1.0.0-preview2-final", - "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final" + "Microsoft.AspNetCore.Razor.Tools": "1.0.0-preview4-final", + "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview4-final" } } \ No newline at end of file diff --git a/test/WebSites/SimpleWebSite/project.json b/test/WebSites/SimpleWebSite/project.json index 31fe03a0df..6ad4cb4554 100644 --- a/test/WebSites/SimpleWebSite/project.json +++ b/test/WebSites/SimpleWebSite/project.json @@ -4,9 +4,9 @@ "preserveCompilationContext": true }, "dependencies": { - "Microsoft.AspNetCore.Mvc": "1.0.2", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.1", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.2" + "Microsoft.AspNetCore.Mvc": "1.0.3", + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.2", + "Microsoft.AspNetCore.Server.Kestrel": "1.0.3" }, "frameworks": { "net451": {}, @@ -17,7 +17,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" } } @@ -30,7 +30,7 @@ }, "tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": { - "version": "1.0.0-*", + "version": "1.0.0-preview4-final", "imports": "portable-net45+wp80+win8+wpa81+dnxcore50" } }, diff --git a/test/WebSites/TagHelpersWebSite/project.json b/test/WebSites/TagHelpersWebSite/project.json index a0ed7ced04..caa14fcaba 100644 --- a/test/WebSites/TagHelpersWebSite/project.json +++ b/test/WebSites/TagHelpersWebSite/project.json @@ -6,15 +6,15 @@ "preserveCompilationContext": true }, "dependencies": { - "Microsoft.AspNetCore.Mvc": "1.0.2", + "Microsoft.AspNetCore.Mvc": "1.0.3", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", "Microsoft.AspNetCore.Razor.Tools": { "type": "build", "version": "1.0.0-preview4-final" }, - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.1", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.2", - "Microsoft.AspNetCore.StaticFiles": "1.0.1" + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.2", + "Microsoft.AspNetCore.Server.Kestrel": "1.0.3", + "Microsoft.AspNetCore.StaticFiles": "1.0.2" }, "frameworks": { "net451": {}, @@ -25,7 +25,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" } } @@ -39,11 +39,11 @@ }, "tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": { - "version": "1.0.0-*", + "version": "1.0.0-preview4-final", "imports": "portable-net45+wp80+win8+wpa81+dnxcore50" }, "Microsoft.AspNetCore.Razor.Tools": { - "version": "1.0.0-*", + "version": "1.0.0-preview4-final", "imports": [ "portable-net45+wp80+win8+wpa81+dnxcore50" ] diff --git a/test/WebSites/VersioningWebSite/project.json b/test/WebSites/VersioningWebSite/project.json index 8d3a620e0f..e272993409 100644 --- a/test/WebSites/VersioningWebSite/project.json +++ b/test/WebSites/VersioningWebSite/project.json @@ -4,11 +4,11 @@ "preserveCompilationContext": true }, "dependencies": { - "Microsoft.AspNetCore.Mvc": "1.0.2", + "Microsoft.AspNetCore.Mvc": "1.0.3", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.1", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.2", - "Microsoft.AspNetCore.StaticFiles": "1.0.1" + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.2", + "Microsoft.AspNetCore.Server.Kestrel": "1.0.3", + "Microsoft.AspNetCore.StaticFiles": "1.0.2" }, "frameworks": { "net451": {}, @@ -19,7 +19,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" } } @@ -32,7 +32,7 @@ }, "tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": { - "version": "1.0.0-*", + "version": "1.0.0-preview4-final", "imports": "portable-net45+wp80+win8+wpa81+dnxcore50" } }, diff --git a/test/WebSites/WebApiCompatShimWebSite/project.json b/test/WebSites/WebApiCompatShimWebSite/project.json index 154ad21d9a..e817df7183 100644 --- a/test/WebSites/WebApiCompatShimWebSite/project.json +++ b/test/WebSites/WebApiCompatShimWebSite/project.json @@ -4,12 +4,12 @@ "preserveCompilationContext": true }, "dependencies": { - "Microsoft.AspNetCore.Mvc": "1.0.2", + "Microsoft.AspNetCore.Mvc": "1.0.3", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", - "Microsoft.AspNetCore.Mvc.WebApiCompatShim": "1.0.2", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.1", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.2", - "Microsoft.AspNetCore.StaticFiles": "1.0.1" + "Microsoft.AspNetCore.Mvc.WebApiCompatShim": "1.0.3", + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.2", + "Microsoft.AspNetCore.Server.Kestrel": "1.0.3", + "Microsoft.AspNetCore.StaticFiles": "1.0.2" }, "frameworks": { "net451": {}, @@ -20,7 +20,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" }, "System.Diagnostics.TraceSource": "4.0.0", @@ -35,7 +35,7 @@ }, "tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": { - "version": "1.0.0-*", + "version": "1.0.0-preview4-final", "imports": "portable-net45+wp80+win8+wpa81+dnxcore50" } }, diff --git a/test/WebSites/XmlFormattersWebSite/project.json b/test/WebSites/XmlFormattersWebSite/project.json index 99afee00b8..1bc0167102 100644 --- a/test/WebSites/XmlFormattersWebSite/project.json +++ b/test/WebSites/XmlFormattersWebSite/project.json @@ -4,12 +4,12 @@ "preserveCompilationContext": true }, "dependencies": { - "Microsoft.AspNetCore.Mvc": "1.0.2", - "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.2", + "Microsoft.AspNetCore.Mvc": "1.0.3", + "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.3", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.1", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.2", - "Microsoft.AspNetCore.StaticFiles": "1.0.1" + "Microsoft.AspNetCore.Server.IISIntegration": "1.0.2", + "Microsoft.AspNetCore.Server.Kestrel": "1.0.3", + "Microsoft.AspNetCore.StaticFiles": "1.0.2" }, "frameworks": { "net451": {}, @@ -20,7 +20,7 @@ ], "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.3", + "version": "1.0.4", "type": "platform" }, "System.Linq.Queryable": "4.0.1" @@ -34,7 +34,7 @@ }, "tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": { - "version": "1.0.0-*", + "version": "1.0.0-preview4-final", "imports": "portable-net45+wp80+win8+wpa81+dnxcore50" } },