37 lines
844 B
JSON
37 lines
844 B
JSON
{
|
|
"description": "ASP.NET Core Identity provider that uses Entity Framework Core.",
|
|
"version": "1.1.0-*",
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"xmlDoc": true
|
|
},
|
|
"packOptions": {
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/identity"
|
|
},
|
|
"tags": [
|
|
"aspnetcore",
|
|
"entityframeworkcore",
|
|
"identity",
|
|
"membership"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Identity": "1.1.0-*",
|
|
"Microsoft.EntityFrameworkCore.Relational": "1.1.0-*",
|
|
"Microsoft.Extensions.TaskCache.Sources": {
|
|
"version": "1.1.0-*",
|
|
"type": "build"
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"net451": {},
|
|
"netstandard1.3": {
|
|
"dependencies": {
|
|
"System.ComponentModel.TypeConverter": "4.1.0-*"
|
|
}
|
|
}
|
|
}
|
|
} |