Updating json files to pin versions and build files to pin KoreBuild

This commit is contained in:
Pranav K 2016-06-27 13:51:10 -07:00
parent 661677dca1
commit a1f4786695
56 changed files with 415 additions and 422 deletions

View File

@ -33,7 +33,7 @@ cd $PSScriptRoot
$repoFolder = $PSScriptRoot
$env:REPO_FOLDER = $repoFolder
$koreBuildZip="https://github.com/aspnet/KoreBuild/archive/release.zip"
$koreBuildZip="https://github.com/aspnet/KoreBuild/archive/1.0.0.zip"
if ($env:KOREBUILD_ZIP)
{
$koreBuildZip=$env:KOREBUILD_ZIP

View File

@ -2,7 +2,7 @@
repoFolder="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $repoFolder
koreBuildZip="https://github.com/aspnet/KoreBuild/archive/release.zip"
koreBuildZip="https://github.com/aspnet/KoreBuild/archive/1.0.0.zip"
if [ ! -z $KOREBUILD_ZIP ]; then
koreBuildZip=$KOREBUILD_ZIP
fi

View File

@ -5,17 +5,17 @@
"preserveCompilationContext": true
},
"dependencies": {
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Diagnostics": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.0",
"Microsoft.AspNetCore.Razor.Tools": {
"type": "build",
"version": "1.0.0-*"
"version": "1.0.0-preview2-final"
},
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0",
"Microsoft.Extensions.Configuration.Json": "1.0.0",
"Microsoft.Extensions.Logging.Console": "1.0.0"
},
"publishOptions": {
"include": [
@ -33,10 +33,10 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0",
"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",
"version": "1.0.0-*",
"version": "1.0.0",
"packOptions": {
"repository": {
"type": "git",
@ -20,33 +20,33 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Routing.Abstractions": "1.0.0-*",
"Microsoft.AspNetCore.Routing.Abstractions": "1.0.0",
"Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-rtm-21431",
"type": "build"
},
"Microsoft.Extensions.CopyOnWriteDictionary.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-rtm-21431",
"type": "build"
},
"Microsoft.Extensions.HashCodeCombiner.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-rtm-21431",
"type": "build"
},
"Microsoft.Extensions.PropertyHelper.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-rtm-21431",
"type": "build"
},
"Microsoft.Net.Http.Headers": "1.0.0-*"
"Microsoft.Net.Http.Headers": "1.0.0"
},
"frameworks": {
"net451": {},
"netstandard1.3": {
"dependencies": {
"Microsoft.CSharp": "4.0.1-*",
"System.ComponentModel.TypeConverter": "4.1.0-*",
"System.Reflection.Extensions": "4.0.1-*",
"System.Text.Encoding.Extensions": "4.0.11-*"
"Microsoft.CSharp": "4.0.1",
"System.ComponentModel.TypeConverter": "4.1.0",
"System.Reflection.Extensions": "4.0.1",
"System.Text.Encoding.Extensions": "4.0.11"
}
}
}

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

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",
"version": "1.0.0-*",
"version": "1.0.0",
"packOptions": {
"repository": {
"type": "git",
@ -20,47 +20,47 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Authorization": "1.0.0-*",
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Abstractions": "1.0.0-*",
"Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Routing": "1.0.0-*",
"Microsoft.AspNetCore.Authorization": "1.0.0",
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0",
"Microsoft.AspNetCore.Mvc.Abstractions": "1.0.0",
"Microsoft.AspNetCore.Http": "1.0.0",
"Microsoft.AspNetCore.Routing": "1.0.0",
"Microsoft.AspNetCore.Routing.DecisionTree.Sources": {
"type": "build",
"version": "1.0.0-*"
"version": "1.0.0-rtm-21431"
},
"Microsoft.Extensions.FileProviders.Abstractions": "1.0.0-*",
"Microsoft.Extensions.DependencyModel": "1.0.0-*",
"Microsoft.Extensions.FileProviders.Abstractions": "1.0.0",
"Microsoft.Extensions.DependencyModel": "1.0.0",
"Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-rtm-21431",
"type": "build"
},
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0",
"Microsoft.Extensions.HashCodeCombiner.Sources": {
"type": "build",
"version": "1.0.0-*"
"version": "1.0.0-rtm-21431"
},
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0",
"Microsoft.Extensions.PropertyActivator.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-rtm-21431",
"type": "build"
},
"Microsoft.Extensions.PropertyHelper.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-rtm-21431",
"type": "build"
},
"Microsoft.Extensions.SecurityHelper.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-rtm-21431",
"type": "build"
},
"System.Buffers": "4.0.0-*",
"System.Diagnostics.DiagnosticSource": "4.0.0-*"
"System.Buffers": "4.0.0",
"System.Diagnostics.DiagnosticSource": "4.0.0"
},
"frameworks": {
"net451": {},
"netstandard1.6": {
"dependencies": {
"System.Text.Encoding": "4.0.11-*"
"System.Text.Encoding": "4.0.11"
}
}
}

View File

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

View File

@ -1,6 +1,6 @@
{
"description": "ASP.NET Core MVC metadata and validation system using System.ComponentModel.DataAnnotations.",
"version": "1.0.0-*",
"version": "1.0.0",
"packOptions": {
"repository": {
"type": "git",
@ -20,16 +20,16 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Mvc.Core": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Core": "1.0.0",
"Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-rtm-21431",
"type": "build"
},
"Microsoft.Extensions.CopyOnWriteDictionary.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-rtm-21431",
"type": "build"
},
"Microsoft.Extensions.Localization": "1.0.0-*"
"Microsoft.Extensions.Localization": "1.0.0"
},
"frameworks": {
"net451": {
@ -39,7 +39,7 @@
},
"netstandard1.6": {
"dependencies": {
"System.ComponentModel.Annotations": "4.1.0-*"
"System.ComponentModel.Annotations": "4.1.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.",
"version": "1.0.0-*",
"version": "1.0.0",
"packOptions": {
"repository": {
"type": "git",
@ -21,16 +21,15 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.JsonPatch": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Core": "1.0.0-*",
"Microsoft.AspNetCore.JsonPatch": "1.0.0",
"Microsoft.AspNetCore.Mvc.Core": "1.0.0",
"Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-rtm-21431",
"type": "build"
}
},
"frameworks": {
"net451": {},
"netstandard1.6": {
}
"netstandard1.6": {}
}
}

View File

@ -1,6 +1,6 @@
{
"description": "ASP.NET Core MVC formatters for XML input and output using DataContractSerializer and XmlSerializer.",
"version": "1.0.0-*",
"version": "1.0.0",
"packOptions": {
"repository": {
"type": "git",
@ -21,13 +21,13 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Mvc.Core": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Core": "1.0.0",
"Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-rtm-21431",
"type": "build"
},
"Microsoft.Extensions.PropertyHelper.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-rtm-21431",
"type": "build"
}
},
@ -40,8 +40,8 @@
},
"netstandard1.6": {
"dependencies": {
"System.Runtime.Serialization.Xml": "4.1.1-*",
"System.Xml.XmlSerializer": "4.0.11-*"
"System.Runtime.Serialization.Xml": "4.1.1",
"System.Xml.XmlSerializer": "4.0.11"
}
}
}

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",
"version": "1.0.0-*",
"version": "1.0.0",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
@ -10,19 +10,18 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Localization": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Razor": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.Extensions.Localization": "1.0.0-*",
"Microsoft.AspNetCore.Localization": "1.0.0",
"Microsoft.AspNetCore.Mvc.Razor": "1.0.0",
"Microsoft.Extensions.DependencyInjection": "1.0.0",
"Microsoft.Extensions.Localization": "1.0.0",
"Microsoft.Extensions.PropertyHelper.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-rtm-21431",
"type": "build"
}
},
"frameworks": {
"net451": {},
"netstandard1.6": {
}
"netstandard1.6": {}
},
"packOptions": {
"repository": {

View File

@ -1,6 +1,6 @@
{
"description": "ASP.NET Core MVC design time hosting infrastructure for the Razor view engine.",
"version": "1.0.0-*",
"version": "1.0.0",
"packOptions": {
"repository": {
"type": "git",
@ -22,11 +22,11 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Razor.Runtime": "1.0.0-*",
"Microsoft.Extensions.Caching.Memory": "1.0.0-*",
"Microsoft.Extensions.FileProviders.Physical": "1.0.0-*",
"Microsoft.AspNetCore.Razor.Runtime": "1.0.0",
"Microsoft.Extensions.Caching.Memory": "1.0.0",
"Microsoft.Extensions.FileProviders.Physical": "1.0.0",
"Microsoft.Extensions.PropertyHelper.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-rtm-21431",
"type": "build"
}
},
@ -34,10 +34,10 @@
"net451": {},
"netstandard1.6": {
"dependencies": {
"System.Collections.Concurrent": "4.0.12-*",
"System.ComponentModel.TypeConverter": "4.1.0-*",
"System.Reflection.Extensions": "4.0.1-*",
"System.Text.Encoding.Extensions": "4.0.11-*"
"System.Collections.Concurrent": "4.0.12",
"System.ComponentModel.TypeConverter": "4.1.0",
"System.Reflection.Extensions": "4.0.1",
"System.Text.Encoding.Extensions": "4.0.11"
}
}
}

View File

@ -1,6 +1,6 @@
{
"description": "ASP.NET Core MVC Razor view engine for CSHTML files.",
"version": "1.0.0-*",
"version": "1.0.0",
"packOptions": {
"repository": {
"type": "git",
@ -22,32 +22,31 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Mvc.Razor.Host": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0-*",
"Microsoft.CodeAnalysis.CSharp": "1.3.0-*",
"Microsoft.Extensions.FileProviders.Composite": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Razor.Host": "1.0.0",
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0",
"Microsoft.CodeAnalysis.CSharp": "1.3.0",
"Microsoft.Extensions.FileProviders.Composite": "1.0.0",
"Microsoft.Extensions.HashCodeCombiner.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-rtm-21431",
"type": "build"
},
"Microsoft.Extensions.PropertyActivator.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-rtm-21431",
"type": "build"
},
"Microsoft.Extensions.PropertyHelper.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-rtm-21431",
"type": "build"
}
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
}
"frameworkAssemblies": {}
},
"netstandard1.6": {
"dependencies": {
"System.Text.Encoding": "4.0.11-*",
"System.Runtime.Loader": "4.0.0-*"
"System.Text.Encoding": "4.0.11",
"System.Runtime.Loader": "4.0.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.",
"version": "1.0.0-*",
"version": "1.0.0",
"packOptions": {
"repository": {
"type": "git",
@ -22,26 +22,25 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Mvc.Razor": "1.0.0-*",
"Microsoft.Extensions.Caching.Memory": "1.0.0-*",
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Razor": "1.0.0",
"Microsoft.Extensions.Caching.Memory": "1.0.0",
"Microsoft.Extensions.FileSystemGlobbing": "1.0.0",
"Microsoft.Extensions.Logging.Abstractions": {
"version": "1.0.0-*",
"version": "1.0.0",
"type": "build"
},
"Microsoft.Extensions.Primitives": "1.0.0-*",
"Microsoft.Extensions.Primitives": "1.0.0",
"Microsoft.Extensions.PropertyHelper.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-rtm-21431",
"type": "build"
},
"Microsoft.Extensions.HashCodeCombiner.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-rtm-21431",
"type": "build"
}
},
"frameworks": {
"net451": {},
"netstandard1.6": {
}
"netstandard1.6": {}
}
}

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",
"version": "1.0.0-*",
"version": "1.0.0",
"packOptions": {
"repository": {
"type": "git",
@ -20,41 +20,41 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Antiforgery": "1.0.0-*",
"Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0-*",
"Microsoft.AspNetCore.Html.Abstractions": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Core": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0-*",
"Microsoft.AspNetCore.Antiforgery": "1.0.0",
"Microsoft.AspNetCore.Diagnostics.Abstractions": "1.0.0",
"Microsoft.AspNetCore.Html.Abstractions": "1.0.0",
"Microsoft.AspNetCore.Mvc.Core": "1.0.0",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0",
"Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0",
"Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-rtm-21431",
"type": "build"
},
"Microsoft.Extensions.CopyOnWriteDictionary.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-rtm-21431",
"type": "build"
},
"Microsoft.Extensions.PropertyActivator.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-rtm-21431",
"type": "build"
},
"Microsoft.Extensions.PropertyHelper.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-rtm-21431",
"type": "build"
},
"Microsoft.Extensions.HashCodeCombiner.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-rtm-21431",
"type": "build"
},
"Microsoft.Extensions.WebEncoders": "1.0.0-*",
"Microsoft.Extensions.WebEncoders": "1.0.0",
"Newtonsoft.Json": "9.0.1",
"System.Buffers": "4.0.0-*"
"System.Buffers": "4.0.0"
},
"frameworks": {
"net451": {},
"netstandard1.6": {
"dependencies": {
"System.Runtime.Serialization.Primitives": "4.1.1-*"
"System.Runtime.Serialization.Primitives": "4.1.1"
}
}
}

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",
"version": "1.0.0-*",
"version": "1.0.0",
"packOptions": {
"repository": {
"type": "git",
@ -21,13 +21,13 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Mvc.Core": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Core": "1.0.0",
"Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0",
"Microsoft.AspNet.WebApi.Client": "5.2.2",
"Microsoft.AspNetCore.WebUtilities": "1.0.0-*",
"Microsoft.AspNetCore.WebUtilities": "1.0.0",
"Microsoft.Extensions.PropertyHelper.Sources": {
"type": "build",
"version": "1.0.0-*"
"version": "1.0.0-rtm-21431"
}
},
"frameworks": {
@ -43,9 +43,9 @@
"portable-net451+win8"
],
"dependencies": {
"System.Net.Http": "4.1.0-*",
"System.Runtime.Serialization.Xml": "4.1.1-*",
"System.Xml.XmlSerializer": "4.0.11-*"
"System.Net.Http": "4.1.0",
"System.Runtime.Serialization.Xml": "4.1.1",
"System.Xml.XmlSerializer": "4.0.11"
}
}
}

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.",
"version": "1.0.0-*",
"version": "1.0.0",
"packOptions": {
"repository": {
"type": "git",
@ -20,24 +20,23 @@
"xmlDoc": true
},
"dependencies": {
"Microsoft.AspNetCore.Mvc.ApiExplorer": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Cors": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Localization": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Razor": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0-*",
"Microsoft.Extensions.Caching.Memory": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.ApiExplorer": "1.0.0",
"Microsoft.AspNetCore.Mvc.Cors": "1.0.0",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0",
"Microsoft.AspNetCore.Mvc.Formatters.Json": "1.0.0",
"Microsoft.AspNetCore.Mvc.Localization": "1.0.0",
"Microsoft.AspNetCore.Mvc.Razor": "1.0.0",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0",
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0",
"Microsoft.Extensions.Caching.Memory": "1.0.0",
"Microsoft.Extensions.DependencyInjection": "1.0.0",
"Microsoft.Extensions.PropertyHelper.Sources": {
"version": "1.0.0-*",
"version": "1.0.0-rtm-21431",
"type": "build"
}
},
"frameworks": {
"net451": {},
"netstandard1.6": {
}
"netstandard1.6": {}
}
}

View File

@ -4,9 +4,9 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*"
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
"Microsoft.AspNetCore.Mvc": "1.0.0",
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431"
},
"testRunner": "xunit",
"frameworks": {
@ -17,12 +17,12 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
"System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.Process": "4.1.0",
"System.Diagnostics.TraceSource": "4.0.0"
}
},
"net451": {

View File

@ -3,15 +3,15 @@
"warningsAsErrors": true
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
"Microsoft.AspNetCore.Mvc": "1.0.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0",
"Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.Logging.Testing": "1.0.0-*"
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
"Microsoft.Extensions.Logging.Testing": "1.0.0-rtm-21431"
},
"testRunner": "xunit",
"frameworks": {
@ -22,12 +22,12 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
"System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.Process": "4.1.0",
"System.Diagnostics.TraceSource": "4.0.0"
}
},
"net451": {

View File

@ -5,10 +5,10 @@
"preserveCompilationContext": true
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
"Microsoft.AspNetCore.Http": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0",
"Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.0.0-*",
"type": "build"
@ -17,11 +17,11 @@
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.Extensions.DiagnosticAdapter": "1.0.0-*",
"Microsoft.Extensions.Logging.Testing": "1.0.0-*",
"Microsoft.Extensions.Logging": "1.0.0-*"
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
"Microsoft.Extensions.DependencyInjection": "1.0.0",
"Microsoft.Extensions.DiagnosticAdapter": "1.0.0",
"Microsoft.Extensions.Logging.Testing": "1.0.0-rtm-21431",
"Microsoft.Extensions.Logging": "1.0.0"
},
"testRunner": "xunit",
"frameworks": {
@ -32,12 +32,12 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
"System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.Process": "4.1.0",
"System.Diagnostics.TraceSource": "4.0.0"
}
},
"net451": {

View File

@ -3,17 +3,17 @@
"warningsAsErrors": true
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
"Microsoft.AspNetCore.Http": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0",
"Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.Extensions.Logging.Testing": "1.0.0-*"
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
"Microsoft.Extensions.DependencyInjection": "1.0.0",
"Microsoft.Extensions.Logging.Testing": "1.0.0-rtm-21431"
},
"testRunner": "xunit",
"frameworks": {
@ -24,12 +24,12 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
"System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.Process": "4.1.0",
"System.Diagnostics.TraceSource": "4.0.0"
}
},
"net451": {

View File

@ -4,16 +4,16 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
"Microsoft.AspNetCore.Mvc": "1.0.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0",
"Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.Extensions.Logging.Testing": "1.0.0-*"
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
"Microsoft.Extensions.DependencyInjection": "1.0.0",
"Microsoft.Extensions.Logging.Testing": "1.0.0-rtm-21431"
},
"testRunner": "xunit",
"frameworks": {
@ -24,12 +24,12 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
"System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.Process": "4.1.0",
"System.Diagnostics.TraceSource": "4.0.0"
}
},
"net451": {

View File

@ -3,17 +3,17 @@
"warningsAsErrors": true
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
"Microsoft.AspNetCore.Http": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0",
"Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.Extensions.Logging.Testing": "1.0.0-*"
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
"Microsoft.Extensions.DependencyInjection": "1.0.0",
"Microsoft.Extensions.Logging.Testing": "1.0.0-rtm-21431"
},
"testRunner": "xunit",
"frameworks": {
@ -24,12 +24,12 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
"System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.Process": "4.1.0",
"System.Diagnostics.TraceSource": "4.0.0"
}
},
"net451": {

View File

@ -4,15 +4,15 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
"Microsoft.AspNetCore.Http": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0",
"Microsoft.AspNetCore.Mvc.TestCommon": {
"type": "build",
"version": "1.0.0-*"
},
"Microsoft.AspNetCore.Testing": "1.0.0-*"
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431"
},
"testRunner": "xunit",
"frameworks": {
@ -23,12 +23,12 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
"System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.Process": "4.1.0",
"System.Diagnostics.TraceSource": "4.0.0"
}
},
"net451": {

View File

@ -10,7 +10,7 @@
"warningsAsErrors": true
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
"ApiExplorerWebSite": "1.0.0",
"ApplicationModelWebSite": "1.0.0",
"BasicWebSite": "1.0.0",
@ -21,17 +21,17 @@
"FiltersWebSite": "1.0.0",
"FormatterWebSite": "1.0.0",
"HtmlGenerationWebSite": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0",
"Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
"Microsoft.AspNetCore.WebUtilities": "1.0.0-*",
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
"Microsoft.Extensions.Logging.Testing": "1.0.0-*",
"Microsoft.AspNetCore.TestHost": "1.0.0",
"Microsoft.AspNetCore.WebUtilities": "1.0.0",
"Microsoft.Extensions.Configuration.Json": "1.0.0",
"Microsoft.Extensions.Logging.Testing": "1.0.0-rtm-21431",
"MvcSandbox": "1.0.0",
"RazorPageExecutionInstrumentationWebSite": "1.0.0",
"RazorWebSite": "1.0.0",
@ -47,7 +47,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0",
"type": "platform"
}
},

View File

@ -3,16 +3,16 @@
"warningsAsErrors": true
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
"Microsoft.AspNetCore.Http": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0",
"Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.Logging": "1.0.0-*"
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
"Microsoft.Extensions.Logging": "1.0.0"
},
"testRunner": "xunit",
"frameworks": {
@ -23,12 +23,12 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
"System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.Process": "4.1.0",
"System.Diagnostics.TraceSource": "4.0.0"
}
},
"net451": {

View File

@ -3,15 +3,15 @@
"warningsAsErrors": true
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Localization": "1.0.0-*",
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
"Microsoft.AspNetCore.Mvc": "1.0.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0",
"Microsoft.AspNetCore.Mvc.Localization": "1.0.0",
"Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.0.0-*"
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431"
},
"testRunner": "xunit",
"frameworks": {
@ -22,12 +22,12 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
"System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.Process": "4.1.0",
"System.Diagnostics.TraceSource": "4.0.0"
}
},
"net451": {

View File

@ -1,17 +1,17 @@
{
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Core": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Razor": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Razor.Host": "1.0.0-*",
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
"Microsoft.AspNetCore.Mvc.Core": "1.0.0",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0",
"Microsoft.AspNetCore.Mvc.Razor": "1.0.0",
"Microsoft.AspNetCore.Mvc.Razor.Host": "1.0.0",
"Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*"
"Microsoft.AspNetCore.Mvc.ViewFeatures": "1.0.0",
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431"
},
"testRunner": "xunit",
"buildOptions": {
@ -39,12 +39,12 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
"System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.Process": "4.1.0",
"System.Diagnostics.TraceSource": "4.0.0"
}
},
"net451": {

View File

@ -13,12 +13,12 @@
}
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Razor": "1.0.0-*",
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
"Microsoft.AspNetCore.Http": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.0",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0",
"Microsoft.AspNetCore.Mvc.Razor": "1.0.0",
"Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.0.0-*",
"type": "build"
@ -27,10 +27,10 @@
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.Extensions.DiagnosticAdapter": "1.0.0-*",
"Microsoft.Extensions.Logging.Testing": "1.0.0-*"
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
"Microsoft.Extensions.DependencyInjection": "1.0.0",
"Microsoft.Extensions.DiagnosticAdapter": "1.0.0",
"Microsoft.Extensions.Logging.Testing": "1.0.0-rtm-21431"
},
"testRunner": "xunit",
"frameworks": {
@ -41,12 +41,12 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
"System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.Process": "4.1.0",
"System.Diagnostics.TraceSource": "4.0.0"
}
},
"net451": {

View File

@ -4,18 +4,18 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
"Microsoft.AspNetCore.Http": "1.0.0",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0",
"Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
"Microsoft.Extensions.Logging.Testing": "1.0.0-*"
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0",
"Microsoft.Extensions.Logging.Testing": "1.0.0-rtm-21431"
},
"testRunner": "xunit",
"frameworks": {
@ -26,12 +26,12 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
"System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.Process": "4.1.0",
"System.Diagnostics.TraceSource": "4.0.0"
}
},
"net451": {

View File

@ -3,11 +3,11 @@
"warningsAsErrors": true
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.Extensions.Logging": "1.0.0-*",
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
"Microsoft.AspNetCore.Mvc": "1.0.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0",
"Microsoft.Extensions.DependencyInjection": "1.0.0",
"Microsoft.Extensions.Logging": "1.0.0",
"xunit": "2.1.0"
},
"testRunner": "xunit",
@ -19,12 +19,12 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
"System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.Process": "4.1.0",
"System.Diagnostics.TraceSource": "4.0.0"
}
},
"net451": {

View File

@ -5,7 +5,7 @@
"net451": {},
"netstandard1.3": {
"dependencies": {
"System.Runtime": "4.1.0-*"
"System.Runtime": "4.1.0"
},
"imports": [
"dotnet5.4"

View File

@ -5,7 +5,7 @@
"net451": {},
"netstandard1.3": {
"dependencies": {
"System.Runtime": "4.1.0-*"
"System.Runtime": "4.1.0"
},
"imports": [
"dotnet5.4"

View File

@ -4,10 +4,10 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
"Microsoft.AspNetCore.Http": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0",
"Microsoft.AspNetCore.Mvc.TestCommon": {
"version": "1.0.0-*",
"type": "build"
@ -16,10 +16,10 @@
"version": "1.0.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.Extensions.DiagnosticAdapter": "1.0.0-*",
"Microsoft.Extensions.Logging.Testing": "1.0.0-*"
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
"Microsoft.Extensions.DependencyInjection": "1.0.0",
"Microsoft.Extensions.DiagnosticAdapter": "1.0.0",
"Microsoft.Extensions.Logging.Testing": "1.0.0-rtm-21431"
},
"testRunner": "xunit",
"frameworks": {
@ -30,12 +30,12 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
"System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.Process": "4.1.0",
"System.Diagnostics.TraceSource": "4.0.0"
}
},
"net451": {

View File

@ -3,12 +3,12 @@
"warningsAsErrors": true
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.WebApiCompatShim": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.Logging.Testing": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
"Microsoft.AspNetCore.Http": "1.0.0",
"Microsoft.AspNetCore.Mvc.WebApiCompatShim": "1.0.0",
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
"Microsoft.Extensions.Logging.Testing": "1.0.0-rtm-21431",
"Microsoft.Extensions.DependencyInjection": "1.0.0",
"xunit": "2.1.0"
},
"testRunner": "xunit",
@ -23,12 +23,12 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0",
"type": "platform"
},
"moq.netcore": "4.4.0-beta8",
"System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.Process": "4.1.0",
"System.Diagnostics.TraceSource": "4.0.0"
}
},
"net451": {

View File

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

View File

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

View File

@ -4,17 +4,17 @@
"preserveCompilationContext": true
},
"dependencies": {
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Razor.Tools": {
"type": "build",
"version": "1.0.0-*"
"version": "1.0.0-preview2-final"
},
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.Session": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.Session": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0"
},
"frameworks": {
"net451": {},
@ -25,7 +25,7 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0",
"type": "platform"
}
}

View File

@ -3,16 +3,16 @@
"preserveCompilationContext": true
},
"dependencies": {
"Microsoft.AspNetCore.Mvc": "1.0.0-*"
"Microsoft.AspNetCore.Mvc": "1.0.0"
},
"frameworks": {
"net451": { },
"net451": {},
"netcoreapp1.0": {
"imports": [
"dnxcore50",
"portable-net451+win8"
],
"dependencies": { }
"dependencies": {}
}
}
}

View File

@ -4,15 +4,15 @@
},
"dependencies": {
"ControllersFromServicesClassLibrary": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Razor.Tools": {
"type": "build",
"version": "1.0.0-*"
"version": "1.0.0-preview2-final"
},
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0"
},
"frameworks": {
"net451": {},
@ -23,7 +23,7 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0",
"type": "platform"
}
}

View File

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

View File

@ -4,12 +4,12 @@
"preserveCompilationContext": true
},
"dependencies": {
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.Diagnostics": "1.0.0",
"Microsoft.AspNetCore.Mvc": "1.0.0",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
"Microsoft.AspNetCore.StaticFiles": "1.0.0"
},
"frameworks": {
"net451": {},
@ -20,7 +20,7 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0",
"type": "platform"
}
}

View File

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

View File

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

View File

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

View File

@ -4,14 +4,14 @@
"preserveCompilationContext": true
},
"dependencies": {
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0",
"Microsoft.AspNetCore.Razor.Tools": {
"type": "build",
"version": "1.0.0-*"
"version": "1.0.0-preview2-final"
},
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0"
},
"frameworks": {
@ -23,7 +23,7 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0",
"type": "platform"
}
}

View File

@ -1,10 +1,10 @@
{
"dependencies": {
"Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Http.Extensions": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.Configuration": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection": "1.0.0-*"
"Microsoft.AspNetCore.Http": "1.0.0",
"Microsoft.AspNetCore.Http.Extensions": "1.0.0",
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
"Microsoft.Extensions.Configuration": "1.0.0",
"Microsoft.Extensions.DependencyInjection": "1.0.0"
},
"frameworks": {
"net451": {},
@ -14,7 +14,7 @@
"portable-net451+win8"
],
"dependencies": {
"NETStandard.Library": "1.5.0-*"
"NETStandard.Library": "1.6.0"
}
}
}

View File

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

View File

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

View File

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

View File

@ -4,9 +4,9 @@
"preserveCompilationContext": true
},
"dependencies": {
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
"Microsoft.AspNetCore.Mvc": "1.0.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0"
},
"frameworks": {
"net451": {},
@ -17,7 +17,7 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0",
"type": "platform"
}
}

View File

@ -6,15 +6,15 @@
"preserveCompilationContext": true
},
"dependencies": {
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Razor.Tools": {
"type": "build",
"version": "1.0.0-*"
"version": "1.0.0-preview2-final"
},
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0"
},
"frameworks": {
"net451": {},
@ -25,11 +25,11 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0",
"type": "platform"
}
}
}
}
},
"publishOptions": {
"include": [

View File

@ -3,7 +3,7 @@
"net451": {},
"netstandard1.3": {
"dependencies": {
"System.Runtime": "4.1.0-*"
"System.Runtime": "4.1.0"
},
"imports": [
"dotnet54"

View File

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

View File

@ -4,12 +4,12 @@
"preserveCompilationContext": true
},
"dependencies": {
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Mvc.WebApiCompatShim": "1.0.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
"Microsoft.AspNetCore.Mvc.WebApiCompatShim": "1.0.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0"
},
"frameworks": {
"net451": {},
@ -20,11 +20,11 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.0.0-*",
"System.Diagnostics.Tracing": "4.1.0-*"
"System.Diagnostics.TraceSource": "4.0.0",
"System.Diagnostics.Tracing": "4.1.0"
}
}
},

View File

@ -4,12 +4,12 @@
"preserveCompilationContext": true
},
"dependencies": {
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0",
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
"Microsoft.AspNetCore.StaticFiles": "1.0.0"
},
"frameworks": {
"net451": {},
@ -20,10 +20,10 @@
],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.0.0",
"type": "platform"
},
"System.Linq.Queryable": "4.0.1-*"
"System.Linq.Queryable": "4.0.1"
}
}
},