Updating versions to 1.2.0-*

This commit is contained in:
Pranav K 2016-11-09 14:19:11 -08:00
parent e738b5ca7b
commit c746fd81df
6 changed files with 24 additions and 20 deletions

View File

@ -1,6 +1,6 @@
{
"description": "Runtime components for rendering Razor pages and implementing tag helpers.\r\nCommonly used types:\r\nMicrosoft.AspNetCore.Razor.TagHelpers.HtmlAttributeNameAttribute\r\nMicrosoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute\r\nMicrosoft.AspNetCore.Razor.TagHelpers.ITagHelper",
"version": "1.1.0-*",
"version": "1.2.0-*",
"buildOptions": {
"allowUnsafe": true,
"keyFile": "../../tools/Key.snk",
@ -24,22 +24,24 @@
]
},
"dependencies": {
"Microsoft.AspNetCore.Html.Abstractions": "1.1.0-*",
"Microsoft.AspNetCore.Razor": "1.1.0-*",
"Microsoft.AspNetCore.Html.Abstractions": "1.2.0-*",
"Microsoft.AspNetCore.Razor": {
"target": "project"
},
"Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"type": "build",
"version": "1.1.0-*"
"version": "1.2.0-*"
},
"Microsoft.Extensions.CopyOnWriteDictionary.Sources": {
"type": "build",
"version": "1.1.0-*"
"version": "1.2.0-*"
},
"Microsoft.Extensions.HashCodeCombiner.Sources": {
"type": "build",
"version": "1.1.0-*"
"version": "1.2.0-*"
},
"Microsoft.Extensions.TaskCache.Sources": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "build"
},
"NETStandard.Library": "1.6.1-*"

View File

@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.2.0-*",
"shared": "*.cs",
"dependencies": {
"NETStandard.Library": "1.6.1-*",

View File

@ -1,6 +1,6 @@
{
"description": "Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor parser and code generation infrastructure.",
"version": "1.1.0-*",
"version": "1.2.0-*",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
@ -23,7 +23,7 @@
"dependencies": {
"Microsoft.Extensions.HashCodeCombiner.Sources": {
"type": "build",
"version": "1.1.0-*"
"version": "1.2.0-*"
},
"NETStandard.Library": "1.6.1-*"
},

View File

@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.2.0-*",
"description": "Builds Razor pages for views in a project. For internal use only.",
"buildOptions": {
"warningsAsErrors": true,
@ -7,7 +7,9 @@
"outputName": "dotnet-razorpagegenerator"
},
"dependencies": {
"Microsoft.AspNetCore.Razor": "1.1.0-*",
"Microsoft.AspNetCore.Razor": {
"target": "project"
},
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"type": "platform"

View File

@ -6,13 +6,13 @@
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Razor.Runtime": "1.1.0-*",
"Microsoft.AspNetCore.Razor.Runtime": "1.2.0-*",
"Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.Extensions.WebEncoders": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.2.0-*",
"Microsoft.Extensions.WebEncoders": "1.2.0-*",
"Moq": "4.6.36-*",
"xunit": "2.2.0-*"
},

View File

@ -2,13 +2,13 @@
"version": "1.0.0",
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Razor": "1.1.0-*",
"Microsoft.AspNetCore.Razor.Runtime": "1.1.0-*",
"Microsoft.AspNetCore.Razor": "1.2.0-*",
"Microsoft.AspNetCore.Razor.Runtime": "1.2.0-*",
"Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.2.0-*",
"Moq": "4.6.36-*",
"Newtonsoft.Json": "9.0.1",
"xunit": "2.2.0-*"