aspnetcore/src/Microsoft.AspNetCore.Razor/project.json

29 lines
790 B
JSON

{
"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.0.0-*",
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"repository": {
"type": "git",
"url": "git://github.com/aspnet/razor"
},
"dependencies": {
"Microsoft.Extensions.HashCodeCombiner.Sources": {
"type": "build",
"version": "1.0.0-*"
}
},
"frameworks": {
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.IO.FileSystem": "4.0.1-*",
"System.Linq": "4.0.2-*",
"System.Security.Cryptography.Algorithms": "4.0.0-*",
"System.Threading.Thread": "4.0.0-*"
}
}
}
}