Fix build warnings

This commit is contained in:
Pranav K 2016-05-02 11:27:23 -07:00
parent ad065892fd
commit 36146a6139
62 changed files with 451 additions and 364 deletions

View File

@ -1,5 +1,5 @@
{ {
"compilationOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
@ -10,7 +10,7 @@
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*" "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [ "imports": [
"dnxcore50", "dnxcore50",
@ -24,9 +24,11 @@
} }
} }
}, },
"content": [ "publishOptions": {
"web.config" "include": [
], "web.config"
]
},
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",

View File

@ -1,5 +1,5 @@
{ {
"compilationOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
@ -10,7 +10,7 @@
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*" "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [ "imports": [
"dnxcore50", "dnxcore50",
@ -24,9 +24,11 @@
} }
} }
}, },
"content": [ "publishOptions": {
"web.config" "include": [
], "web.config"
]
},
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",

View File

@ -1,9 +1,11 @@
{ {
"compilationOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true,
"embed": {
"include": "EmbeddedResources/**"
}
}, },
"resource": "EmbeddedResources/**",
"dependencies": { "dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
@ -12,7 +14,7 @@
"Microsoft.Extensions.FileProviders.Embedded": "1.0.0-*" "Microsoft.Extensions.FileProviders.Embedded": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [ "imports": [
"dnxcore50", "dnxcore50",
@ -26,9 +28,11 @@
} }
} }
}, },
"content": [ "publishOptions": {
"web.config" "include": [
], "web.config"
]
},
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",

View File

@ -1,5 +1,5 @@
{ {
"compilationOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
@ -11,7 +11,7 @@
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*" "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [ "imports": [
"dnxcore50", "dnxcore50",
@ -25,9 +25,11 @@
} }
} }
}, },
"content": [ "publishOptions": {
"web.config" "include": [
], "web.config"
]
},
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",

View File

@ -1,5 +1,5 @@
{ {
"compilationOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
@ -10,7 +10,7 @@
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*" "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [ "imports": [
"dnxcore50", "dnxcore50",
@ -24,10 +24,12 @@
} }
} }
}, },
"content": [ "publishOptions": {
"Views", "include": [
"web.config" "Views",
], "web.config"
]
},
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",

View File

@ -1,5 +1,5 @@
{ {
"compilationOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
@ -10,7 +10,7 @@
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*" "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [ "imports": [
"dnxcore50", "dnxcore50",
@ -24,10 +24,12 @@
} }
} }
}, },
"content": [ "publishOptions": {
"wwwroot", "include": [
"web.config" "wwwroot",
], "web.config"
]
},
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",

View File

@ -1,5 +1,5 @@
{ {
"compilationOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
@ -10,7 +10,7 @@
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*" "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [ "imports": [
"dnxcore50", "dnxcore50",
@ -24,10 +24,12 @@
} }
} }
}, },
"content": [ "publishOptions": {
"Views", "include": [
"web.config" "Views",
], "web.config"
]
},
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",

View File

@ -1,5 +1,5 @@
{ {
"compilationOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"warningsAsErrors": true, "warningsAsErrors": true,
"preserveCompilationContext": true "preserveCompilationContext": true
@ -18,11 +18,13 @@
"Microsoft.Extensions.Configuration.Json": "1.0.0-*", "Microsoft.Extensions.Configuration.Json": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*" "Microsoft.Extensions.Logging.Console": "1.0.0-*"
}, },
"content": [ "publishOptions": {
"Views", "include": [
"web.config", "Views",
"wwwroot" "web.config",
], "wwwroot"
]
},
"tools": { "tools": {
"Microsoft.AspNetCore.Razor.Tools": { "Microsoft.AspNetCore.Razor.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",
@ -32,7 +34,7 @@
} }
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [ "imports": [
"dnxcore50", "dnxcore50",

View File

@ -1,5 +1,5 @@
{ {
"compilationOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
@ -16,7 +16,7 @@
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*" "Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [ "imports": [
"dnxcore50", "dnxcore50",
@ -30,11 +30,13 @@
} }
} }
}, },
"content": [ "publishOptions": {
"Views", "include": [
"Areas", "Views",
"web.config" "Areas",
], "web.config"
]
},
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",

View File

@ -1,5 +1,5 @@
{ {
"compilationOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"warningsAsErrors": true, "warningsAsErrors": true,
"preserveCompilationContext": true "preserveCompilationContext": true
@ -30,7 +30,7 @@
} }
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [ "imports": [
"dnxcore50", "dnxcore50",
@ -44,11 +44,13 @@
} }
} }
}, },
"content": [ "publishOptions": {
"Views", "include": [
"wwwroot", "Views",
"web.config" "wwwroot",
], "web.config"
]
},
"scripts": { "scripts": {
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" "postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
} }

View File

@ -1,5 +1,5 @@
{ {
"compilationOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
@ -10,7 +10,7 @@
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*" "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [ "imports": [
"dnxcore50", "dnxcore50",
@ -24,10 +24,12 @@
} }
} }
}, },
"content": [ "publishOptions": {
"Views", "include": [
"web.config" "Views",
], "web.config"
]
},
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",

View File

@ -1,11 +1,13 @@
{ {
"description": "Design time hosting infrastructure for the ASP.NET MVC Razor view engine.", "description": "Design time hosting infrastructure for the ASP.NET MVC Razor view engine.",
"version": "6.0.0-rc1-final", "version": "6.0.0-rc1-final",
"repository": { "packOptions": {
"type": "git", "repository": {
"url": "git://github.com/aspnet/mvc" "type": "git",
"url": "git://github.com/aspnet/mvc"
}
}, },
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk" "keyFile": "../../tools/Key.snk"
}, },

View File

@ -1,15 +1,17 @@
{ {
"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",
"tags": [
"aspnetcore",
"aspnetcoremvc"
],
"version": "1.0.0-*", "version": "1.0.0-*",
"repository": { "packOptions": {
"type": "git", "repository": {
"url": "git://github.com/aspnet/mvc" "type": "git",
"url": "git://github.com/aspnet/mvc"
},
"tags": [
"aspnetcore",
"aspnetcoremvc"
]
}, },
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
"nowarn": [ "nowarn": [
@ -38,7 +40,7 @@
"Microsoft.Net.Http.Headers": "1.0.0-*" "Microsoft.Net.Http.Headers": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netstandard1.3": { "netstandard1.3": {
"dependencies": { "dependencies": {
"Microsoft.CSharp": "4.0.1-*", "Microsoft.CSharp": "4.0.1-*",

View File

@ -1,15 +1,17 @@
{ {
"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.",
"tags": [
"aspnetcore",
"aspnetcoremvc"
],
"version": "1.0.0-*", "version": "1.0.0-*",
"repository": { "packOptions": {
"type": "git", "repository": {
"url": "git://github.com/aspnet/mvc" "type": "git",
"url": "git://github.com/aspnet/mvc"
},
"tags": [
"aspnetcore",
"aspnetcoremvc"
]
}, },
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
"nowarn": [ "nowarn": [
@ -29,7 +31,7 @@
} }
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netstandard1.5": { "netstandard1.5": {
"imports": [ "imports": [
"portable-net451+win8" "portable-net451+win8"

View File

@ -1,15 +1,17 @@
{ {
"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",
"tags": [
"aspnetcore",
"aspnetcoremvc"
],
"version": "1.0.0-*", "version": "1.0.0-*",
"repository": { "packOptions": {
"type": "git", "repository": {
"url": "git://github.com/aspnet/mvc" "type": "git",
"url": "git://github.com/aspnet/mvc"
},
"tags": [
"aspnetcore",
"aspnetcoremvc"
]
}, },
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
"nowarn": [ "nowarn": [
@ -54,7 +56,7 @@
"System.Diagnostics.DiagnosticSource": "4.0.0-*" "System.Diagnostics.DiagnosticSource": "4.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netstandard1.5": { "netstandard1.5": {
"imports": [ "imports": [
"portable-net451+win8" "portable-net451+win8"

View File

@ -1,16 +1,18 @@
{ {
"description": "ASP.NET Core MVC cross-origin resource sharing (CORS) features.", "description": "ASP.NET Core MVC cross-origin resource sharing (CORS) features.",
"tags": [
"aspnetcore",
"aspnetcoremvc",
"cors"
],
"version": "1.0.0-*", "version": "1.0.0-*",
"repository": { "packOptions": {
"type": "git", "repository": {
"url": "git://github.com/aspnet/mvc" "type": "git",
"url": "git://github.com/aspnet/mvc"
},
"tags": [
"aspnetcore",
"aspnetcoremvc",
"cors"
]
}, },
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
"nowarn": [ "nowarn": [
@ -23,7 +25,7 @@
"Microsoft.AspNetCore.Mvc.Core": "1.0.0-*" "Microsoft.AspNetCore.Mvc.Core": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netstandard1.5": { "netstandard1.5": {
"imports": [ "imports": [
"portable-net451+win8" "portable-net451+win8"

View File

@ -1,15 +1,17 @@
{ {
"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.",
"tags": [
"aspnetcore",
"aspnetcoremvc"
],
"version": "1.0.0-*", "version": "1.0.0-*",
"repository": { "packOptions": {
"type": "git", "repository": {
"url": "git://github.com/aspnet/mvc" "type": "git",
"url": "git://github.com/aspnet/mvc"
},
"tags": [
"aspnetcore",
"aspnetcoremvc"
]
}, },
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
"nowarn": [ "nowarn": [

View File

@ -1,16 +1,18 @@
{ {
"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.",
"tags": [
"aspnetcore",
"aspnetcoremvc",
"json"
],
"version": "1.0.0-*", "version": "1.0.0-*",
"repository": { "packOptions": {
"type": "git", "repository": {
"url": "git://github.com/aspnet/mvc" "type": "git",
"url": "git://github.com/aspnet/mvc"
},
"tags": [
"aspnetcore",
"aspnetcoremvc",
"json"
]
}, },
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
"nowarn": [ "nowarn": [
@ -27,7 +29,7 @@
} }
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netstandard1.5": { "netstandard1.5": {
"imports": [ "imports": [
"portable-net451+win8" "portable-net451+win8"

View File

@ -1,16 +1,18 @@
{ {
"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.",
"tags": [
"aspnetcore",
"aspnetcoremvc",
"xml"
],
"version": "1.0.0-*", "version": "1.0.0-*",
"repository": { "packOptions": {
"type": "git", "repository": {
"url": "git://github.com/aspnet/mvc" "type": "git",
"url": "git://github.com/aspnet/mvc"
},
"tags": [
"aspnetcore",
"aspnetcoremvc",
"xml"
]
}, },
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
"nowarn": [ "nowarn": [

View File

@ -1,12 +1,7 @@
{ {
"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",
"tags": [
"aspnetcore",
"aspnetcoremvc",
"localization"
],
"version": "1.0.0-*", "version": "1.0.0-*",
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
"nowarn": [ "nowarn": [
@ -25,7 +20,7 @@
} }
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netstandard1.5": { "netstandard1.5": {
"imports": [ "imports": [
"portable-net45+win8" "portable-net45+win8"
@ -37,8 +32,15 @@
"node_modules", "node_modules",
"bower_components" "bower_components"
], ],
"repository": { "packOptions": {
"type": "git", "repository": {
"url": "https://github.com/aspnet/mvc" "type": "git",
"url": "https://github.com/aspnet/mvc"
},
"tags": [
"aspnetcore",
"aspnetcoremvc",
"localization"
]
} }
} }

View File

@ -1,17 +1,19 @@
{ {
"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.",
"tags": [
"aspnetcore",
"aspnetcoremvc",
"cshtml",
"razor"
],
"version": "1.0.0-*", "version": "1.0.0-*",
"repository": { "packOptions": {
"type": "git", "repository": {
"url": "git://github.com/aspnet/mvc" "type": "git",
"url": "git://github.com/aspnet/mvc"
},
"tags": [
"aspnetcore",
"aspnetcoremvc",
"cshtml",
"razor"
]
}, },
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
"nowarn": [ "nowarn": [
@ -29,7 +31,7 @@
} }
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netstandard1.5": { "netstandard1.5": {
"dependencies": { "dependencies": {
"System.Collections.Concurrent": "4.0.12-*", "System.Collections.Concurrent": "4.0.12-*",

View File

@ -1,17 +1,19 @@
{ {
"description": "ASP.NET Core MVC Razor view engine for CSHTML files.", "description": "ASP.NET Core MVC Razor view engine for CSHTML files.",
"tags": [
"aspnetcore",
"aspnetcoremvc",
"cshtml",
"razor"
],
"version": "1.0.0-*", "version": "1.0.0-*",
"repository": { "packOptions": {
"type": "git", "repository": {
"url": "git://github.com/aspnet/mvc" "type": "git",
"url": "git://github.com/aspnet/mvc"
},
"tags": [
"aspnetcore",
"aspnetcoremvc",
"cshtml",
"razor"
]
}, },
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
"nowarn": [ "nowarn": [

View File

@ -1,17 +1,19 @@
{ {
"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.",
"tags": [
"aspnetcore",
"aspnetcoremvc",
"taghelper",
"taghelpers"
],
"version": "1.0.0-*", "version": "1.0.0-*",
"repository": { "packOptions": {
"type": "git", "repository": {
"url": "git://github.com/aspnet/mvc" "type": "git",
"url": "git://github.com/aspnet/mvc"
},
"tags": [
"aspnetcore",
"aspnetcoremvc",
"taghelper",
"taghelpers"
]
}, },
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
"nowarn": [ "nowarn": [
@ -38,7 +40,7 @@
} }
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netstandard1.5": { "netstandard1.5": {
"imports": [ "imports": [
"portable-net45+win8" "portable-net45+win8"

View File

@ -1,15 +1,17 @@
{ {
"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",
"tags": [
"aspnetcore",
"aspnetcoremvc"
],
"version": "1.0.0-*", "version": "1.0.0-*",
"repository": { "packOptions": {
"type": "git", "repository": {
"url": "git://github.com/aspnet/mvc" "type": "git",
"url": "git://github.com/aspnet/mvc"
},
"tags": [
"aspnetcore",
"aspnetcoremvc"
]
}, },
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
"nowarn": [ "nowarn": [
@ -49,7 +51,7 @@
"System.Buffers": "4.0.0-*" "System.Buffers": "4.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netstandard1.5": { "netstandard1.5": {
"dependencies": { "dependencies": {
"System.Runtime.Serialization.Primitives": "4.1.1-*" "System.Runtime.Serialization.Primitives": "4.1.1-*"

View File

@ -1,16 +1,18 @@
{ {
"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",
"tags": [
"aspnetcore",
"aspnetcoremvc",
"aspnetwebapi"
],
"version": "1.0.0-*", "version": "1.0.0-*",
"repository": { "packOptions": {
"type": "git", "repository": {
"url": "git://github.com/aspnet/mvc" "type": "git",
"url": "git://github.com/aspnet/mvc"
},
"tags": [
"aspnetcore",
"aspnetcoremvc",
"aspnetwebapi"
]
}, },
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
"nowarn": [ "nowarn": [

View File

@ -1,15 +1,17 @@
{ {
"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.",
"tags": [
"aspnetcore",
"aspnetcoremvc"
],
"version": "1.0.0-*", "version": "1.0.0-*",
"repository": { "packOptions": {
"type": "git", "repository": {
"url": "git://github.com/aspnet/mvc" "type": "git",
"url": "git://github.com/aspnet/mvc"
},
"tags": [
"aspnetcore",
"aspnetcoremvc"
]
}, },
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
"nowarn": [ "nowarn": [
@ -34,7 +36,7 @@
} }
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netstandard1.5": { "netstandard1.5": {
"imports": [ "imports": [
"portable-net451+win8" "portable-net451+win8"

View File

@ -1,9 +1,10 @@
{ {
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk" "keyFile": "../../tools/Key.snk"
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*", "Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*" "Microsoft.AspNetCore.Testing": "1.0.0-*"
@ -21,7 +22,6 @@
"type": "platform" "type": "platform"
}, },
"moq.netcore": "4.4.0-beta8", "moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-*",
"System.Diagnostics.Process": "4.1.0-*", "System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*" "System.Diagnostics.TraceSource": "4.0.0-*"
} }

View File

@ -1,8 +1,9 @@
{ {
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true "warningsAsErrors": true
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*", "Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
@ -26,7 +27,6 @@
"type": "platform" "type": "platform"
}, },
"moq.netcore": "4.4.0-beta8", "moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-*",
"System.Diagnostics.Process": "4.1.0-*", "System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*" "System.Diagnostics.TraceSource": "4.0.0-*"
} }

View File

@ -1,10 +1,11 @@
{ {
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Http": "1.0.0-*", "Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*", "Microsoft.AspNetCore.Mvc": "1.0.0-*",
@ -36,7 +37,6 @@
"type": "platform" "type": "platform"
}, },
"moq.netcore": "4.4.0-beta8", "moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-*",
"System.Diagnostics.Process": "4.1.0-*", "System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*" "System.Diagnostics.TraceSource": "4.0.0-*"
} }

View File

@ -1,8 +1,9 @@
{ {
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true "warningsAsErrors": true
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Http": "1.0.0-*", "Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*", "Microsoft.AspNetCore.Mvc": "1.0.0-*",
@ -28,7 +29,6 @@
"type": "platform" "type": "platform"
}, },
"moq.netcore": "4.4.0-beta8", "moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-*",
"System.Diagnostics.Process": "4.1.0-*", "System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*" "System.Diagnostics.TraceSource": "4.0.0-*"
} }

View File

@ -1,9 +1,10 @@
{ {
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk" "keyFile": "../../tools/Key.snk"
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*", "Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
@ -28,7 +29,6 @@
"type": "platform" "type": "platform"
}, },
"moq.netcore": "4.4.0-beta8", "moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-*",
"System.Diagnostics.Process": "4.1.0-*", "System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*" "System.Diagnostics.TraceSource": "4.0.0-*"
} }

View File

@ -1,8 +1,9 @@
{ {
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true "warningsAsErrors": true
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Http": "1.0.0-*", "Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*", "Microsoft.AspNetCore.Mvc": "1.0.0-*",
@ -28,7 +29,6 @@
"type": "platform" "type": "platform"
}, },
"moq.netcore": "4.4.0-beta8", "moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-*",
"System.Diagnostics.Process": "4.1.0-*", "System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*" "System.Diagnostics.TraceSource": "4.0.0-*"
} }

View File

@ -1,9 +1,10 @@
{ {
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk" "keyFile": "../../tools/Key.snk"
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Http": "1.0.0-*", "Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*", "Microsoft.AspNetCore.Mvc": "1.0.0-*",
@ -27,7 +28,6 @@
"type": "platform" "type": "platform"
}, },
"moq.netcore": "4.4.0-beta8", "moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-*",
"System.Diagnostics.Process": "4.1.0-*", "System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*" "System.Diagnostics.TraceSource": "4.0.0-*"
} }

View File

@ -2,7 +2,7 @@
"compile": [ "compile": [
"../Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/XmlAssert.cs" "../Microsoft.AspNetCore.Mvc.Formatters.Xml.Test/XmlAssert.cs"
], ],
"compilationOptions": { "buildOptions": {
"define": [ "define": [
"__RemoveThisBitTo__GENERATE_BASELINES", "__RemoveThisBitTo__GENERATE_BASELINES",
"FUNCTIONAL_TESTS" "FUNCTIONAL_TESTS"
@ -10,6 +10,7 @@
"warningsAsErrors": true "warningsAsErrors": true
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.NETCore.Platforms": "1.0.1-*",
"ActionConstraintSample.Web": "1.0.0", "ActionConstraintSample.Web": "1.0.0",
"ApiExplorerWebSite": "1.0.0", "ApiExplorerWebSite": "1.0.0",
@ -62,7 +63,6 @@
}, },
"Microsoft.Dnx.Compilation.CSharp.Common": "1.0.0-*", "Microsoft.Dnx.Compilation.CSharp.Common": "1.0.0-*",
"Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-*", "Microsoft.Dnx.Compilation.CSharp.Abstractions": "1.0.0-*",
"dotnet-test-xunit": "1.0.0-*",
"System.Diagnostics.Process": "4.1.0-*" "System.Diagnostics.Process": "4.1.0-*"
}, },
"imports": [ "imports": [
@ -70,11 +70,6 @@
"portable-net451+win8" "portable-net451+win8"
] ]
}, },
"net451": { } "net451": {}
}, }
"exclude": [
"wwwroot",
"node_modules",
"bower_components"
]
} }

View File

@ -1,8 +1,9 @@
{ {
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true "warningsAsErrors": true
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Http": "1.0.0-*", "Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*", "Microsoft.AspNetCore.Mvc": "1.0.0-*",
@ -27,7 +28,6 @@
"type": "platform" "type": "platform"
}, },
"moq.netcore": "4.4.0-beta8", "moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-*",
"System.Diagnostics.Process": "4.1.0-*", "System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*" "System.Diagnostics.TraceSource": "4.0.0-*"
} }

View File

@ -1,8 +1,9 @@
{ {
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true "warningsAsErrors": true
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*", "Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
@ -26,7 +27,6 @@
"type": "platform" "type": "platform"
}, },
"moq.netcore": "4.4.0-beta8", "moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-*",
"System.Diagnostics.Process": "4.1.0-*", "System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*" "System.Diagnostics.TraceSource": "4.0.0-*"
} }

View File

@ -1,6 +1,6 @@
{ {
"resource": "TestFiles/**",
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Mvc.Core": "1.0.0-*", "Microsoft.AspNetCore.Mvc.Core": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0-*", "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0-*",
@ -15,11 +15,22 @@
"Microsoft.AspNetCore.Testing": "1.0.0-*" "Microsoft.AspNetCore.Testing": "1.0.0-*"
}, },
"testRunner": "xunit", "testRunner": "xunit",
"compilationOptions": { "buildOptions": {
"define": [ "define": [
"__RemoveThisBitTo__GENERATE_BASELINES" "__RemoveThisBitTo__GENERATE_BASELINES"
], ],
"keyFile": "../../tools/Key.snk" "keyFile": "../../tools/Key.snk",
"embed": {
"include": "TestFiles/**"
},
"compile": {
"include": "**/*.cs",
"exclude": [
"TestFiles/**",
"bin",
"obj"
]
}
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {
@ -33,7 +44,6 @@
"type": "platform" "type": "platform"
}, },
"moq.netcore": "4.4.0-beta8", "moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-*",
"System.Diagnostics.Process": "4.1.0-*", "System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*" "System.Diagnostics.TraceSource": "4.0.0-*"
} }
@ -43,10 +53,5 @@
"Moq": "4.2.1312.1622" "Moq": "4.2.1312.1622"
} }
} }
}, }
"exclude": [
"wwwroot",
"node_modules",
"bower_components"
]
} }

View File

@ -1,5 +1,5 @@
{ {
"compilationOptions": { "buildOptions": {
"preserveCompilationContext": true, "preserveCompilationContext": true,
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk" "keyFile": "../../tools/Key.snk"
@ -11,6 +11,7 @@
"../Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Internal/TestViewBufferScope.cs" "../Microsoft.AspNetCore.Mvc.ViewFeatures.Test/Internal/TestViewBufferScope.cs"
], ],
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Http": "1.0.0-*", "Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*", "Microsoft.AspNetCore.Mvc": "1.0.0-*",
@ -43,7 +44,6 @@
"type": "platform" "type": "platform"
}, },
"moq.netcore": "4.4.0-beta8", "moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-*",
"System.Diagnostics.Process": "4.1.0-*", "System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*" "System.Diagnostics.TraceSource": "4.0.0-*"
} }

View File

@ -1,9 +1,10 @@
{ {
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk" "keyFile": "../../tools/Key.snk"
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Http": "1.0.0-*", "Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0-*", "Microsoft.AspNetCore.Mvc.DataAnnotations": "1.0.0-*",
@ -30,7 +31,6 @@
"type": "platform" "type": "platform"
}, },
"moq.netcore": "4.4.0-beta8", "moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-*",
"System.Diagnostics.Process": "4.1.0-*", "System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*" "System.Diagnostics.TraceSource": "4.0.0-*"
} }
@ -40,10 +40,5 @@
"Moq": "4.2.1312.1622" "Moq": "4.2.1312.1622"
} }
} }
}, }
"exclude": [
"wwwroot",
"node_modules",
"bower_components"
]
} }

View File

@ -1,8 +1,9 @@
{ {
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true "warningsAsErrors": true
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*", "Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*", "Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
@ -23,7 +24,6 @@
"type": "platform" "type": "platform"
}, },
"moq.netcore": "4.4.0-beta8", "moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-*",
"System.Diagnostics.Process": "4.1.0-*", "System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*" "System.Diagnostics.TraceSource": "4.0.0-*"
} }

View File

@ -1,9 +1,10 @@
{ {
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk" "keyFile": "../../tools/Key.snk"
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Http": "1.0.0-*", "Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0-*", "Microsoft.AspNetCore.Mvc": "1.0.0-*",
@ -34,7 +35,6 @@
"type": "platform" "type": "platform"
}, },
"moq.netcore": "4.4.0-beta8", "moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-*",
"System.Diagnostics.Process": "4.1.0-*", "System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*" "System.Diagnostics.TraceSource": "4.0.0-*"
} }

View File

@ -1,8 +1,9 @@
{ {
"compilationOptions": { "buildOptions": {
"warningsAsErrors": true "warningsAsErrors": true
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Http": "1.0.0-*", "Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.WebApiCompatShim": "1.0.0-*", "Microsoft.AspNetCore.Mvc.WebApiCompatShim": "1.0.0-*",
@ -27,7 +28,6 @@
"type": "platform" "type": "platform"
}, },
"moq.netcore": "4.4.0-beta8", "moq.netcore": "4.4.0-beta8",
"dotnet-test-xunit": "1.0.0-*",
"System.Diagnostics.Process": "4.1.0-*", "System.Diagnostics.Process": "4.1.0-*",
"System.Diagnostics.TraceSource": "4.0.0-*" "System.Diagnostics.TraceSource": "4.0.0-*"
} }

View File

@ -1,5 +1,5 @@
{ {
"compilationOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
@ -13,7 +13,7 @@
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*" "Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [ "imports": [
"dnxcore50", "dnxcore50",
@ -27,9 +27,11 @@
} }
} }
}, },
"content": [ "publishOptions": {
"web.config" "include": [
], "web.config"
]
},
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",

View File

@ -1,5 +1,5 @@
{ {
"compilationOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
@ -12,7 +12,7 @@
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*" "Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [ "imports": [
"dnxcore50", "dnxcore50",
@ -26,9 +26,11 @@
} }
} }
}, },
"content": [ "publishOptions": {
"web.config" "include": [
], "web.config"
]
},
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",

View File

@ -1,5 +1,5 @@
{ {
"compilationOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
@ -18,7 +18,7 @@
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*" "Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [ "imports": [
"dnxcore50", "dnxcore50",
@ -32,11 +32,13 @@
} }
} }
}, },
"content": [ "publishOptions": {
"Areas/Area1/Views", "include": [
"Views", "Areas/Area1/Views",
"web.config" "Views",
], "web.config"
]
},
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",

View File

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

View File

@ -1,5 +1,5 @@
{ {
"compilationOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
@ -17,7 +17,7 @@
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*" "Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [ "imports": [
"dnxcore50", "dnxcore50",
@ -31,10 +31,12 @@
} }
} }
}, },
"content": [ "publishOptions": {
"Views", "include": [
"web.config" "Views",
], "web.config"
]
},
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",

View File

@ -1,11 +1,13 @@
{ {
"compilationOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"content": [ "publishOptions": {
"web.config" "include": [
], "web.config"
]
},
"dependencies": { "dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
@ -17,7 +19,7 @@
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*" "Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [ "imports": [
"dnxcore50", "dnxcore50",

View File

@ -1,5 +1,5 @@
{ {
"compilationOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
@ -13,7 +13,7 @@
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*" "Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [ "imports": [
"dnxcore50", "dnxcore50",
@ -27,10 +27,12 @@
} }
} }
}, },
"content": [ "publishOptions": {
"Views", "include": [
"web.config" "Views",
], "web.config"
]
},
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",

View File

@ -1,9 +1,11 @@
{ {
"compilationOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true,
"embed": {
"include": "EmbeddedResources/**"
}
}, },
"resource": "EmbeddedResources/**",
"dependencies": { "dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*", "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
@ -14,7 +16,7 @@
"Microsoft.Extensions.FileProviders.Embedded": "1.0.0-*" "Microsoft.Extensions.FileProviders.Embedded": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [ "imports": [
"dnxcore50", "dnxcore50",
@ -28,10 +30,12 @@
} }
} }
}, },
"content": [ "publishOptions": {
"sample.txt", "include": [
"web.config" "sample.txt",
], "web.config"
]
},
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",

View File

@ -1,5 +1,5 @@
{ {
"compilationOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
@ -14,7 +14,7 @@
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*" "Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [ "imports": [
"dnxcore50", "dnxcore50",
@ -28,9 +28,11 @@
} }
} }
}, },
"content": [ "publishOptions": {
"web.config" "include": [
], "web.config"
]
},
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",

View File

@ -1,5 +1,5 @@
{ {
"compilationOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
@ -13,7 +13,7 @@
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*" "Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [ "imports": [
"dnxcore50", "dnxcore50",
@ -27,9 +27,11 @@
} }
} }
}, },
"content": [ "publishOptions": {
"web.config" "include": [
], "web.config"
]
},
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",

View File

@ -1,5 +1,5 @@
{ {
"compilationOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
@ -16,7 +16,7 @@
"Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0" "Microsoft.AspNetCore.Mvc.TestConfiguration": "1.0.0"
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [ "imports": [
"dnxcore50", "dnxcore50",
@ -30,11 +30,13 @@
} }
} }
}, },
"content": [ "publishOptions": {
"Views", "include": [
"wwwroot", "Views",
"web.config" "wwwroot",
], "web.config"
]
},
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",

View File

@ -14,7 +14,7 @@
"portable-net451+win8" "portable-net451+win8"
], ],
"dependencies": { "dependencies": {
"NETStandard.Library": "1.5.0-*" "NETStandard.Library": "1.5.0-*"
} }
} }
} }

View File

@ -1,5 +1,5 @@
{ {
"compilationOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
@ -13,7 +13,7 @@
"Microsoft.Extensions.DiagnosticAdapter": "1.0.0-*" "Microsoft.Extensions.DiagnosticAdapter": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [ "imports": [
"dnxcore50", "dnxcore50",
@ -27,10 +27,12 @@
} }
} }
}, },
"content": [ "publishOptions": {
"Views", "include": [
"web.config" "Views",
], "web.config"
]
},
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",

View File

@ -1,13 +1,15 @@
{ {
"compilationOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
"content": [ "publishOptions": {
"Views", "include": [
"Shared-Views", "Views",
"web.config" "Shared-Views",
], "web.config"
]
},
"dependencies": { "dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-*", "Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Localization": "1.0.0-*", "Microsoft.AspNetCore.Localization": "1.0.0-*",
@ -20,14 +22,14 @@
}, },
"frameworks": { "frameworks": {
"net451": { "net451": {
"compilationOptions": { "buildOptions": {
"define": [ "define": [
"NET451_CUSTOM_DEFINE" "NET451_CUSTOM_DEFINE"
] ]
} }
}, },
"netcoreapp1.0": { "netcoreapp1.0": {
"compilationOptions": { "buildOptions": {
"define": [ "define": [
"NETCOREAPP1_0_CUSTOM_DEFINE" "NETCOREAPP1_0_CUSTOM_DEFINE"
] ]

View File

@ -1,5 +1,5 @@
{ {
"compilationOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
@ -12,7 +12,7 @@
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*" "Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [ "imports": [
"dnxcore50", "dnxcore50",
@ -26,9 +26,11 @@
} }
} }
}, },
"content": [ "publishOptions": {
"web.config" "include": [
], "web.config"
]
},
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",

View File

@ -1,5 +1,5 @@
{ {
"compilationOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
@ -10,7 +10,7 @@
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*" "Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [ "imports": [
"dnxcore50", "dnxcore50",
@ -24,9 +24,11 @@
} }
} }
}, },
"content": [ "publishOptions": {
"web.config" "include": [
], "web.config"
]
},
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",

View File

@ -1,5 +1,5 @@
{ {
"compilationOptions": { "buildOptions": {
"allowUnsafe": true, "allowUnsafe": true,
"emitEntryPoint": true, "emitEntryPoint": true,
"warningsAsErrors": true, "warningsAsErrors": true,
@ -19,7 +19,7 @@
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*" "Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [ "imports": [
"dnxcore50", "dnxcore50",
@ -33,10 +33,12 @@
} }
} }
}, },
"content": [ "publishOptions": {
"Views", "include": [
"web.config" "Views",
], "web.config"
]
},
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",

View File

@ -1,5 +1,5 @@
{ {
"compilationOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
@ -12,7 +12,7 @@
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*" "Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [ "imports": [
"dnxcore50", "dnxcore50",
@ -26,9 +26,11 @@
} }
} }
}, },
"content": [ "publishOptions": {
"web.config" "include": [
], "web.config"
]
},
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",

View File

@ -1,5 +1,5 @@
{ {
"compilationOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
@ -13,7 +13,7 @@
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*" "Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [ "imports": [
"dnxcore50", "dnxcore50",
@ -29,9 +29,11 @@
} }
} }
}, },
"content": [ "publishOptions": {
"web.config" "include": [
], "web.config"
]
},
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",

View File

@ -1,5 +1,5 @@
{ {
"compilationOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true
}, },
@ -13,7 +13,7 @@
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*" "Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"net451": { }, "net451": {},
"netcoreapp1.0": { "netcoreapp1.0": {
"imports": [ "imports": [
"dnxcore50", "dnxcore50",
@ -28,9 +28,11 @@
} }
} }
}, },
"content": [ "publishOptions": {
"web.config" "include": [
], "web.config"
]
},
"tools": { "tools": {
"Microsoft.AspNetCore.Server.IISIntegration.Tools": { "Microsoft.AspNetCore.Server.IISIntegration.Tools": {
"version": "1.0.0-*", "version": "1.0.0-*",