Update Razor.Evolution versions and package verifier.

This commit is contained in:
N. Taylor Mullen 2016-11-16 14:10:39 -08:00
parent 1562865ca6
commit dbcb690120
3 changed files with 5 additions and 4 deletions

View File

@ -5,6 +5,7 @@
],
"packages": {
"Microsoft.AspNetCore.Razor": { },
"Microsoft.AspNetCore.Razor.Evolution": { },
"Microsoft.AspNetCore.Razor.Runtime": { }
}
},

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.0.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-*"
}
},
"frameworks": {

View File

@ -2,8 +2,8 @@
"version": "1.0.0",
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Razor.Evolution": "1.1.0-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.AspNetCore.Razor.Evolution": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.2.0-*",
"Moq": "4.6.36-*",
"xunit": "2.2.0-*"
},