зеркало из https://github.com/aspnet/RazorTooling.git
Updating versions to 1.2.0-*
This commit is contained in:
Родитель
ebbf2234cf
Коммит
7378850bd4
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.1.0-*",
|
||||
"version": "1.2.0-*",
|
||||
"description": "Design-time components for Razor tooling.",
|
||||
"packOptions": {
|
||||
"repository": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.1.0-*",
|
||||
"version": "1.2.0-*",
|
||||
"description": "TagHelper tooling for .NET Core CLI. Contains the dotnet-razor-tooling command used to resolve TagHelperDescriptors for projects at design-time.",
|
||||
"packOptions": {
|
||||
"repository": {
|
||||
|
@ -25,12 +25,14 @@
|
|||
"xmlDoc": true
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Razor.Design": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Razor.Design": {
|
||||
"target": "project"
|
||||
},
|
||||
"Microsoft.DotNet.Cli.Utils": "1.0.0-*",
|
||||
"Microsoft.Extensions.PlatformAbstractions": "1.0.0",
|
||||
"Microsoft.Extensions.DotnetToolDispatcher.Sources": {
|
||||
"type": "build",
|
||||
"version": "1.1.0-*"
|
||||
"version": "1.2.0-*"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
"dependencies": {
|
||||
"dotnet-test-xunit": "2.2.0-*",
|
||||
"Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": {
|
||||
"version": "1.1.0-*",
|
||||
"version": "1.2.0-*",
|
||||
"type": "build"
|
||||
},
|
||||
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-*",
|
||||
"Microsoft.Extensions.HashCodeCombiner.Sources": {
|
||||
"version": "1.1.0-*",
|
||||
"version": "1.2.0-*",
|
||||
"type": "build"
|
||||
},
|
||||
"Microsoft.NETCore.App": {
|
||||
|
|
|
@ -3,13 +3,13 @@
|
|||
"dependencies": {
|
||||
"dotnet-test-xunit": "2.2.0-*",
|
||||
"Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": {
|
||||
"version": "1.1.0-*",
|
||||
"version": "1.2.0-*",
|
||||
"type": "build"
|
||||
},
|
||||
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Testing": "1.2.0-*",
|
||||
"Microsoft.Extensions.HashCodeCombiner.Sources": {
|
||||
"version": "1.1.0-*",
|
||||
"version": "1.2.0-*",
|
||||
"type": "build"
|
||||
},
|
||||
"RazorToolingTestApp.Library": "1.0.0",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Razor.Runtime": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Razor.Runtime": "1.2.0-*",
|
||||
"NETStandard.Library": "1.6.1-*"
|
||||
},
|
||||
"frameworks": {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Razor.Design": {
|
||||
"type": "build",
|
||||
"version": "1.1.0-*",
|
||||
"version": "1.2.0-*",
|
||||
"target": "package"
|
||||
},
|
||||
"RazorToolingTestApp.Library": "1.0.0",
|
||||
|
|
Загрузка…
Ссылка в новой задаче