aspnetcore/src/Microsoft.AspNet.PageExecut.../project.json

21 lines
461 B
JSON

{
"description": "Abstractions for page instrumentation.",
"version": "1.0.0-*",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/mvc"
},
"compilationOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
},
"frameworks": {
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.IO": "4.0.11-beta-*",
"System.Resources.ResourceManager": "4.0.1-beta-*"
}
}
}
}