37 lines
799 B
JSON
37 lines
799 B
JSON
{
|
|
"description": "ASP.NET Core Identity provider that uses Entity Framework Core.",
|
|
"tags": [
|
|
"aspnetcore",
|
|
"entityframeworkcore",
|
|
"identity",
|
|
"membership"
|
|
],
|
|
"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": {},
|
|
"netstandard1.3": {
|
|
"dependencies": {
|
|
"System.ComponentModel.TypeConverter": "4.0.1-*"
|
|
},
|
|
"imports": [
|
|
"portable-net451+win8"
|
|
]
|
|
}
|
|
}
|
|
} |