From 1f8d3c6bf1eda8e44a95aacf06834b0fc5dda5fa Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 28 Sep 2016 11:51:39 -0700 Subject: [PATCH] Updating partner package versions --- .../project.json | 4 ++-- .../project.json | 5 ++--- .../project.json | 7 +++---- .../project.json | 9 ++++----- .../project.json | 7 +++---- .../project.json | 8 +++----- testapps/ApplicationWithConfigureMvc/project.json | 10 +++------- testapps/ApplicationWithTagHelpers/project.json | 14 +++++--------- testapps/ClassLibraryTagHelper/project.json | 7 ++++--- .../ClassLibraryWithPrecompiledViews/project.json | 9 ++++----- testapps/PublishWithEmbedViewSources/project.json | 10 +++------- testapps/SimpleApp/project.json | 10 +++------- testapps/StrongNamedApp/project.json | 12 ++++-------- 13 files changed, 43 insertions(+), 69 deletions(-) diff --git a/src/Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design/project.json b/src/Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design/project.json index 26565cfcec..7f4b5e15dd 100644 --- a/src/Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design/project.json +++ b/src/Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "1.0.0-*", "description": "Razor precompilation", "packOptions": { @@ -32,7 +32,7 @@ "dependencies": { "Microsoft.NETCore.App": { "type": "platform", - "version": "1.0.0-*" + "version": "1.1.0-*" } } }, diff --git a/src/Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools/project.json b/src/Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools/project.json index 681230ea57..d223786d14 100644 --- a/src/Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools/project.json +++ b/src/Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools/project.json @@ -21,7 +21,6 @@ "nowarn": [ "CS1591" ], - "xmlDoc": true }, "dependencies": { @@ -41,9 +40,9 @@ "Microsoft.DotNet.ProjectModel.Loader": "1.0.0-*", "Microsoft.NETCore.App": { "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": {} diff --git a/test/Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design.Test/project.json b/test/Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design.Test/project.json index b40a97d94f..b9ccb755ee 100644 --- a/test/Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design.Test/project.json +++ b/test/Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design.Test/project.json @@ -1,20 +1,19 @@ -{ +{ "dependencies": { "dotnet-test-xunit": "2.2.0-*", "Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*", "xunit": "2.2.0-*" }, - "frameworks": { "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { "type": "platform", - "version": "1.0.0" + "version": "1.1.0-*" } }, "net451": {} } }, "testRunner": "xunit" -} +} \ No newline at end of file diff --git a/test/Microsoft.AspNetCore.Mvc.Razor.Precompilation.FunctionalTests/project.json b/test/Microsoft.AspNetCore.Mvc.Razor.Precompilation.FunctionalTests/project.json index 754ecbfe63..f2c685fab7 100644 --- a/test/Microsoft.AspNetCore.Mvc.Razor.Precompilation.FunctionalTests/project.json +++ b/test/Microsoft.AspNetCore.Mvc.Razor.Precompilation.FunctionalTests/project.json @@ -1,4 +1,4 @@ -{ +{ "buildOptions": { "define": [ "__remove_this_to__GENERATE_BASELINES" @@ -8,22 +8,21 @@ "dependencies": { "dotnet-test-xunit": "2.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.Console": "1.1.0-*", "Microsoft.Extensions.PlatformAbstractions": "1.1.0-*", - "Microsoft.DotNet.Cli.Utils": "1.0.0-preview2-003121", "xunit": "2.2.0-*" }, - "frameworks": { "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { "type": "platform", - "version": "1.0.0" + "version": "1.1.0-*" } } } }, "testRunner": "xunit" -} +} \ No newline at end of file diff --git a/test/Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools.Test/project.json b/test/Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools.Test/project.json index b40a97d94f..b9ccb755ee 100644 --- a/test/Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools.Test/project.json +++ b/test/Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools.Test/project.json @@ -1,20 +1,19 @@ -{ +{ "dependencies": { "dotnet-test-xunit": "2.2.0-*", "Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*", "xunit": "2.2.0-*" }, - "frameworks": { "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { "type": "platform", - "version": "1.0.0" + "version": "1.1.0-*" } }, "net451": {} } }, "testRunner": "xunit" -} +} \ No newline at end of file diff --git a/testapps/ApplicationUsingPrecompiledViewClassLibrary/project.json b/testapps/ApplicationUsingPrecompiledViewClassLibrary/project.json index 4ecb593c54..4585bd9e74 100644 --- a/testapps/ApplicationUsingPrecompiledViewClassLibrary/project.json +++ b/testapps/ApplicationUsingPrecompiledViewClassLibrary/project.json @@ -1,4 +1,4 @@ -{ +{ "buildOptions": { "emitEntryPoint": true, "preserveCompilationContext": true @@ -13,19 +13,17 @@ "Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*", "Microsoft.Extensions.Logging.Console": "1.1.0-*" }, - "frameworks": { "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.0", + "version": "1.1.0-*", "type": "platform" } } }, "net451": {} }, - "publishOptions": { "include": [ "wwwroot", @@ -33,4 +31,4 @@ "web.config" ] } -} +} \ No newline at end of file diff --git a/testapps/ApplicationWithConfigureMvc/project.json b/testapps/ApplicationWithConfigureMvc/project.json index 3a317fecce..901275d263 100644 --- a/testapps/ApplicationWithConfigureMvc/project.json +++ b/testapps/ApplicationWithConfigureMvc/project.json @@ -1,4 +1,4 @@ -{ +{ "buildOptions": { "emitEntryPoint": true, "preserveCompilationContext": true @@ -14,23 +14,20 @@ "Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*", "Microsoft.Extensions.Logging.Console": "1.1.0-*" }, - "tools": { "Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*" }, - "frameworks": { "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.0", + "version": "1.1.0-*", "type": "platform" } } }, "net451": {} }, - "publishOptions": { "include": [ "wwwroot", @@ -38,8 +35,7 @@ "web.config" ] }, - "scripts": { "postpublish": "dotnet razor-precompile --configuration %publish:Configuration% --framework %publish:TargetFramework% --output-path %publish:OutputPath% %publish:ProjectPath%" } -} +} \ No newline at end of file diff --git a/testapps/ApplicationWithTagHelpers/project.json b/testapps/ApplicationWithTagHelpers/project.json index 8c88764d38..a6b90dc1b0 100644 --- a/testapps/ApplicationWithTagHelpers/project.json +++ b/testapps/ApplicationWithTagHelpers/project.json @@ -1,4 +1,4 @@ -{ +{ "buildOptions": { "emitEntryPoint": true, "preserveCompilationContext": true @@ -7,7 +7,6 @@ "ClassLibraryTagHelper": { "target": "project" }, - "TagHelperSamples.Bootstrap": "1.1.1", "Microsoft.AspNetCore.Mvc": "1.1.0-*", "Microsoft.AspNetCore.Mvc.Razor.Precompilation.Design": { "version": "1.0.0-*", @@ -16,25 +15,23 @@ }, "Microsoft.AspNetCore.Server.Kestrel": "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": { "Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*" }, - "frameworks": { "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.0", + "version": "1.1.0-*", "type": "platform" } } }, "net451": {} }, - "publishOptions": { "include": [ "wwwroot", @@ -42,8 +39,7 @@ "web.config" ] }, - "scripts": { "postpublish": "dotnet razor-precompile --configuration %publish:Configuration% --framework %publish:TargetFramework% --output-path %publish:OutputPath% %publish:ProjectPath%" } -} +} \ No newline at end of file diff --git a/testapps/ClassLibraryTagHelper/project.json b/testapps/ClassLibraryTagHelper/project.json index f18444f3dc..6c2e8ed290 100644 --- a/testapps/ClassLibraryTagHelper/project.json +++ b/testapps/ClassLibraryTagHelper/project.json @@ -1,9 +1,10 @@ -{ +{ "dependencies": { - "Microsoft.AspNetCore.Razor.Runtime": "1.1.0-*" + "Microsoft.AspNetCore.Razor.Runtime": "1.1.0-*", + "NETStandard.Library": "1.6.1-*" }, "frameworks": { "netstandard1.6": {}, "net451": {} } -} +} \ No newline at end of file diff --git a/testapps/ClassLibraryWithPrecompiledViews/project.json b/testapps/ClassLibraryWithPrecompiledViews/project.json index edc9e94031..5f7fd859e7 100644 --- a/testapps/ClassLibraryWithPrecompiledViews/project.json +++ b/testapps/ClassLibraryWithPrecompiledViews/project.json @@ -1,4 +1,4 @@ -{ +{ "version": "1.0.0-*", "buildOptions": { "preserveCompilationContext": true, @@ -7,7 +7,7 @@ "packOptions": { "files": { "mappings": { - "lib/": "obj/precompiled/" + "lib/": "obj/precompiled/" } } }, @@ -22,16 +22,15 @@ "tools": { "Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*" }, - "frameworks": { "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.0", + "version": "1.1.0-*", "type": "platform" } } }, "net451": {} } -} +} \ No newline at end of file diff --git a/testapps/PublishWithEmbedViewSources/project.json b/testapps/PublishWithEmbedViewSources/project.json index f70de8c71d..7bb2c8b933 100644 --- a/testapps/PublishWithEmbedViewSources/project.json +++ b/testapps/PublishWithEmbedViewSources/project.json @@ -1,4 +1,4 @@ -{ +{ "buildOptions": { "emitEntryPoint": true, "preserveCompilationContext": true @@ -14,23 +14,20 @@ "Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*", "Microsoft.Extensions.Logging.Console": "1.1.0-*" }, - "tools": { "Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*" }, - "frameworks": { "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.0", + "version": "1.1.0-*", "type": "platform" } } }, "net451": {} }, - "publishOptions": { "include": [ "wwwroot", @@ -38,8 +35,7 @@ "web.config" ] }, - "scripts": { "postpublish": "dotnet razor-precompile --embed-view-sources --configuration %publish:Configuration% --framework %publish:TargetFramework% --output-path %publish:OutputPath% %publish:ProjectPath%" } -} +} \ No newline at end of file diff --git a/testapps/SimpleApp/project.json b/testapps/SimpleApp/project.json index 3a317fecce..901275d263 100644 --- a/testapps/SimpleApp/project.json +++ b/testapps/SimpleApp/project.json @@ -1,4 +1,4 @@ -{ +{ "buildOptions": { "emitEntryPoint": true, "preserveCompilationContext": true @@ -14,23 +14,20 @@ "Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*", "Microsoft.Extensions.Logging.Console": "1.1.0-*" }, - "tools": { "Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*" }, - "frameworks": { "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.0", + "version": "1.1.0-*", "type": "platform" } } }, "net451": {} }, - "publishOptions": { "include": [ "wwwroot", @@ -38,8 +35,7 @@ "web.config" ] }, - "scripts": { "postpublish": "dotnet razor-precompile --configuration %publish:Configuration% --framework %publish:TargetFramework% --output-path %publish:OutputPath% %publish:ProjectPath%" } -} +} \ No newline at end of file diff --git a/testapps/StrongNamedApp/project.json b/testapps/StrongNamedApp/project.json index 4ab5dcc974..78ed09942e 100644 --- a/testapps/StrongNamedApp/project.json +++ b/testapps/StrongNamedApp/project.json @@ -1,8 +1,8 @@ -{ +{ "buildOptions": { "emitEntryPoint": true, "preserveCompilationContext": true, - "keyFile": "../../tools/Key.snk", + "keyFile": "../../tools/Key.snk" }, "dependencies": { "Microsoft.AspNetCore.Mvc": "1.1.0-*", @@ -15,23 +15,20 @@ "Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*", "Microsoft.Extensions.Logging.Console": "1.1.0-*" }, - "tools": { "Microsoft.AspNetCore.Mvc.Razor.Precompilation.Tools": "1.0.0-*" }, - "frameworks": { "netcoreapp1.0": { "dependencies": { "Microsoft.NETCore.App": { - "version": "1.0.0", + "version": "1.1.0-*", "type": "platform" } } }, "net451": {} }, - "publishOptions": { "include": [ "wwwroot", @@ -39,8 +36,7 @@ "web.config" ] }, - "scripts": { "postpublish": "dotnet razor-precompile --configuration %publish:Configuration% --framework %publish:TargetFramework% --output-path %publish:OutputPath% %publish:ProjectPath%" } -} +} \ No newline at end of file