Update ASP.NET 5 versions for ASP.NET Core.

See https://github.com/aspnet/Announcements/issues/144 for more information.
This commit is contained in:
N. Taylor Mullen 2016-01-22 12:28:16 -08:00
parent 3968eded19
commit 173886bf6c
5 changed files with 18 additions and 16 deletions

View File

@ -1,6 +1,6 @@
{ {
"description": "Runtime components for rendering Razor pages.", "description": "Runtime components for rendering Razor pages.",
"version": "4.0.0-*", "version": "1.0.0-*",
"compilationOptions": { "compilationOptions": {
"allowUnsafe": true, "allowUnsafe": true,
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
@ -12,7 +12,7 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Html.Abstractions": "1.0.0-*", "Microsoft.AspNetCore.Html.Abstractions": "1.0.0-*",
"Microsoft.AspNetCore.Razor": "4.0.0-*", "Microsoft.AspNetCore.Razor": "1.0.0-*",
"Microsoft.Extensions.ClosedGenericMatcher.Sources": { "Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"type": "build", "type": "build",
"version": "1.0.0-*" "version": "1.0.0-*"

View File

@ -1,5 +1,5 @@
{ {
"version": "4.0.0-*", "version": "1.0.0-*",
"shared": "*.cs", "shared": "*.cs",
"dependencies": { "dependencies": {
"xunit.assert": "2.1.0-*" "xunit.assert": "2.1.0-*"

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.", "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": "4.0.0-*", "version": "1.0.0-*",
"compilationOptions": { "compilationOptions": {
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk" "keyFile": "../../tools/Key.snk"

View File

@ -5,9 +5,9 @@
"keyFile": "../../tools/Key.snk" "keyFile": "../../tools/Key.snk"
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Razor.Runtime": "4.0.0-*", "Microsoft.AspNetCore.Razor.Runtime": "1.0.0-*",
"Microsoft.AspNetCore.Razor.Test.Sources": { "Microsoft.AspNetCore.Razor.Test.Sources": {
"version": "4.0.0-*", "version": "1.0.0-*",
"type": "build" "type": "build"
}, },
"Microsoft.AspNetCore.Testing": "1.0.0-*", "Microsoft.AspNetCore.Testing": "1.0.0-*",

View File

@ -2,9 +2,9 @@
"version": "1.0.0", "version": "1.0.0",
"resource": "TestFiles/**/*", "resource": "TestFiles/**/*",
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Razor": "4.0.0-*", "Microsoft.AspNetCore.Razor": "1.0.0-*",
"Microsoft.AspNetCore.Razor.Test.Sources": { "Microsoft.AspNetCore.Razor.Test.Sources": {
"version": "4.0.0-*", "version": "1.0.0-*",
"type": "build" "type": "build"
}, },
"Microsoft.AspNetCore.Testing": "1.0.0-*", "Microsoft.AspNetCore.Testing": "1.0.0-*",
@ -33,7 +33,9 @@
} }
}, },
"compilationOptions": { "compilationOptions": {
"define": [ "__RemoveThisBitTo__GENERATE_BASELINES" ], "define": [
"__RemoveThisBitTo__GENERATE_BASELINES"
],
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk" "keyFile": "../../tools/Key.snk"
} }