Pinning versions for 1.1.0 release

This commit is contained in:
Pranav K 2016-11-18 12:12:52 -08:00
parent 66859fa107
commit 74c9194aee
56 changed files with 400 additions and 397 deletions

View File

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<configuration> <configuration>
<packageSources> <packageSources>
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-ci-release/api/v3/index.json" /> <clear />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" /> <add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
<add key="AspNetCore" value="https://dotnet.myget.org/f/aspnetcore-master/api/v3/index.json" />
</packageSources> </packageSources>
</configuration> </configuration>

View File

@ -5,17 +5,17 @@
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Diagnostics": "1.1.0-*", "Microsoft.AspNetCore.Diagnostics": "1.1.0",
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Razor.Tools": { "Microsoft.AspNetCore.Razor.Tools": {
"type": "build", "type": "build",
"version": "1.0.0-*" "version": "1.1.0-preview4-final"
}, },
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*", "Microsoft.AspNetCore.StaticFiles": "1.1.0",
"Microsoft.Extensions.Configuration.Json": "1.1.0-*", "Microsoft.Extensions.Configuration.Json": "1.1.0",
"Microsoft.Extensions.Logging.Console": "1.1.0-*" "Microsoft.Extensions.Logging.Console": "1.1.0"
}, },
"publishOptions": { "publishOptions": {
"include": [ "include": [
@ -33,7 +33,7 @@
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
} }
} }

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.1.0-*", "version": "1.1.0",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@ -20,32 +20,32 @@
"xmlDoc": true "xmlDoc": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Routing.Abstractions": "1.1.0-*", "Microsoft.AspNetCore.Routing.Abstractions": "1.1.0",
"Microsoft.Extensions.ClosedGenericMatcher.Sources": { "Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"version": "1.1.0-*", "version": "1.1.0-rtm-22752",
"type": "build" "type": "build"
}, },
"Microsoft.Extensions.CopyOnWriteDictionary.Sources": { "Microsoft.Extensions.CopyOnWriteDictionary.Sources": {
"version": "1.1.0-*", "version": "1.1.0-rtm-22752",
"type": "build" "type": "build"
}, },
"Microsoft.Extensions.HashCodeCombiner.Sources": { "Microsoft.Extensions.HashCodeCombiner.Sources": {
"version": "1.1.0-*", "version": "1.1.0-rtm-22752",
"type": "build" "type": "build"
}, },
"Microsoft.Extensions.PropertyHelper.Sources": { "Microsoft.Extensions.PropertyHelper.Sources": {
"version": "1.1.0-*", "version": "1.1.0-rtm-22752",
"type": "build" "type": "build"
}, },
"Microsoft.Net.Http.Headers": "1.1.0-*", "Microsoft.Net.Http.Headers": "1.1.0",
"NETStandard.Library": "1.6.1-*" "NETStandard.Library": "1.6.1"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netstandard1.3": { "netstandard1.3": {
"dependencies": { "dependencies": {
"Microsoft.CSharp": "4.3.0-*", "Microsoft.CSharp": "4.3.0",
"System.ComponentModel.TypeConverter": "4.3.0-*" "System.ComponentModel.TypeConverter": "4.3.0"
} }
} }
} }

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.1.0-*", "version": "1.1.0",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@ -20,16 +20,16 @@
"xmlDoc": true "xmlDoc": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc.Core": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Core": "1.1.0",
"Microsoft.Extensions.ClosedGenericMatcher.Sources": { "Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"version": "1.1.0-*", "version": "1.1.0-rtm-22752",
"type": "build" "type": "build"
}, },
"Microsoft.Extensions.PropertyHelper.Sources": { "Microsoft.Extensions.PropertyHelper.Sources": {
"version": "1.1.0-*", "version": "1.1.0-rtm-22752",
"type": "build" "type": "build"
}, },
"NETStandard.Library": "1.6.1-*" "NETStandard.Library": "1.6.1"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},

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.1.0-*", "version": "1.1.0",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@ -20,43 +20,43 @@
"xmlDoc": true "xmlDoc": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Authorization": "1.1.0-*", "Microsoft.AspNetCore.Authorization": "1.1.0",
"Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0-*", "Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0",
"Microsoft.AspNetCore.Http": "1.1.0-*", "Microsoft.AspNetCore.Http": "1.1.0",
"Microsoft.AspNetCore.Mvc.Abstractions": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Abstractions": "1.1.0",
"Microsoft.AspNetCore.ResponseCaching.Abstractions": "1.1.0-*", "Microsoft.AspNetCore.ResponseCaching.Abstractions": "1.1.0",
"Microsoft.AspNetCore.Routing": "1.1.0-*", "Microsoft.AspNetCore.Routing": "1.1.0",
"Microsoft.AspNetCore.Routing.DecisionTree.Sources": { "Microsoft.AspNetCore.Routing.DecisionTree.Sources": {
"type": "build", "type": "build",
"version": "1.1.0-*" "version": "1.1.0-rtm-22752"
}, },
"Microsoft.Extensions.ClosedGenericMatcher.Sources": { "Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"version": "1.1.0-*", "version": "1.1.0-rtm-22752",
"type": "build" "type": "build"
}, },
"Microsoft.Extensions.DependencyModel": "1.1.0-*", "Microsoft.Extensions.DependencyModel": "1.1.0",
"Microsoft.Extensions.FileProviders.Abstractions": "1.1.0-*", "Microsoft.Extensions.FileProviders.Abstractions": "1.1.0",
"Microsoft.Extensions.HashCodeCombiner.Sources": { "Microsoft.Extensions.HashCodeCombiner.Sources": {
"type": "build", "type": "build",
"version": "1.1.0-*" "version": "1.1.0-rtm-22752"
}, },
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*", "Microsoft.Extensions.Logging.Abstractions": "1.1.0",
"Microsoft.Extensions.PlatformAbstractions": "1.1.0-*", "Microsoft.Extensions.PlatformAbstractions": "1.1.0",
"Microsoft.Extensions.PropertyActivator.Sources": { "Microsoft.Extensions.PropertyActivator.Sources": {
"version": "1.1.0-*", "version": "1.1.0-rtm-22752",
"type": "build" "type": "build"
}, },
"Microsoft.Extensions.PropertyHelper.Sources": { "Microsoft.Extensions.PropertyHelper.Sources": {
"version": "1.1.0-*", "version": "1.1.0-rtm-22752",
"type": "build" "type": "build"
}, },
"Microsoft.Extensions.SecurityHelper.Sources": { "Microsoft.Extensions.SecurityHelper.Sources": {
"version": "1.1.0-*", "version": "1.1.0-rtm-22752",
"type": "build" "type": "build"
}, },
"NETStandard.Library": "1.6.1-*", "NETStandard.Library": "1.6.1",
"System.Buffers": "4.3.0-*", "System.Buffers": "4.3.0",
"System.Diagnostics.DiagnosticSource": "4.3.0-*" "System.Diagnostics.DiagnosticSource": "4.3.0"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},

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.1.0-*", "version": "1.1.0",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@ -21,9 +21,9 @@
"xmlDoc": true "xmlDoc": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Cors": "1.1.0-*", "Microsoft.AspNetCore.Cors": "1.1.0",
"Microsoft.AspNetCore.Mvc.Core": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Core": "1.1.0",
"NETStandard.Library": "1.6.1-*" "NETStandard.Library": "1.6.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.1.0-*", "version": "1.1.0",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@ -20,17 +20,17 @@
"xmlDoc": true "xmlDoc": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc.Core": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Core": "1.1.0",
"Microsoft.Extensions.ClosedGenericMatcher.Sources": { "Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"version": "1.1.0-*", "version": "1.1.0-rtm-22752",
"type": "build" "type": "build"
}, },
"Microsoft.Extensions.CopyOnWriteDictionary.Sources": { "Microsoft.Extensions.CopyOnWriteDictionary.Sources": {
"version": "1.1.0-*", "version": "1.1.0-rtm-22752",
"type": "build" "type": "build"
}, },
"Microsoft.Extensions.Localization": "1.1.0-*", "Microsoft.Extensions.Localization": "1.1.0",
"NETStandard.Library": "1.6.1-*" "NETStandard.Library": "1.6.1"
}, },
"frameworks": { "frameworks": {
"net451": { "net451": {
@ -40,7 +40,7 @@
}, },
"netstandard1.6": { "netstandard1.6": {
"dependencies": { "dependencies": {
"System.ComponentModel.Annotations": "4.3.0-*" "System.ComponentModel.Annotations": "4.3.0"
} }
} }
} }

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.1.0-*", "version": "1.1.0",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@ -21,13 +21,13 @@
"xmlDoc": true "xmlDoc": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.JsonPatch": "1.1.0-*", "Microsoft.AspNetCore.JsonPatch": "1.1.0",
"Microsoft.AspNetCore.Mvc.Core": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Core": "1.1.0",
"Microsoft.Extensions.ClosedGenericMatcher.Sources": { "Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"version": "1.1.0-*", "version": "1.1.0-rtm-22752",
"type": "build" "type": "build"
}, },
"NETStandard.Library": "1.6.1-*" "NETStandard.Library": "1.6.1"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},

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.1.0-*", "version": "1.1.0",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@ -21,16 +21,16 @@
"xmlDoc": true "xmlDoc": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc.Core": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Core": "1.1.0",
"Microsoft.Extensions.ClosedGenericMatcher.Sources": { "Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"version": "1.1.0-*", "version": "1.1.0-rtm-22752",
"type": "build" "type": "build"
}, },
"Microsoft.Extensions.PropertyHelper.Sources": { "Microsoft.Extensions.PropertyHelper.Sources": {
"version": "1.1.0-*", "version": "1.1.0-rtm-22752",
"type": "build" "type": "build"
}, },
"NETStandard.Library": "1.6.1-*" "NETStandard.Library": "1.6.1"
}, },
"frameworks": { "frameworks": {
"net451": { "net451": {
@ -41,8 +41,8 @@
}, },
"netstandard1.6": { "netstandard1.6": {
"dependencies": { "dependencies": {
"System.Runtime.Serialization.Xml": "4.3.0-*", "System.Runtime.Serialization.Xml": "4.3.0",
"System.Xml.XmlSerializer": "4.3.0-*" "System.Xml.XmlSerializer": "4.3.0"
} }
} }
} }

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.1.0-*", "version": "1.1.0",
"buildOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
@ -10,15 +10,15 @@
"xmlDoc": true "xmlDoc": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Localization": "1.1.0-*", "Microsoft.AspNetCore.Localization": "1.1.0",
"Microsoft.AspNetCore.Mvc.Razor": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Razor": "1.1.0",
"Microsoft.Extensions.DependencyInjection": "1.1.0-*", "Microsoft.Extensions.DependencyInjection": "1.1.0",
"Microsoft.Extensions.Localization": "1.1.0-*", "Microsoft.Extensions.Localization": "1.1.0",
"Microsoft.Extensions.PropertyHelper.Sources": { "Microsoft.Extensions.PropertyHelper.Sources": {
"version": "1.1.0-*", "version": "1.1.0-rtm-22752",
"type": "build" "type": "build"
}, },
"NETStandard.Library": "1.6.1-*" "NETStandard.Library": "1.6.1"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},

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.1.0-*", "version": "1.1.0",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@ -22,20 +22,20 @@
"xmlDoc": true "xmlDoc": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Razor.Runtime": "1.1.0-*", "Microsoft.AspNetCore.Razor.Runtime": "1.1.0",
"Microsoft.Extensions.Caching.Memory": "1.1.0-*", "Microsoft.Extensions.Caching.Memory": "1.1.0",
"Microsoft.Extensions.FileProviders.Physical": "1.1.0-*", "Microsoft.Extensions.FileProviders.Physical": "1.1.0",
"Microsoft.Extensions.PropertyHelper.Sources": { "Microsoft.Extensions.PropertyHelper.Sources": {
"version": "1.1.0-*", "version": "1.1.0-rtm-22752",
"type": "build" "type": "build"
}, },
"NETStandard.Library": "1.6.1-*" "NETStandard.Library": "1.6.1"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netstandard1.6": { "netstandard1.6": {
"dependencies": { "dependencies": {
"System.ComponentModel.TypeConverter": "4.3.0-*" "System.ComponentModel.TypeConverter": "4.3.0"
} }
} }
} }

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.1.0-*", "version": "1.1.0",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@ -22,27 +22,27 @@
"xmlDoc": true "xmlDoc": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc.Razor.Host": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Razor.Host": "1.1.0",
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.1.0-*", "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.1.0",
"Microsoft.CodeAnalysis.CSharp": "1.3.0", "Microsoft.CodeAnalysis.CSharp": "1.3.0",
"Microsoft.Extensions.FileProviders.Composite": "1.1.0-*",
"Microsoft.Extensions.ClosedGenericMatcher.Sources": { "Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"version": "1.1.0-*", "version": "1.1.0-rtm-22752",
"type": "build" "type": "build"
}, },
"Microsoft.Extensions.FileProviders.Composite": "1.1.0",
"Microsoft.Extensions.HashCodeCombiner.Sources": { "Microsoft.Extensions.HashCodeCombiner.Sources": {
"version": "1.1.0-*", "version": "1.1.0-rtm-22752",
"type": "build" "type": "build"
}, },
"Microsoft.Extensions.PropertyActivator.Sources": { "Microsoft.Extensions.PropertyActivator.Sources": {
"version": "1.1.0-*", "version": "1.1.0-rtm-22752",
"type": "build" "type": "build"
}, },
"Microsoft.Extensions.PropertyHelper.Sources": { "Microsoft.Extensions.PropertyHelper.Sources": {
"version": "1.1.0-*", "version": "1.1.0-rtm-22752",
"type": "build" "type": "build"
}, },
"NETStandard.Library": "1.6.1-*" "NETStandard.Library": "1.6.1"
}, },
"frameworks": { "frameworks": {
"net451": { "net451": {
@ -50,7 +50,7 @@
}, },
"netstandard1.6": { "netstandard1.6": {
"dependencies": { "dependencies": {
"System.Runtime.Loader": "4.3.0-*" "System.Runtime.Loader": "4.3.0"
} }
} }
} }

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.1.0-*", "version": "1.1.0",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@ -22,20 +22,20 @@
"xmlDoc": true "xmlDoc": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc.Razor": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Razor": "1.1.0",
"Microsoft.AspNetCore.Routing.Abstractions": "1.1.0-*", "Microsoft.AspNetCore.Routing.Abstractions": "1.1.0",
"Microsoft.Extensions.Caching.Memory": "1.1.0-*", "Microsoft.Extensions.Caching.Memory": "1.1.0",
"Microsoft.Extensions.FileSystemGlobbing": "1.1.0-*", "Microsoft.Extensions.FileSystemGlobbing": "1.1.0",
"Microsoft.Extensions.HashCodeCombiner.Sources": { "Microsoft.Extensions.HashCodeCombiner.Sources": {
"version": "1.1.0-*", "version": "1.1.0-rtm-22752",
"type": "build" "type": "build"
}, },
"Microsoft.Extensions.Primitives": "1.1.0-*", "Microsoft.Extensions.Primitives": "1.1.0",
"Microsoft.Extensions.PropertyHelper.Sources": { "Microsoft.Extensions.PropertyHelper.Sources": {
"version": "1.1.0-*", "version": "1.1.0-rtm-22752",
"type": "build" "type": "build"
}, },
"NETStandard.Library": "1.6.1-*" "NETStandard.Library": "1.6.1"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},

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.1.0-*", "version": "1.1.0",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@ -21,46 +21,46 @@
"xmlDoc": true "xmlDoc": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Antiforgery": "1.1.0-*", "Microsoft.AspNetCore.Antiforgery": "1.1.0",
"Microsoft.AspNetCore.ChunkingCookieManager.Sources": { "Microsoft.AspNetCore.ChunkingCookieManager.Sources": {
"version": "1.1.0-*", "version": "1.1.0-rtm-22752",
"type": "build" "type": "build"
}, },
"Microsoft.AspNetCore.Diagnostics.Abstractions": "1.1.0-*", "Microsoft.AspNetCore.Diagnostics.Abstractions": "1.1.0",
"Microsoft.AspNetCore.Html.Abstractions": "1.1.0-*", "Microsoft.AspNetCore.Html.Abstractions": "1.1.0",
"Microsoft.AspNetCore.Mvc.Core": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Core": "1.1.0",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.1.0-*", "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.1.0",
"Microsoft.AspNetCore.Mvc.Formatters.Json": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.1.0",
"Microsoft.Extensions.ClosedGenericMatcher.Sources": { "Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"version": "1.1.0-*", "version": "1.1.0-rtm-22752",
"type": "build" "type": "build"
}, },
"Microsoft.Extensions.CopyOnWriteDictionary.Sources": { "Microsoft.Extensions.CopyOnWriteDictionary.Sources": {
"version": "1.1.0-*", "version": "1.1.0-rtm-22752",
"type": "build" "type": "build"
}, },
"Microsoft.Extensions.HashCodeCombiner.Sources": { "Microsoft.Extensions.HashCodeCombiner.Sources": {
"version": "1.1.0-*", "version": "1.1.0-rtm-22752",
"type": "build" "type": "build"
}, },
"Microsoft.Extensions.PropertyActivator.Sources": { "Microsoft.Extensions.PropertyActivator.Sources": {
"version": "1.1.0-*", "version": "1.1.0-rtm-22752",
"type": "build" "type": "build"
}, },
"Microsoft.Extensions.PropertyHelper.Sources": { "Microsoft.Extensions.PropertyHelper.Sources": {
"version": "1.1.0-*", "version": "1.1.0-rtm-22752",
"type": "build" "type": "build"
}, },
"Microsoft.Extensions.WebEncoders": "1.1.0-*", "Microsoft.Extensions.WebEncoders": "1.1.0",
"NETStandard.Library": "1.6.1-*", "NETStandard.Library": "1.6.1",
"Newtonsoft.Json": "9.0.1", "Newtonsoft.Json": "9.0.1",
"System.Buffers": "4.3.0-*" "System.Buffers": "4.3.0"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netstandard1.6": { "netstandard1.6": {
"dependencies": { "dependencies": {
"System.Runtime.Serialization.Primitives": "4.3.0-*" "System.Runtime.Serialization.Primitives": "4.3.0"
} }
} }
} }

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.1.0-*", "version": "1.1.0",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@ -22,14 +22,14 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNet.WebApi.Client": "5.2.2", "Microsoft.AspNet.WebApi.Client": "5.2.2",
"Microsoft.AspNetCore.Mvc.Core": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Core": "1.1.0",
"Microsoft.AspNetCore.Mvc.Formatters.Json": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.1.0",
"Microsoft.AspNetCore.WebUtilities": "1.1.0-*", "Microsoft.AspNetCore.WebUtilities": "1.1.0",
"Microsoft.Extensions.PropertyHelper.Sources": { "Microsoft.Extensions.PropertyHelper.Sources": {
"type": "build", "type": "build",
"version": "1.1.0-*" "version": "1.1.0-rtm-22752"
}, },
"NETStandard.Library": "1.6.1-*" "NETStandard.Library": "1.6.1"
}, },
"frameworks": { "frameworks": {
"net451": { "net451": {
@ -44,8 +44,8 @@
"portable-net451+win8" "portable-net451+win8"
], ],
"dependencies": { "dependencies": {
"System.Runtime.Serialization.Xml": "4.3.0-*", "System.Runtime.Serialization.Xml": "4.3.0",
"System.Xml.XmlSerializer": "4.3.0-*" "System.Xml.XmlSerializer": "4.3.0"
} }
} }
} }

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.1.0-*", "version": "1.1.0",
"packOptions": { "packOptions": {
"repository": { "repository": {
"type": "git", "type": "git",
@ -20,17 +20,17 @@
"xmlDoc": true "xmlDoc": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc.ApiExplorer": "1.1.0-*", "Microsoft.AspNetCore.Mvc.ApiExplorer": "1.1.0",
"Microsoft.AspNetCore.Mvc.Cors": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Cors": "1.1.0",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.1.0-*", "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.1.0",
"Microsoft.AspNetCore.Mvc.Formatters.Json": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Formatters.Json": "1.1.0",
"Microsoft.AspNetCore.Mvc.Localization": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Localization": "1.1.0",
"Microsoft.AspNetCore.Mvc.Razor": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Razor": "1.1.0",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.1.0-*", "Microsoft.AspNetCore.Mvc.TagHelpers": "1.1.0",
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.1.0-*", "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.1.0",
"Microsoft.Extensions.Caching.Memory": "1.1.0-*", "Microsoft.Extensions.Caching.Memory": "1.1.0",
"Microsoft.Extensions.DependencyInjection": "1.1.0-*", "Microsoft.Extensions.DependencyInjection": "1.1.0",
"NETStandard.Library": "1.6.1-*" "NETStandard.Library": "1.6.1"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},

View File

@ -5,8 +5,8 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-rtm-22752",
"Microsoft.DotNet.InternalAbstractions": "1.0.0", "Microsoft.DotNet.InternalAbstractions": "1.0.0",
"Moq": "4.6.36-*", "Moq": "4.6.36-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
@ -16,10 +16,10 @@
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
}, },
"System.Diagnostics.TraceSource": "4.3.0-*" "System.Diagnostics.TraceSource": "4.3.0"
} }
}, },
"net451": {} "net451": {}

View File

@ -4,15 +4,15 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0",
"Microsoft.AspNetCore.Mvc.TestCommon": { "Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.1.0-*", "version": "1.1.0-*",
"type": "build" "type": "build"
}, },
"Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-rtm-22752",
"Microsoft.DotNet.InternalAbstractions": "1.0.0", "Microsoft.DotNet.InternalAbstractions": "1.0.0",
"Microsoft.Extensions.Logging.Testing": "1.1.0-*", "Microsoft.Extensions.Logging.Testing": "1.1.0-rtm-22752",
"Moq": "4.6.36-*", "Moq": "4.6.36-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
@ -21,10 +21,10 @@
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
}, },
"System.Diagnostics.TraceSource": "4.3.0-*" "System.Diagnostics.TraceSource": "4.3.0"
} }
}, },
"net451": {} "net451": {}

View File

@ -6,9 +6,9 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Http": "1.1.0-*", "Microsoft.AspNetCore.Http": "1.1.0",
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0",
"Microsoft.AspNetCore.Mvc.TestCommon": { "Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.1.0-*", "version": "1.1.0-*",
"type": "build" "type": "build"
@ -17,13 +17,13 @@
"version": "1.1.0-*", "version": "1.1.0-*",
"type": "build" "type": "build"
}, },
"Microsoft.AspNetCore.ResponseCaching": "1.0.0-*", "Microsoft.AspNetCore.ResponseCaching": "1.1.0",
"Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-rtm-22752",
"Microsoft.DotNet.InternalAbstractions": "1.0.0", "Microsoft.DotNet.InternalAbstractions": "1.0.0",
"Microsoft.Extensions.DependencyInjection": "1.1.0-*", "Microsoft.Extensions.DependencyInjection": "1.1.0",
"Microsoft.Extensions.DiagnosticAdapter": "1.1.0-*", "Microsoft.Extensions.DiagnosticAdapter": "1.1.0",
"Microsoft.Extensions.Logging": "1.1.0-*", "Microsoft.Extensions.Logging": "1.1.0",
"Microsoft.Extensions.Logging.Testing": "1.1.0-*", "Microsoft.Extensions.Logging.Testing": "1.1.0-rtm-22752",
"Moq": "4.6.36-*", "Moq": "4.6.36-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
@ -32,10 +32,10 @@
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
}, },
"System.Diagnostics.TraceSource": "4.3.0-*" "System.Diagnostics.TraceSource": "4.3.0"
} }
}, },
"net451": {} "net451": {}

View File

@ -4,17 +4,17 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Http": "1.1.0-*", "Microsoft.AspNetCore.Http": "1.1.0",
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0",
"Microsoft.AspNetCore.Mvc.TestCommon": { "Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.1.0-*", "version": "1.1.0-*",
"type": "build" "type": "build"
}, },
"Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-rtm-22752",
"Microsoft.DotNet.InternalAbstractions": "1.0.0", "Microsoft.DotNet.InternalAbstractions": "1.0.0",
"Microsoft.Extensions.DependencyInjection": "1.1.0-*", "Microsoft.Extensions.DependencyInjection": "1.1.0",
"Microsoft.Extensions.Logging.Testing": "1.1.0-*", "Microsoft.Extensions.Logging.Testing": "1.1.0-rtm-22752",
"Moq": "4.6.36-*", "Moq": "4.6.36-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
@ -23,10 +23,10 @@
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
}, },
"System.Diagnostics.TraceSource": "4.3.0-*" "System.Diagnostics.TraceSource": "4.3.0"
} }
}, },
"net451": {} "net451": {}

View File

@ -5,20 +5,20 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0",
"Microsoft.AspNetCore.Mvc.TestCommon": { "Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.1.0-*", "version": "1.1.0-*",
"type": "build" "type": "build"
}, },
"Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-rtm-22752",
"Microsoft.DotNet.InternalAbstractions": "1.0.0", "Microsoft.DotNet.InternalAbstractions": "1.0.0",
"Microsoft.Extensions.DependencyInjection": "1.1.0-*", "Microsoft.Extensions.DependencyInjection": "1.1.0",
"Microsoft.Extensions.HashCodeCombiner.Sources": { "Microsoft.Extensions.HashCodeCombiner.Sources": {
"version": "1.1.0-*", "version": "1.1.0-rtm-22752",
"type": "build" "type": "build"
}, },
"Microsoft.Extensions.Logging.Testing": "1.1.0-*", "Microsoft.Extensions.Logging.Testing": "1.1.0-rtm-22752",
"Moq": "4.6.36-*", "Moq": "4.6.36-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
@ -27,10 +27,10 @@
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
}, },
"System.Diagnostics.TraceSource": "4.3.0-*" "System.Diagnostics.TraceSource": "4.3.0"
} }
}, },
"net451": {} "net451": {}

View File

@ -4,17 +4,17 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Http": "1.1.0-*", "Microsoft.AspNetCore.Http": "1.1.0",
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0",
"Microsoft.AspNetCore.Mvc.TestCommon": { "Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.1.0-*", "version": "1.1.0-*",
"type": "build" "type": "build"
}, },
"Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-rtm-22752",
"Microsoft.DotNet.InternalAbstractions": "1.0.0", "Microsoft.DotNet.InternalAbstractions": "1.0.0",
"Microsoft.Extensions.DependencyInjection": "1.1.0-*", "Microsoft.Extensions.DependencyInjection": "1.1.0",
"Microsoft.Extensions.Logging.Testing": "1.1.0-*", "Microsoft.Extensions.Logging.Testing": "1.1.0-rtm-22752",
"Moq": "4.6.36-*", "Moq": "4.6.36-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
@ -23,10 +23,10 @@
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
}, },
"System.Diagnostics.TraceSource": "4.3.0-*" "System.Diagnostics.TraceSource": "4.3.0"
} }
}, },
"net451": {} "net451": {}

View File

@ -5,14 +5,14 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Http": "1.1.0-*", "Microsoft.AspNetCore.Http": "1.1.0",
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0",
"Microsoft.AspNetCore.Mvc.TestCommon": { "Microsoft.AspNetCore.Mvc.TestCommon": {
"type": "build", "type": "build",
"version": "1.1.0-*" "version": "1.1.0-*"
}, },
"Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-rtm-22752",
"Microsoft.DotNet.InternalAbstractions": "1.0.0", "Microsoft.DotNet.InternalAbstractions": "1.0.0",
"Moq": "4.6.36-*", "Moq": "4.6.36-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
@ -22,10 +22,10 @@
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
}, },
"System.Diagnostics.TraceSource": "4.3.0-*" "System.Diagnostics.TraceSource": "4.3.0"
} }
}, },
"net451": {} "net451": {}

View File

@ -10,7 +10,6 @@
"warningsAsErrors": true "warningsAsErrors": true
}, },
"dependencies": { "dependencies": {
"SecurityWebSite": "1.0.0",
"ApiExplorerWebSite": "1.0.0", "ApiExplorerWebSite": "1.0.0",
"ApplicationModelWebSite": "1.0.0", "ApplicationModelWebSite": "1.0.0",
"BasicWebSite": "1.0.0", "BasicWebSite": "1.0.0",
@ -23,25 +22,26 @@
"FormatterWebSite": "1.0.0", "FormatterWebSite": "1.0.0",
"HtmlGenerationWebSite": "1.0.0", "HtmlGenerationWebSite": "1.0.0",
"Microsoft.AspNetCore.ChunkingCookieManager.Sources": { "Microsoft.AspNetCore.ChunkingCookieManager.Sources": {
"version": "1.1.0-*", "version": "1.1.0-rtm-22752",
"type": "build" "type": "build"
}, },
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0",
"Microsoft.AspNetCore.Mvc.TestCommon": { "Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.1.0-*", "version": "1.1.0-*",
"type": "build" "type": "build"
}, },
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.TestHost": "1.1.0-*", "Microsoft.AspNetCore.TestHost": "1.1.0",
"Microsoft.AspNetCore.WebUtilities": "1.1.0-*", "Microsoft.AspNetCore.WebUtilities": "1.1.0",
"Microsoft.DotNet.InternalAbstractions": "1.0.0", "Microsoft.DotNet.InternalAbstractions": "1.0.0",
"Microsoft.Extensions.Configuration.Json": "1.1.0-*", "Microsoft.Extensions.Configuration.Json": "1.1.0",
"Microsoft.Extensions.Logging.Testing": "1.1.0-*", "Microsoft.Extensions.Logging.Testing": "1.1.0-rtm-22752",
"MvcSandbox": "1.0.0", "MvcSandbox": "1.0.0",
"RazorPageExecutionInstrumentationWebSite": "1.0.0", "RazorPageExecutionInstrumentationWebSite": "1.0.0",
"RazorWebSite": "1.0.0", "RazorWebSite": "1.0.0",
"RoutingWebSite": "1.0.0", "RoutingWebSite": "1.0.0",
"SecurityWebSite": "1.0.0",
"SimpleWebSite": "1.0.0", "SimpleWebSite": "1.0.0",
"TagHelpersWebSite": "1.0.0", "TagHelpersWebSite": "1.0.0",
"VersioningWebSite": "1.0.0", "VersioningWebSite": "1.0.0",
@ -54,7 +54,7 @@
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
} }
}, },

View File

@ -4,16 +4,16 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Http": "1.1.0-*", "Microsoft.AspNetCore.Http": "1.1.0",
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0",
"Microsoft.AspNetCore.Mvc.TestCommon": { "Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.1.0-*", "version": "1.1.0-*",
"type": "build" "type": "build"
}, },
"Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-rtm-22752",
"Microsoft.DotNet.InternalAbstractions": "1.0.0", "Microsoft.DotNet.InternalAbstractions": "1.0.0",
"Microsoft.Extensions.Logging": "1.1.0-*", "Microsoft.Extensions.Logging": "1.1.0",
"Moq": "4.6.36-*", "Moq": "4.6.36-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
@ -22,10 +22,10 @@
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
}, },
"System.Diagnostics.TraceSource": "4.3.0-*" "System.Diagnostics.TraceSource": "4.3.0"
} }
}, },
"net451": {} "net451": {}

View File

@ -4,14 +4,14 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0",
"Microsoft.AspNetCore.Mvc.Localization": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Localization": "1.1.0",
"Microsoft.AspNetCore.Mvc.TestCommon": { "Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.1.0-*", "version": "1.1.0-*",
"type": "build" "type": "build"
}, },
"Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-rtm-22752",
"Microsoft.DotNet.InternalAbstractions": "1.0.0", "Microsoft.DotNet.InternalAbstractions": "1.0.0",
"Moq": "4.6.36-*", "Moq": "4.6.36-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
@ -21,10 +21,10 @@
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
}, },
"System.Diagnostics.TraceSource": "4.3.0-*" "System.Diagnostics.TraceSource": "4.3.0"
} }
}, },
"net451": {} "net451": {}

View File

@ -1,17 +1,17 @@
{ {
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Mvc.Core": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Core": "1.1.0",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.1.0-*", "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.1.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0",
"Microsoft.AspNetCore.Mvc.Razor": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Razor": "1.1.0",
"Microsoft.AspNetCore.Mvc.Razor.Host": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Razor.Host": "1.1.0",
"Microsoft.AspNetCore.Mvc.TestCommon": { "Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.1.0-*", "version": "1.1.0-*",
"type": "build" "type": "build"
}, },
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.1.0-*", "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.1.0",
"Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-rtm-22752",
"Microsoft.DotNet.InternalAbstractions": "1.0.0", "Microsoft.DotNet.InternalAbstractions": "1.0.0",
"Moq": "4.6.36-*", "Moq": "4.6.36-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
@ -33,10 +33,10 @@
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
}, },
"System.Diagnostics.TraceSource": "4.3.0-*" "System.Diagnostics.TraceSource": "4.3.0"
} }
}, },
"net451": {} "net451": {}

View File

@ -17,15 +17,11 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Http": "1.1.0-*", "Microsoft.AspNetCore.Http": "1.1.0",
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.1.0-*", "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.1.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0",
"Microsoft.AspNetCore.Mvc.Razor": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Razor": "1.1.0",
"Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": {
"version": "1.1.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Mvc.TestCommon": { "Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.1.0-*", "version": "1.1.0-*",
"type": "build" "type": "build"
@ -34,11 +30,15 @@
"version": "1.1.0-*", "version": "1.1.0-*",
"type": "build" "type": "build"
}, },
"Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": {
"version": "1.1.0-rtm-22752",
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.1.0-rtm-22752",
"Microsoft.DotNet.InternalAbstractions": "1.0.0", "Microsoft.DotNet.InternalAbstractions": "1.0.0",
"Microsoft.Extensions.DependencyInjection": "1.1.0-*", "Microsoft.Extensions.DependencyInjection": "1.1.0",
"Microsoft.Extensions.DiagnosticAdapter": "1.1.0-*", "Microsoft.Extensions.DiagnosticAdapter": "1.1.0",
"Microsoft.Extensions.Logging.Testing": "1.1.0-*", "Microsoft.Extensions.Logging.Testing": "1.1.0-rtm-22752",
"Moq": "4.6.36-*", "Moq": "4.6.36-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
@ -47,10 +47,10 @@
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
}, },
"System.Diagnostics.TraceSource": "4.3.0-*" "System.Diagnostics.TraceSource": "4.3.0"
} }
}, },
"net451": {} "net451": {}

View File

@ -5,22 +5,22 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Http": "1.1.0-*", "Microsoft.AspNetCore.Http": "1.1.0",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.1.0-*", "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.1.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.1.0-*", "Microsoft.AspNetCore.Mvc.TagHelpers": "1.1.0",
"Microsoft.AspNetCore.Mvc.TestCommon": { "Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.1.0-*", "version": "1.1.0-*",
"type": "build" "type": "build"
}, },
"Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": { "Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": {
"version": "1.1.0-*", "version": "1.1.0-rtm-22752",
"type": "build" "type": "build"
}, },
"Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-rtm-22752",
"Microsoft.DotNet.InternalAbstractions": "1.0.0", "Microsoft.DotNet.InternalAbstractions": "1.0.0",
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*", "Microsoft.Extensions.Logging.Abstractions": "1.1.0",
"Microsoft.Extensions.Logging.Testing": "1.1.0-*", "Microsoft.Extensions.Logging.Testing": "1.1.0-rtm-22752",
"Moq": "4.6.36-*", "Moq": "4.6.36-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
@ -29,10 +29,10 @@
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
}, },
"System.Diagnostics.TraceSource": "4.3.0-*" "System.Diagnostics.TraceSource": "4.3.0"
} }
}, },
"net451": {} "net451": {}

View File

@ -4,11 +4,11 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0",
"Microsoft.DotNet.InternalAbstractions": "1.0.0", "Microsoft.DotNet.InternalAbstractions": "1.0.0",
"Microsoft.Extensions.DependencyInjection": "1.1.0-*", "Microsoft.Extensions.DependencyInjection": "1.1.0",
"Microsoft.Extensions.Logging": "1.1.0-*", "Microsoft.Extensions.Logging": "1.1.0",
"Moq": "4.6.36-*", "Moq": "4.6.36-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
@ -17,10 +17,10 @@
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
}, },
"System.Diagnostics.TraceSource": "4.3.0-*" "System.Diagnostics.TraceSource": "4.3.0"
} }
}, },
"net451": {} "net451": {}

View File

@ -5,7 +5,7 @@
"net451": {}, "net451": {},
"netstandard1.3": { "netstandard1.3": {
"dependencies": { "dependencies": {
"NETStandard.Library": "1.6.1-*" "NETStandard.Library": "1.6.1"
} }
} }
} }

View File

@ -5,7 +5,7 @@
"net451": {}, "net451": {},
"netstandard1.3": { "netstandard1.3": {
"dependencies": { "dependencies": {
"NETStandard.Library": "1.6.1-*" "NETStandard.Library": "1.6.1"
} }
} }
} }

View File

@ -5,9 +5,9 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Http": "1.1.0-*", "Microsoft.AspNetCore.Http": "1.1.0",
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0",
"Microsoft.AspNetCore.Mvc.TestCommon": { "Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.1.0-*", "version": "1.1.0-*",
"type": "build" "type": "build"
@ -16,12 +16,12 @@
"version": "1.1.0-*", "version": "1.1.0-*",
"type": "build" "type": "build"
}, },
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.1.0-*", "Microsoft.AspNetCore.Mvc.ViewFeatures": "1.1.0",
"Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-rtm-22752",
"Microsoft.DotNet.InternalAbstractions": "1.0.0", "Microsoft.DotNet.InternalAbstractions": "1.0.0",
"Microsoft.Extensions.DependencyInjection": "1.1.0-*", "Microsoft.Extensions.DependencyInjection": "1.1.0",
"Microsoft.Extensions.DiagnosticAdapter": "1.1.0-*", "Microsoft.Extensions.DiagnosticAdapter": "1.1.0",
"Microsoft.Extensions.Logging.Testing": "1.1.0-*", "Microsoft.Extensions.Logging.Testing": "1.1.0-rtm-22752",
"Moq": "4.6.36-*", "Moq": "4.6.36-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
@ -30,10 +30,10 @@
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
}, },
"System.Diagnostics.TraceSource": "4.3.0-*" "System.Diagnostics.TraceSource": "4.3.0"
} }
}, },
"net451": {} "net451": {}

View File

@ -4,12 +4,12 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Http": "1.1.0-*", "Microsoft.AspNetCore.Http": "1.1.0",
"Microsoft.AspNetCore.Mvc.WebApiCompatShim": "1.1.0-*", "Microsoft.AspNetCore.Mvc.WebApiCompatShim": "1.1.0",
"Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-rtm-22752",
"Microsoft.DotNet.InternalAbstractions": "1.0.0", "Microsoft.DotNet.InternalAbstractions": "1.0.0",
"Microsoft.Extensions.DependencyInjection": "1.1.0-*", "Microsoft.Extensions.DependencyInjection": "1.1.0",
"Microsoft.Extensions.Logging.Testing": "1.1.0-*", "Microsoft.Extensions.Logging.Testing": "1.1.0-rtm-22752",
"Moq": "4.6.36-*", "Moq": "4.6.36-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
@ -21,10 +21,10 @@
], ],
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
}, },
"System.Diagnostics.TraceSource": "4.3.0-*" "System.Diagnostics.TraceSource": "4.3.0"
} }
}, },
"net451": {} "net451": {}

View File

@ -4,19 +4,19 @@
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*" "Microsoft.AspNetCore.StaticFiles": "1.1.0"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
} }
} }

View File

@ -4,18 +4,18 @@
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*" "Microsoft.AspNetCore.StaticFiles": "1.1.0"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
} }
} }

View File

@ -4,24 +4,24 @@
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Razor.Tools": { "Microsoft.AspNetCore.Razor.Tools": {
"type": "build", "type": "build",
"version": "1.0.0-*" "version": "1.1.0-preview4-final"
}, },
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
"Microsoft.AspNetCore.Session": "1.1.0-*", "Microsoft.AspNetCore.Session": "1.1.0",
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*" "Microsoft.AspNetCore.StaticFiles": "1.1.0"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
} }
} }

View File

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

View File

@ -4,22 +4,22 @@
}, },
"dependencies": { "dependencies": {
"ControllersFromServicesClassLibrary": "1.0.0", "ControllersFromServicesClassLibrary": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Razor.Tools": { "Microsoft.AspNetCore.Razor.Tools": {
"type": "build", "type": "build",
"version": "1.0.0-*" "version": "1.1.0-preview4-final"
}, },
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*" "Microsoft.AspNetCore.StaticFiles": "1.1.0"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
} }
} }

View File

@ -9,20 +9,20 @@
] ]
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Cors": "1.1.0-*", "Microsoft.AspNetCore.Cors": "1.1.0",
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*" "Microsoft.AspNetCore.StaticFiles": "1.1.0"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
} }
} }

View File

@ -4,19 +4,19 @@
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Diagnostics": "1.1.0-*", "Microsoft.AspNetCore.Diagnostics": "1.1.0",
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*" "Microsoft.AspNetCore.StaticFiles": "1.1.0"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
} }
} }

View File

@ -7,19 +7,19 @@
} }
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*", "Microsoft.AspNetCore.StaticFiles": "1.1.0",
"Microsoft.Extensions.FileProviders.Embedded": "1.1.0-*" "Microsoft.Extensions.FileProviders.Embedded": "1.1.0"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
} }
} }

View File

@ -4,21 +4,21 @@
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Authentication": "1.1.0-*", "Microsoft.AspNetCore.Authentication": "1.1.0",
"Microsoft.AspNetCore.Localization.Routing": "1.1.0-*", "Microsoft.AspNetCore.Localization.Routing": "1.1.0",
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*" "Microsoft.AspNetCore.StaticFiles": "1.1.0"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
} }
} }

View File

@ -4,19 +4,19 @@
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*" "Microsoft.AspNetCore.StaticFiles": "1.1.0"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
} }
} }

View File

@ -4,22 +4,22 @@
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.1.0-*", "Microsoft.AspNetCore.Mvc.TagHelpers": "1.1.0",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Razor.Tools": { "Microsoft.AspNetCore.Razor.Tools": {
"type": "build", "type": "build",
"version": "1.0.0-*" "version": "1.1.0-preview4-final"
}, },
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*" "Microsoft.AspNetCore.Server.Kestrel": "1.1.0"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
} }
} }

View File

@ -1,11 +1,11 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Http": "1.1.0-*", "Microsoft.AspNetCore.Http": "1.1.0",
"Microsoft.AspNetCore.Http.Extensions": "1.1.0-*", "Microsoft.AspNetCore.Http.Extensions": "1.1.0",
"Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-rtm-22752",
"Microsoft.Extensions.Configuration": "1.1.0-*", "Microsoft.Extensions.Configuration": "1.1.0",
"Microsoft.Extensions.DependencyInjection": "1.1.0-*", "Microsoft.Extensions.DependencyInjection": "1.1.0",
"NETStandard.Library": "1.6.1-*" "NETStandard.Library": "1.6.1"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},

View File

@ -4,19 +4,19 @@
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*", "Microsoft.AspNetCore.StaticFiles": "1.1.0",
"Microsoft.Extensions.DiagnosticAdapter": "1.1.0-*" "Microsoft.Extensions.DiagnosticAdapter": "1.1.0"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
} }
} }

View File

@ -11,13 +11,13 @@
] ]
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Localization": "1.1.0-*", "Microsoft.AspNetCore.Localization": "1.1.0",
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Mvc.Localization": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Localization": "1.1.0",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*" "Microsoft.AspNetCore.StaticFiles": "1.1.0"
}, },
"frameworks": { "frameworks": {
"net451": { "net451": {
@ -35,7 +35,7 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
} }
} }

View File

@ -4,18 +4,18 @@
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*" "Microsoft.AspNetCore.StaticFiles": "1.1.0"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
} }
} }

View File

@ -4,16 +4,16 @@
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0-*", "Microsoft.AspNetCore.Authentication.Cookies": "1.1.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.AspNetCore.Hosting": "1.1.0",
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Hosting": "1.1.0-*" "Microsoft.AspNetCore.Server.Kestrel": "1.1.0"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
} }
} }
@ -28,7 +28,9 @@
] ]
}, },
"scripts": { "scripts": {
"postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ] "postpublish": [
"dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
]
}, },
"tools": { "tools": {
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-preview2-final", "Microsoft.AspNetCore.Razor.Tools": "1.0.0-preview2-final",

View File

@ -4,16 +4,16 @@
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*" "Microsoft.AspNetCore.Server.Kestrel": "1.1.0"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
} }
} }

View File

@ -6,22 +6,22 @@
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Razor.Tools": { "Microsoft.AspNetCore.Razor.Tools": {
"type": "build", "type": "build",
"version": "1.0.0-*" "version": "1.1.0-preview4-final"
}, },
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*" "Microsoft.AspNetCore.StaticFiles": "1.1.0"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
} }
} }

View File

@ -3,7 +3,7 @@
"net451": {}, "net451": {},
"netstandard1.3": { "netstandard1.3": {
"dependencies": { "dependencies": {
"NETStandard.Library": "1.6.1-*" "NETStandard.Library": "1.6.1"
} }
} }
} }

View File

@ -4,18 +4,18 @@
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*" "Microsoft.AspNetCore.StaticFiles": "1.1.0"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
} }
} }

View File

@ -4,12 +4,12 @@
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Mvc.WebApiCompatShim": "1.1.0-*", "Microsoft.AspNetCore.Mvc.WebApiCompatShim": "1.1.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*" "Microsoft.AspNetCore.StaticFiles": "1.1.0"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
@ -17,10 +17,10 @@
"imports": "portable-net451+win8", "imports": "portable-net451+win8",
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
}, },
"System.Diagnostics.TraceSource": "4.3.0-*" "System.Diagnostics.TraceSource": "4.3.0"
} }
} }
}, },

View File

@ -4,19 +4,19 @@
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.1.0",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0", "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*" "Microsoft.AspNetCore.StaticFiles": "1.1.0"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.1.0-*", "version": "1.1.0",
"type": "platform" "type": "platform"
} }
} }