Updating partner package versions

This commit is contained in:
Pranav K 2016-09-28 11:51:39 -07:00
parent 88fa650138
commit 1f8d3c6bf1
13 changed files with 43 additions and 69 deletions

View File

@ -1,4 +1,4 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"description": "Razor precompilation", "description": "Razor precompilation",
"packOptions": { "packOptions": {
@ -32,7 +32,7 @@
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"type": "platform", "type": "platform",
"version": "1.0.0-*" "version": "1.1.0-*"
} }
} }
}, },

View File

@ -21,7 +21,6 @@
"nowarn": [ "nowarn": [
"CS1591" "CS1591"
], ],
"xmlDoc": true "xmlDoc": true
}, },
"dependencies": { "dependencies": {
@ -41,9 +40,9 @@
"Microsoft.DotNet.ProjectModel.Loader": "1.0.0-*", "Microsoft.DotNet.ProjectModel.Loader": "1.0.0-*",
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"type": "platform", "type": "platform",
"version": "1.0.0-*" "version": "1.1.0-*"
}, },
"System.Runtime.Serialization.Primitives": "4.1.1-*" "System.Runtime.Serialization.Primitives": "4.3.0-*"
} }
}, },
"net451": {} "net451": {}

View File

@ -1,20 +1,19 @@
{ {
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*", "Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"type": "platform", "type": "platform",
"version": "1.0.0" "version": "1.1.0-*"
} }
}, },
"net451": {} "net451": {}
} }
}, },
"testRunner": "xunit" "testRunner": "xunit"
} }

View File

@ -1,4 +1,4 @@
{ {
"buildOptions": { "buildOptions": {
"define": [ "define": [
"__remove_this_to__GENERATE_BASELINES" "__remove_this_to__GENERATE_BASELINES"
@ -8,22 +8,21 @@
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Server.IntegrationTesting": "0.2.0-*", "Microsoft.AspNetCore.Server.IntegrationTesting": "0.2.0-*",
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
"Microsoft.Extensions.Logging": "1.1.0-*", "Microsoft.Extensions.Logging": "1.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*", "Microsoft.Extensions.Logging.Console": "1.1.0-*",
"Microsoft.Extensions.PlatformAbstractions": "1.1.0-*", "Microsoft.Extensions.PlatformAbstractions": "1.1.0-*",
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview2-003121",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"type": "platform", "type": "platform",
"version": "1.0.0" "version": "1.1.0-*"
} }
} }
} }
}, },
"testRunner": "xunit" "testRunner": "xunit"
} }

View File

@ -1,20 +1,19 @@
{ {
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*", "Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"type": "platform", "type": "platform",
"version": "1.0.0" "version": "1.1.0-*"
} }
}, },
"net451": {} "net451": {}
} }
}, },
"testRunner": "xunit" "testRunner": "xunit"
} }

View File

@ -1,4 +1,4 @@
{ {
"buildOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true
@ -13,19 +13,17 @@
"Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*", "Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*" "Microsoft.Extensions.Logging.Console": "1.1.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0", "version": "1.1.0-*",
"type": "platform" "type": "platform"
} }
} }
}, },
"net451": {} "net451": {}
}, },
"publishOptions": { "publishOptions": {
"include": [ "include": [
"wwwroot", "wwwroot",
@ -33,4 +31,4 @@
"web.config" "web.config"
] ]
} }
} }

View File

@ -1,4 +1,4 @@
{ {
"buildOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true
@ -14,23 +14,20 @@
"Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*", "Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*" "Microsoft.Extensions.Logging.Console": "1.1.0-*"
}, },
"tools": { "tools": {
"Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*" "Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0", "version": "1.1.0-*",
"type": "platform" "type": "platform"
} }
} }
}, },
"net451": {} "net451": {}
}, },
"publishOptions": { "publishOptions": {
"include": [ "include": [
"wwwroot", "wwwroot",
@ -38,8 +35,7 @@
"web.config" "web.config"
] ]
}, },
"scripts": { "scripts": {
"postpublish": "dotnet razor-precompile --configuration %publish:Configuration% --framework %publish:TargetFramework% --output-path %publish:OutputPath% %publish:ProjectPath%" "postpublish": "dotnet razor-precompile --configuration %publish:Configuration% --framework %publish:TargetFramework% --output-path %publish:OutputPath% %publish:ProjectPath%"
} }
} }

View File

@ -1,4 +1,4 @@
{ {
"buildOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true
@ -7,7 +7,6 @@
"ClassLibraryTagHelper": { "ClassLibraryTagHelper": {
"target": "project" "target": "project"
}, },
"TagHelperSamples.Bootstrap": "1.1.1",
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0-*",
"Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design": { "Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design": {
"version": "1.0.0-*", "version": "1.0.0-*",
@ -16,25 +15,23 @@
}, },
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*", "Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*" "Microsoft.Extensions.Logging.Console": "1.1.0-*",
"TagHelperSamples.Bootstrap": "1.1.1"
}, },
"tools": { "tools": {
"Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*" "Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0", "version": "1.1.0-*",
"type": "platform" "type": "platform"
} }
} }
}, },
"net451": {} "net451": {}
}, },
"publishOptions": { "publishOptions": {
"include": [ "include": [
"wwwroot", "wwwroot",
@ -42,8 +39,7 @@
"web.config" "web.config"
] ]
}, },
"scripts": { "scripts": {
"postpublish": "dotnet razor-precompile --configuration %publish:Configuration% --framework %publish:TargetFramework% --output-path %publish:OutputPath% %publish:ProjectPath%" "postpublish": "dotnet razor-precompile --configuration %publish:Configuration% --framework %publish:TargetFramework% --output-path %publish:OutputPath% %publish:ProjectPath%"
} }
} }

View File

@ -1,9 +1,10 @@
{ {
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Razor.Runtime": "1.1.0-*" "Microsoft.AspNetCore.Razor.Runtime": "1.1.0-*",
"NETStandard.Library": "1.6.1-*"
}, },
"frameworks": { "frameworks": {
"netstandard1.6": {}, "netstandard1.6": {},
"net451": {} "net451": {}
} }
} }

View File

@ -1,4 +1,4 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"buildOptions": { "buildOptions": {
"preserveCompilationContext": true, "preserveCompilationContext": true,
@ -7,7 +7,7 @@
"packOptions": { "packOptions": {
"files": { "files": {
"mappings": { "mappings": {
"lib/": "obj/precompiled/" "lib/": "obj/precompiled/"
} }
} }
}, },
@ -22,16 +22,15 @@
"tools": { "tools": {
"Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*" "Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0", "version": "1.1.0-*",
"type": "platform" "type": "platform"
} }
} }
}, },
"net451": {} "net451": {}
} }
} }

View File

@ -1,4 +1,4 @@
{ {
"buildOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true
@ -14,23 +14,20 @@
"Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*", "Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*" "Microsoft.Extensions.Logging.Console": "1.1.0-*"
}, },
"tools": { "tools": {
"Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*" "Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0", "version": "1.1.0-*",
"type": "platform" "type": "platform"
} }
} }
}, },
"net451": {} "net451": {}
}, },
"publishOptions": { "publishOptions": {
"include": [ "include": [
"wwwroot", "wwwroot",
@ -38,8 +35,7 @@
"web.config" "web.config"
] ]
}, },
"scripts": { "scripts": {
"postpublish": "dotnet razor-precompile --embed-view-sources --configuration %publish:Configuration% --framework %publish:TargetFramework% --output-path %publish:OutputPath% %publish:ProjectPath%" "postpublish": "dotnet razor-precompile --embed-view-sources --configuration %publish:Configuration% --framework %publish:TargetFramework% --output-path %publish:OutputPath% %publish:ProjectPath%"
} }
} }

View File

@ -1,4 +1,4 @@
{ {
"buildOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true "preserveCompilationContext": true
@ -14,23 +14,20 @@
"Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*", "Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*" "Microsoft.Extensions.Logging.Console": "1.1.0-*"
}, },
"tools": { "tools": {
"Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*" "Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0", "version": "1.1.0-*",
"type": "platform" "type": "platform"
} }
} }
}, },
"net451": {} "net451": {}
}, },
"publishOptions": { "publishOptions": {
"include": [ "include": [
"wwwroot", "wwwroot",
@ -38,8 +35,7 @@
"web.config" "web.config"
] ]
}, },
"scripts": { "scripts": {
"postpublish": "dotnet razor-precompile --configuration %publish:Configuration% --framework %publish:TargetFramework% --output-path %publish:OutputPath% %publish:ProjectPath%" "postpublish": "dotnet razor-precompile --configuration %publish:Configuration% --framework %publish:TargetFramework% --output-path %publish:OutputPath% %publish:ProjectPath%"
} }
} }

View File

@ -1,8 +1,8 @@
{ {
"buildOptions": { "buildOptions": {
"emitEntryPoint": true, "emitEntryPoint": true,
"preserveCompilationContext": true, "preserveCompilationContext": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk"
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc": "1.1.0-*",
@ -15,23 +15,20 @@
"Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*", "Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*" "Microsoft.Extensions.Logging.Console": "1.1.0-*"
}, },
"tools": { "tools": {
"Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*" "Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*"
}, },
"frameworks": { "frameworks": {
"netcoreapp1.0": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0", "version": "1.1.0-*",
"type": "platform" "type": "platform"
} }
} }
}, },
"net451": {} "net451": {}
}, },
"publishOptions": { "publishOptions": {
"include": [ "include": [
"wwwroot", "wwwroot",
@ -39,8 +36,7 @@
"web.config" "web.config"
] ]
}, },
"scripts": { "scripts": {
"postpublish": "dotnet razor-precompile --configuration %publish:Configuration% --framework %publish:TargetFramework% --output-path %publish:OutputPath% %publish:ProjectPath%" "postpublish": "dotnet razor-precompile --configuration %publish:Configuration% --framework %publish:TargetFramework% --output-path %publish:OutputPath% %publish:ProjectPath%"
} }
} }