Updating versions to 1.2.0-*
This commit is contained in:
Родитель
b700afa8ea
Коммит
e883cb2493
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.1.0-*",
|
"version": "1.2.0-*",
|
||||||
"description": "Build-time references required to enable Razor view compilation as part of building the application.",
|
"description": "Build-time references required to enable Razor view compilation as part of building the application.",
|
||||||
"packOptions": {
|
"packOptions": {
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -24,9 +24,9 @@
|
||||||
"xmlDoc": true
|
"xmlDoc": true
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Hosting": "1.1.0-*",
|
"Microsoft.AspNetCore.Hosting": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc.Razor": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc.Razor": "1.2.0-*",
|
||||||
"Microsoft.Extensions.CommandLineUtils": "1.1.0-*"
|
"Microsoft.Extensions.CommandLineUtils": "1.2.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.1.0-*",
|
"version": "1.2.0-*",
|
||||||
"description": "Razor view compilation for compiling CSHTML files into DLLs.",
|
"description": "Razor view compilation for compiling CSHTML files into DLLs.",
|
||||||
"packOptions": {
|
"packOptions": {
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -29,10 +29,10 @@
|
||||||
"target": "project"
|
"target": "project"
|
||||||
},
|
},
|
||||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview2-003121",
|
"Microsoft.DotNet.Cli.Utils": "1.0.0-preview2-003121",
|
||||||
"Microsoft.Extensions.CommandLineUtils": "1.1.0-*",
|
"Microsoft.Extensions.CommandLineUtils": "1.2.0-*",
|
||||||
"Microsoft.Extensions.DotnetToolDispatcher.Sources": {
|
"Microsoft.Extensions.DotnetToolDispatcher.Sources": {
|
||||||
"type": "build",
|
"type": "build",
|
||||||
"version": "1.1.0-*"
|
"version": "1.2.0-*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "2.2.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools": "1.2.0-*",
|
||||||
"xunit": "2.2.0-*"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
|
@ -9,9 +9,9 @@
|
||||||
"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.DotNet.Cli.Utils": "1.0.0-*",
|
||||||
"Microsoft.Extensions.Logging": "1.1.0-*",
|
"Microsoft.Extensions.Logging": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
|
"Microsoft.Extensions.Logging.Console": "1.2.0-*",
|
||||||
"Microsoft.Extensions.PlatformAbstractions": "1.1.0-*",
|
"Microsoft.Extensions.PlatformAbstractions": "1.2.0-*",
|
||||||
"xunit": "2.2.0-*"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "2.2.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools": "1.2.0-*",
|
||||||
"xunit": "2.2.0-*"
|
"xunit": "2.2.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
|
@ -8,10 +8,10 @@
|
||||||
"target": "package",
|
"target": "package",
|
||||||
"version": "1.0.0-*"
|
"version": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*",
|
"Microsoft.Extensions.Configuration.CommandLine": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.1.0-*"
|
"Microsoft.Extensions.Logging.Console": "1.2.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.0": {
|
||||||
|
|
|
@ -4,15 +4,15 @@
|
||||||
"preserveCompilationContext": true
|
"preserveCompilationContext": true
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design": {
|
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design": {
|
||||||
"version": "1.1.0-*",
|
"version": "1.2.0-*",
|
||||||
"target": "package",
|
"target": "package",
|
||||||
"type": "build"
|
"type": "build"
|
||||||
},
|
},
|
||||||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*",
|
"Microsoft.Extensions.Configuration.CommandLine": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.1.0-*"
|
"Microsoft.Extensions.Logging.Console": "1.2.0-*"
|
||||||
},
|
},
|
||||||
"tools": {
|
"tools": {
|
||||||
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools": "1.1.0-*"
|
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools": "1.1.0-*"
|
||||||
|
|
|
@ -7,15 +7,15 @@
|
||||||
"ClassLibraryTagHelper": {
|
"ClassLibraryTagHelper": {
|
||||||
"target": "project"
|
"target": "project"
|
||||||
},
|
},
|
||||||
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design": {
|
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design": {
|
||||||
"version": "1.1.0-*",
|
"version": "1.2.0-*",
|
||||||
"target": "package",
|
"target": "package",
|
||||||
"type": "build"
|
"type": "build"
|
||||||
},
|
},
|
||||||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*",
|
"Microsoft.Extensions.Configuration.CommandLine": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
|
"Microsoft.Extensions.Logging.Console": "1.2.0-*",
|
||||||
"TagHelperSamples.Bootstrap": "1.1.1"
|
"TagHelperSamples.Bootstrap": "1.1.1"
|
||||||
},
|
},
|
||||||
"tools": {
|
"tools": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Razor.Runtime": "1.1.0-*",
|
"Microsoft.AspNetCore.Razor.Runtime": "1.2.0-*",
|
||||||
"NETStandard.Library": "1.6.1-*"
|
"NETStandard.Library": "1.6.1-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
|
@ -12,9 +12,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design": {
|
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design": {
|
||||||
"version": "1.1.0-*",
|
"version": "1.2.0-*",
|
||||||
"target": "package",
|
"target": "package",
|
||||||
"type": "build"
|
"type": "build"
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,15 +4,15 @@
|
||||||
"preserveCompilationContext": true
|
"preserveCompilationContext": true
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design": {
|
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design": {
|
||||||
"version": "1.1.0-*",
|
"version": "1.2.0-*",
|
||||||
"target": "package",
|
"target": "package",
|
||||||
"type": "build"
|
"type": "build"
|
||||||
},
|
},
|
||||||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*",
|
"Microsoft.Extensions.Configuration.CommandLine": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.1.0-*"
|
"Microsoft.Extensions.Logging.Console": "1.2.0-*"
|
||||||
},
|
},
|
||||||
"tools": {
|
"tools": {
|
||||||
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools": "1.1.0-*"
|
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools": "1.1.0-*"
|
||||||
|
|
|
@ -4,15 +4,15 @@
|
||||||
"preserveCompilationContext": true
|
"preserveCompilationContext": true
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design": {
|
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design": {
|
||||||
"version": "1.1.0-*",
|
"version": "1.2.0-*",
|
||||||
"target": "package",
|
"target": "package",
|
||||||
"type": "build"
|
"type": "build"
|
||||||
},
|
},
|
||||||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*",
|
"Microsoft.Extensions.Configuration.CommandLine": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.1.0-*"
|
"Microsoft.Extensions.Logging.Console": "1.2.0-*"
|
||||||
},
|
},
|
||||||
"tools": {
|
"tools": {
|
||||||
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools": "1.1.0-*"
|
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools": "1.1.0-*"
|
||||||
|
|
|
@ -4,15 +4,15 @@
|
||||||
"preserveCompilationContext": true
|
"preserveCompilationContext": true
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design": {
|
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design": {
|
||||||
"version": "1.1.0-*",
|
"version": "1.2.0-*",
|
||||||
"target": "package",
|
"target": "package",
|
||||||
"type": "build"
|
"type": "build"
|
||||||
},
|
},
|
||||||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*",
|
"Microsoft.Extensions.Configuration.CommandLine": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.1.0-*"
|
"Microsoft.Extensions.Logging.Console": "1.2.0-*"
|
||||||
},
|
},
|
||||||
"tools": {
|
"tools": {
|
||||||
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools": "1.1.0-*"
|
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools": "1.1.0-*"
|
||||||
|
|
|
@ -5,15 +5,15 @@
|
||||||
"keyFile": "../../tools/Key.snk"
|
"keyFile": "../../tools/Key.snk"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
|
"Microsoft.AspNetCore.Mvc": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design": {
|
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Design": {
|
||||||
"version": "1.1.0-*",
|
"version": "1.2.0-*",
|
||||||
"target": "package",
|
"target": "package",
|
||||||
"type": "build"
|
"type": "build"
|
||||||
},
|
},
|
||||||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Configuration.CommandLine": "1.1.0-*",
|
"Microsoft.Extensions.Configuration.CommandLine": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.1.0-*"
|
"Microsoft.Extensions.Logging.Console": "1.2.0-*"
|
||||||
},
|
},
|
||||||
"tools": {
|
"tools": {
|
||||||
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools": "1.1.0-*"
|
"Microsoft.AspNetCore.Mvc.Razor.ViewCompilation.Tools": "1.1.0-*"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче