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:
parent
3968eded19
commit
173886bf6c
|
|
@ -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-*"
|
||||||
|
|
@ -43,4 +43,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"version": "4.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"shared": "*.cs",
|
"shared": "*.cs",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"xunit.assert": "2.1.0-*"
|
"xunit.assert": "2.1.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": { },
|
"net451": {},
|
||||||
"dotnet5.4": { }
|
"dotnet5.4": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -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"
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": { },
|
"net451": {},
|
||||||
"dotnet5.4": {
|
"dotnet5.4": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.IO.FileSystem": "4.0.1-*",
|
"System.IO.FileSystem": "4.0.1-*",
|
||||||
|
|
@ -26,4 +26,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -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-*",
|
||||||
|
|
@ -39,4 +39,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -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,8 +33,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"compilationOptions": {
|
"compilationOptions": {
|
||||||
"define": [ "__RemoveThisBitTo__GENERATE_BASELINES" ],
|
"define": [
|
||||||
|
"__RemoveThisBitTo__GENERATE_BASELINES"
|
||||||
|
],
|
||||||
"warningsAsErrors": true,
|
"warningsAsErrors": true,
|
||||||
"keyFile": "../../tools/Key.snk"
|
"keyFile": "../../tools/Key.snk"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue