Pin repo version to 1.0.1

This commit is contained in:
Pranav K 2016-07-26 12:09:57 -07:00
parent 85ca3e4976
commit 5092e75387
51 changed files with 123 additions and 123 deletions

View File

@ -6,7 +6,7 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Diagnostics": "1.0.0", "Microsoft.AspNetCore.Diagnostics": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.1-*", "Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Razor.Tools": { "Microsoft.AspNetCore.Razor.Tools": {
"type": "build", "type": "build",
"version": "1.0.0-preview2-final" "version": "1.0.0-preview2-final"

View File

@ -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", "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.1-*", "version": "1.0.1",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -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.", "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.1-*", "version": "1.0.1",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@ -20,7 +20,7 @@
"xmlDoc": true "xmlDoc": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc.Core": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Core": "1.0.1",
"Microsoft.Extensions.PropertyHelper.Sources": { "Microsoft.Extensions.PropertyHelper.Sources": {
"version": "1.0.0-rtm-21431", "version": "1.0.0-rtm-21431",
"type": "build" "type": "build"

View File

@ -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", "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.1-*", "version": "1.0.1",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@ -22,7 +22,7 @@
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Authorization": "1.0.0", "Microsoft.AspNetCore.Authorization": "1.0.0",
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0", "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0",
"Microsoft.AspNetCore.Mvc.Abstractions": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Abstractions": "1.0.1",
"Microsoft.AspNetCore.Http": "1.0.0", "Microsoft.AspNetCore.Http": "1.0.0",
"Microsoft.AspNetCore.Routing": "1.0.0", "Microsoft.AspNetCore.Routing": "1.0.0",
"Microsoft.AspNetCore.Routing.DecisionTree.Sources": { "Microsoft.AspNetCore.Routing.DecisionTree.Sources": {

View File

@ -1,6 +1,6 @@
{ {
"description": "ASP.NET Core MVC cross-origin resource sharing (CORS) features.", "description": "ASP.NET Core MVC cross-origin resource sharing (CORS) features.",
"version": "1.0.1-*", "version": "1.0.1",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@ -22,7 +22,7 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Cors": "1.0.0", "Microsoft.AspNetCore.Cors": "1.0.0",
"Microsoft.AspNetCore.Mvc.Core": "1.0.1-*" "Microsoft.AspNetCore.Mvc.Core": "1.0.1"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},

View File

@ -1,6 +1,6 @@
{ {
"description": "ASP.NET Core MVC metadata and validation system using System.ComponentModel.DataAnnotations.", "description": "ASP.NET Core MVC metadata and validation system using System.ComponentModel.DataAnnotations.",
"version": "1.0.1-*", "version": "1.0.1",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@ -20,7 +20,7 @@
"xmlDoc": true "xmlDoc": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc.Core": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Core": "1.0.1",
"Microsoft.Extensions.ClosedGenericMatcher.Sources": { "Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"version": "1.0.0-rtm-21431", "version": "1.0.0-rtm-21431",
"type": "build" "type": "build"

View File

@ -1,6 +1,6 @@
{ {
"description": "ASP.NET Core MVC formatters for JSON input and output and for JSON PATCH input using Json.NET.", "description": "ASP.NET Core MVC formatters for JSON input and output and for JSON PATCH input using Json.NET.",
"version": "1.0.1-*", "version": "1.0.1",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@ -22,7 +22,7 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.JsonPatch": "1.0.0", "Microsoft.AspNetCore.JsonPatch": "1.0.0",
"Microsoft.AspNetCore.Mvc.Core": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Core": "1.0.1",
"Microsoft.Extensions.ClosedGenericMatcher.Sources": { "Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"version": "1.0.0-rtm-21431", "version": "1.0.0-rtm-21431",
"type": "build" "type": "build"

View File

@ -1,6 +1,6 @@
{ {
"description": "ASP.NET Core MVC formatters for XML input and output using DataContractSerializer and XmlSerializer.", "description": "ASP.NET Core MVC formatters for XML input and output using DataContractSerializer and XmlSerializer.",
"version": "1.0.1-*", "version": "1.0.1",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@ -21,7 +21,7 @@
"xmlDoc": true "xmlDoc": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc.Core": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Core": "1.0.1",
"Microsoft.Extensions.ClosedGenericMatcher.Sources": { "Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"version": "1.0.0-rtm-21431", "version": "1.0.0-rtm-21431",
"type": "build" "type": "build"

View File

@ -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<TResource>\r\nMicrosoft.AspNetCore.Mvc.Localization.IViewLocalizer", "description": "ASP.NET Core MVC features that enable globalization and localization of applications.\r\nCommonly used types:\r\nMicrosoft.AspNetCore.Mvc.Localization.IHtmlLocalizer<TResource>\r\nMicrosoft.AspNetCore.Mvc.Localization.IViewLocalizer",
"version": "1.0.1-*", "version": "1.0.1",
"buildOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
@ -11,7 +11,7 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Localization": "1.0.0", "Microsoft.AspNetCore.Localization": "1.0.0",
"Microsoft.AspNetCore.Mvc.Razor": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Razor": "1.0.1",
"Microsoft.Extensions.DependencyInjection": "1.0.0", "Microsoft.Extensions.DependencyInjection": "1.0.0",
"Microsoft.Extensions.Localization": "1.0.0", "Microsoft.Extensions.Localization": "1.0.0",
"Microsoft.Extensions.PropertyHelper.Sources": { "Microsoft.Extensions.PropertyHelper.Sources": {

View File

@ -1,6 +1,6 @@
{ {
"description": "ASP.NET Core MVC design time hosting infrastructure for the Razor view engine.", "description": "ASP.NET Core MVC design time hosting infrastructure for the Razor view engine.",
"version": "1.0.1-*", "version": "1.0.1",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"description": "ASP.NET Core MVC Razor view engine for CSHTML files.", "description": "ASP.NET Core MVC Razor view engine for CSHTML files.",
"version": "1.0.1-*", "version": "1.0.1",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@ -22,8 +22,8 @@
"xmlDoc": true "xmlDoc": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc.Razor.Host": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Razor.Host": "1.0.1",
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.1-*", "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.1",
"Microsoft.CodeAnalysis.CSharp": "1.3.0", "Microsoft.CodeAnalysis.CSharp": "1.3.0",
"Microsoft.Extensions.FileProviders.Composite": "1.0.0", "Microsoft.Extensions.FileProviders.Composite": "1.0.0",
"Microsoft.Extensions.HashCodeCombiner.Sources": { "Microsoft.Extensions.HashCodeCombiner.Sources": {

View File

@ -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.", "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.1-*", "version": "1.0.1",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@ -22,7 +22,7 @@
"xmlDoc": true "xmlDoc": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc.Razor": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Razor": "1.0.1",
"Microsoft.Extensions.Caching.Memory": "1.0.0", "Microsoft.Extensions.Caching.Memory": "1.0.0",
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0", "Microsoft.Extensions.FileSystemGlobbing": "1.0.0",
"Microsoft.Extensions.Logging.Abstractions": { "Microsoft.Extensions.Logging.Abstractions": {

View File

@ -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", "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.1-*", "version": "1.0.1",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@ -23,9 +23,9 @@
"Microsoft.AspNetCore.Antiforgery": "1.0.0", "Microsoft.AspNetCore.Antiforgery": "1.0.0",
"Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0", "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0",
"Microsoft.AspNetCore.Html.Abstractions": "1.0.0", "Microsoft.AspNetCore.Html.Abstractions": "1.0.0",
"Microsoft.AspNetCore.Mvc.Core": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Core": "1.0.1",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.1-*", "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.1",
"Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.1",
"Microsoft.Extensions.ClosedGenericMatcher.Sources": { "Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"version": "1.0.0-rtm-21431", "version": "1.0.0-rtm-21431",
"type": "build" "type": "build"

View File

@ -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", "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.1-*", "version": "1.0.1",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@ -21,8 +21,8 @@
"xmlDoc": true "xmlDoc": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc.Core": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Core": "1.0.1",
"Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.1",
"Microsoft.AspNet.WebApi.Client": "5.2.2", "Microsoft.AspNet.WebApi.Client": "5.2.2",
"Microsoft.AspNetCore.WebUtilities": "1.0.0", "Microsoft.AspNetCore.WebUtilities": "1.0.0",
"Microsoft.Extensions.PropertyHelper.Sources": { "Microsoft.Extensions.PropertyHelper.Sources": {

View File

@ -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.", "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.1-*", "version": "1.0.1",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@ -20,14 +20,14 @@
"xmlDoc": true "xmlDoc": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc.ApiExplorer": "1.0.1-*", "Microsoft.AspNetCore.Mvc.ApiExplorer": "1.0.1",
"Microsoft.AspNetCore.Mvc.Cors": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Cors": "1.0.1",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.1-*", "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.1",
"Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.1",
"Microsoft.AspNetCore.Mvc.Localization": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Localization": "1.0.1",
"Microsoft.AspNetCore.Mvc.Razor": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Razor": "1.0.1",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.1-*", "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.1",
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.1-*", "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.1",
"Microsoft.Extensions.Caching.Memory": "1.0.0", "Microsoft.Extensions.Caching.Memory": "1.0.0",
"Microsoft.Extensions.DependencyInjection": "1.0.0", "Microsoft.Extensions.DependencyInjection": "1.0.0",
"Microsoft.Extensions.PropertyHelper.Sources": { "Microsoft.Extensions.PropertyHelper.Sources": {

View File

@ -5,7 +5,7 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01", "dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Mvc": "1.0.1-*", "Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431" "Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431"
}, },
"testRunner": "xunit", "testRunner": "xunit",

View File

@ -4,8 +4,8 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01", "dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Mvc": "1.0.1-*", "Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1",
"Microsoft.AspNetCore.Mvc.TestCommon": { "Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.0.0-*", "version": "1.0.0-*",
"type": "build" "type": "build"

View File

@ -7,8 +7,8 @@
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01", "dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Http": "1.0.0", "Microsoft.AspNetCore.Http": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.1-*", "Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1",
"Microsoft.AspNetCore.Mvc.TestCommon": { "Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.0.0-*", "version": "1.0.0-*",
"type": "build" "type": "build"

View File

@ -5,8 +5,8 @@
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01", "dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Http": "1.0.0", "Microsoft.AspNetCore.Http": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.1-*", "Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1",
"Microsoft.AspNetCore.Mvc.TestCommon": { "Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.0.0-*", "version": "1.0.0-*",
"type": "build" "type": "build"

View File

@ -5,8 +5,8 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01", "dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Mvc": "1.0.1-*", "Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1",
"Microsoft.AspNetCore.Mvc.TestCommon": { "Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.0.0-*", "version": "1.0.0-*",
"type": "build" "type": "build"

View File

@ -5,8 +5,8 @@
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01", "dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Http": "1.0.0", "Microsoft.AspNetCore.Http": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.1-*", "Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1",
"Microsoft.AspNetCore.Mvc.TestCommon": { "Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.0.0-*", "version": "1.0.0-*",
"type": "build" "type": "build"

View File

@ -6,8 +6,8 @@
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01", "dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Http": "1.0.0", "Microsoft.AspNetCore.Http": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.1-*", "Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1",
"Microsoft.AspNetCore.Mvc.TestCommon": { "Microsoft.AspNetCore.Mvc.TestCommon": {
"type": "build", "type": "build",
"version": "1.0.0-*" "version": "1.0.0-*"

View File

@ -21,13 +21,13 @@
"FiltersWebSite": "1.0.0", "FiltersWebSite": "1.0.0",
"FormatterWebSite": "1.0.0", "FormatterWebSite": "1.0.0",
"HtmlGenerationWebSite": "1.0.0", "HtmlGenerationWebSite": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.1-*", "Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1",
"Microsoft.AspNetCore.Mvc.TestCommon": { "Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.0.0-*", "version": "1.0.0-*",
"type": "build" "type": "build"
}, },
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1-*", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1",
"Microsoft.AspNetCore.TestHost": "1.0.0", "Microsoft.AspNetCore.TestHost": "1.0.0",
"Microsoft.AspNetCore.WebUtilities": "1.0.0", "Microsoft.AspNetCore.WebUtilities": "1.0.0",
"Microsoft.Extensions.Configuration.Json": "1.0.0", "Microsoft.Extensions.Configuration.Json": "1.0.0",

View File

@ -5,8 +5,8 @@
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01", "dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Http": "1.0.0", "Microsoft.AspNetCore.Http": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.1-*", "Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1",
"Microsoft.AspNetCore.Mvc.TestCommon": { "Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.0.0-*", "version": "1.0.0-*",
"type": "build" "type": "build"

View File

@ -4,9 +4,9 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01", "dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Mvc": "1.0.1-*", "Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1",
"Microsoft.AspNetCore.Mvc.Localization": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Localization": "1.0.1",
"Microsoft.AspNetCore.Mvc.TestCommon": { "Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.0.0-*", "version": "1.0.0-*",
"type": "build" "type": "build"

View File

@ -1,16 +1,16 @@
{ {
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01", "dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Mvc.Core": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Core": "1.0.1",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.1-*", "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.1",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1",
"Microsoft.AspNetCore.Mvc.Razor": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Razor": "1.0.1",
"Microsoft.AspNetCore.Mvc.Razor.Host": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Razor.Host": "1.0.1",
"Microsoft.AspNetCore.Mvc.TestCommon": { "Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.0.0-*", "version": "1.0.0-*",
"type": "build" "type": "build"
}, },
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.1-*", "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.1",
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431" "Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431"
}, },
"testRunner": "xunit", "testRunner": "xunit",

View File

@ -15,10 +15,10 @@
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01", "dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Http": "1.0.0", "Microsoft.AspNetCore.Http": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.1-*", "Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.1-*", "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.1",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1",
"Microsoft.AspNetCore.Mvc.Razor": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Razor": "1.0.1",
"Microsoft.AspNetCore.Mvc.TestCommon": { "Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.0.0-*", "version": "1.0.0-*",
"type": "build" "type": "build"

View File

@ -6,9 +6,9 @@
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01", "dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Http": "1.0.0", "Microsoft.AspNetCore.Http": "1.0.0",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.1-*", "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.1",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.1-*", "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.1",
"Microsoft.AspNetCore.Mvc.TestCommon": { "Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.0.0-*", "version": "1.0.0-*",
"type": "build" "type": "build"

View File

@ -4,8 +4,8 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01", "dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Mvc": "1.0.1-*", "Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1",
"Microsoft.Extensions.DependencyInjection": "1.0.0", "Microsoft.Extensions.DependencyInjection": "1.0.0",
"Microsoft.Extensions.Logging": "1.0.0", "Microsoft.Extensions.Logging": "1.0.0",
"xunit": "2.1.0" "xunit": "2.1.0"

View File

@ -6,8 +6,8 @@
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01", "dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Http": "1.0.0", "Microsoft.AspNetCore.Http": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.1-*", "Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1",
"Microsoft.AspNetCore.Mvc.TestCommon": { "Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.0.0-*", "version": "1.0.0-*",
"type": "build" "type": "build"

View File

@ -5,7 +5,7 @@
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01", "dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Http": "1.0.0", "Microsoft.AspNetCore.Http": "1.0.0",
"Microsoft.AspNetCore.Mvc.WebApiCompatShim": "1.0.1-*", "Microsoft.AspNetCore.Mvc.WebApiCompatShim": "1.0.1",
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431", "Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
"Microsoft.Extensions.Logging.Testing": "1.0.0-rtm-21431", "Microsoft.Extensions.Logging.Testing": "1.0.0-rtm-21431",
"Microsoft.Extensions.DependencyInjection": "1.0.0", "Microsoft.Extensions.DependencyInjection": "1.0.0",

View File

@ -6,9 +6,9 @@
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.1-*", "Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1-*", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1",
"Microsoft.AspNetCore.StaticFiles": "1.0.0" "Microsoft.AspNetCore.StaticFiles": "1.0.0"
}, },
"frameworks": { "frameworks": {

View File

@ -6,8 +6,8 @@
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.1-*", "Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1-*", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1",
"Microsoft.AspNetCore.StaticFiles": "1.0.0" "Microsoft.AspNetCore.StaticFiles": "1.0.0"
}, },
"frameworks": { "frameworks": {

View File

@ -4,9 +4,9 @@
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc": "1.0.1-*", "Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1-*", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1",
"Microsoft.AspNetCore.Razor.Tools": { "Microsoft.AspNetCore.Razor.Tools": {
"type": "build", "type": "build",
"version": "1.0.0-preview2-final" "version": "1.0.0-preview2-final"

View File

@ -3,7 +3,7 @@
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc": "1.0.1-*" "Microsoft.AspNetCore.Mvc": "1.0.1"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},

View File

@ -4,8 +4,8 @@
}, },
"dependencies": { "dependencies": {
"ControllersFromServicesClassLibrary": "1.0.0", "ControllersFromServicesClassLibrary": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.1-*", "Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1-*", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1",
"Microsoft.AspNetCore.Razor.Tools": { "Microsoft.AspNetCore.Razor.Tools": {
"type": "build", "type": "build",
"version": "1.0.0-preview2-final" "version": "1.0.0-preview2-final"

View File

@ -12,9 +12,9 @@
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.Cors": "1.0.0", "Microsoft.AspNetCore.Cors": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.1-*", "Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1-*", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1",
"Microsoft.AspNetCore.StaticFiles": "1.0.0" "Microsoft.AspNetCore.StaticFiles": "1.0.0"
}, },
"frameworks": { "frameworks": {

View File

@ -7,8 +7,8 @@
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.Diagnostics": "1.0.0", "Microsoft.AspNetCore.Diagnostics": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.1-*", "Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1-*", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1",
"Microsoft.AspNetCore.StaticFiles": "1.0.0" "Microsoft.AspNetCore.StaticFiles": "1.0.0"
}, },
"frameworks": { "frameworks": {

View File

@ -9,8 +9,8 @@
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.1-*", "Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1-*", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1",
"Microsoft.AspNetCore.StaticFiles": "1.0.0", "Microsoft.AspNetCore.StaticFiles": "1.0.0",
"Microsoft.Extensions.FileProviders.Embedded": "1.0.0" "Microsoft.Extensions.FileProviders.Embedded": "1.0.0"
}, },

View File

@ -7,9 +7,9 @@
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.Authentication": "1.0.0", "Microsoft.AspNetCore.Authentication": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.1-*", "Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1-*", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1",
"Microsoft.AspNetCore.StaticFiles": "1.0.0" "Microsoft.AspNetCore.StaticFiles": "1.0.0"
}, },
"frameworks": { "frameworks": {

View File

@ -6,9 +6,9 @@
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.1-*", "Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1-*", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1",
"Microsoft.AspNetCore.StaticFiles": "1.0.0" "Microsoft.AspNetCore.StaticFiles": "1.0.0"
}, },
"frameworks": { "frameworks": {

View File

@ -4,15 +4,15 @@
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc": "1.0.1-*", "Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.1-*", "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.1",
"Microsoft.AspNetCore.Razor.Tools": { "Microsoft.AspNetCore.Razor.Tools": {
"type": "build", "type": "build",
"version": "1.0.0-preview2-final" "version": "1.0.0-preview2-final"
}, },
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1-*" "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},

View File

@ -1,5 +1,5 @@
{ {
"version": "1.0.1-*", "version": "1.0.1",
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Http": "1.0.0", "Microsoft.AspNetCore.Http": "1.0.0",
"Microsoft.AspNetCore.Http.Extensions": "1.0.0", "Microsoft.AspNetCore.Http.Extensions": "1.0.0",

View File

@ -4,8 +4,8 @@
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc": "1.0.1-*", "Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1-*", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0", "Microsoft.AspNetCore.StaticFiles": "1.0.0",

View File

@ -12,9 +12,9 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Localization": "1.0.0", "Microsoft.AspNetCore.Localization": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.1-*", "Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Mvc.Localization": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Localization": "1.0.1",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1-*", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0" "Microsoft.AspNetCore.StaticFiles": "1.0.0"

View File

@ -4,8 +4,8 @@
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc": "1.0.1-*", "Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1-*", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0" "Microsoft.AspNetCore.StaticFiles": "1.0.0"

View File

@ -4,7 +4,7 @@
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc": "1.0.1-*", "Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0" "Microsoft.AspNetCore.Server.Kestrel": "1.0.0"
}, },

View File

@ -6,8 +6,8 @@
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc": "1.0.1-*", "Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1-*", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1",
"Microsoft.AspNetCore.Razor.Tools": { "Microsoft.AspNetCore.Razor.Tools": {
"type": "build", "type": "build",
"version": "1.0.0-preview2-final" "version": "1.0.0-preview2-final"

View File

@ -4,8 +4,8 @@
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc": "1.0.1-*", "Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1-*", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0" "Microsoft.AspNetCore.StaticFiles": "1.0.0"

View File

@ -4,9 +4,9 @@
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc": "1.0.1-*", "Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1-*", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1",
"Microsoft.AspNetCore.Mvc.WebApiCompatShim": "1.0.1-*", "Microsoft.AspNetCore.Mvc.WebApiCompatShim": "1.0.1",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0" "Microsoft.AspNetCore.StaticFiles": "1.0.0"

View File

@ -4,9 +4,9 @@
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc": "1.0.1-*", "Microsoft.AspNetCore.Mvc": "1.0.1",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.1",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1-*", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.1",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0", "Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0" "Microsoft.AspNetCore.StaticFiles": "1.0.0"