32 lines
772 B
JSON
32 lines
772 B
JSON
{
|
|
"description": "ASP.NET Identity providers that use Entity Framework.",
|
|
"version": "1.0.0-*",
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"nowarn": [ "CS1591" ],
|
|
"xmlDoc": true
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/identity"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Identity": "1.0.0-*",
|
|
"Microsoft.EntityFrameworkCore.Relational": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"net451": {
|
|
"frameworkAssemblies": {
|
|
"System.Runtime": "",
|
|
"System.Threading.Tasks": ""
|
|
}
|
|
},
|
|
"dotnet5.4": {
|
|
"dependencies": {
|
|
"System.ComponentModel.TypeConverter": "4.0.1-*"
|
|
},
|
|
"imports": "portable-net451+win8"
|
|
}
|
|
}
|
|
} |