32 lines
721 B
JSON
32 lines
721 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "ASP.NET 5 Middleware for Entity Framework error pages.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/diagnostics"
|
|
},
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
|
|
"Microsoft.EntityFrameworkCore.Relational": "1.0.0-*"
|
|
},
|
|
"compile": [
|
|
"..\\Shared\\*.cs"
|
|
],
|
|
"frameworks": {
|
|
"net451": {
|
|
"frameworkAssemblies": {
|
|
"System.Configuration": "",
|
|
"System.Threading.Tasks": ""
|
|
}
|
|
},
|
|
"dotnet5.4": {
|
|
"dependencies": {
|
|
"System.Threading": "4.0.11-*"
|
|
}
|
|
}
|
|
}
|
|
} |