This commit is contained in:
Pranav K 2016-11-09 14:19:16 -08:00
Родитель ebbf2234cf
Коммит 7378850bd4
6 изменённых файлов: 13 добавлений и 11 удалений

Просмотреть файл

@ -1,5 +1,5 @@
{ {
"version": "1.1.0-*", "version": "1.2.0-*",
"description": "Design-time components for Razor tooling.", "description": "Design-time components for Razor tooling.",
"packOptions": { "packOptions": {
"repository": { "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.", "description": "TagHelper tooling for .NET Core CLI. Contains the dotnet-razor-tooling command used to resolve TagHelperDescriptors for projects at design-time.",
"packOptions": { "packOptions": {
"repository": { "repository": {
@ -25,12 +25,14 @@
"xmlDoc": true "xmlDoc": true
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Razor.Design": "1.1.0-*", "Microsoft.AspNetCore.Razor.Design": {
"target": "project"
},
"Microsoft.DotNet.Cli.Utils": "1.0.0-*", "Microsoft.DotNet.Cli.Utils": "1.0.0-*",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0", "Microsoft.Extensions.PlatformAbstractions": "1.0.0",
"Microsoft.Extensions.DotnetToolDispatcher.Sources": { "Microsoft.Extensions.DotnetToolDispatcher.Sources": {
"type": "build", "type": "build",
"version": "1.1.0-*" "version": "1.2.0-*"
} }
}, },
"frameworks": { "frameworks": {

Просмотреть файл

@ -3,12 +3,12 @@
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": { "Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": {
"version": "1.1.0-*", "version": "1.2.0-*",
"type": "build" "type": "build"
}, },
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-*", "Microsoft.AspNetCore.Razor.Tools": "1.0.0-*",
"Microsoft.Extensions.HashCodeCombiner.Sources": { "Microsoft.Extensions.HashCodeCombiner.Sources": {
"version": "1.1.0-*", "version": "1.2.0-*",
"type": "build" "type": "build"
}, },
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {

Просмотреть файл

@ -3,13 +3,13 @@
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": { "Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": {
"version": "1.1.0-*", "version": "1.2.0-*",
"type": "build" "type": "build"
}, },
"Microsoft.AspNetCore.Razor.Tools": "1.0.0-*", "Microsoft.AspNetCore.Razor.Tools": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.2.0-*",
"Microsoft.Extensions.HashCodeCombiner.Sources": { "Microsoft.Extensions.HashCodeCombiner.Sources": {
"version": "1.1.0-*", "version": "1.2.0-*",
"type": "build" "type": "build"
}, },
"RazorToolingTestApp.Library": "1.0.0", "RazorToolingTestApp.Library": "1.0.0",

Просмотреть файл

@ -1,7 +1,7 @@
{ {
"version": "1.0.0", "version": "1.0.0",
"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": {

Просмотреть файл

@ -2,7 +2,7 @@
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Razor.Design": { "Microsoft.AspNetCore.Razor.Design": {
"type": "build", "type": "build",
"version": "1.1.0-*", "version": "1.2.0-*",
"target": "package" "target": "package"
}, },
"RazorToolingTestApp.Library": "1.0.0", "RazorToolingTestApp.Library": "1.0.0",