62 lines
2.0 KiB
JSON
62 lines
2.0 KiB
JSON
{
|
|
"authors": [
|
|
"Microsoft"
|
|
],
|
|
"description": "Identity sample MVC application on ASP.NET Core",
|
|
"version": "1.0.0-*",
|
|
"dependencies": {
|
|
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
|
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
|
|
"Microsoft.AspNetCore.DataProtection.Extensions": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Identity": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Authentication.Facebook": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Authentication.Google": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Authentication.Twitter": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Authorization": "1.0.0-*",
|
|
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
|
|
"Microsoft.EntityFrameworkCore.Commands": "1.0.0-*",
|
|
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-*",
|
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*",
|
|
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
|
|
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-*",
|
|
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
|
|
"Microsoft.Extensions.Logging.Debug": "1.0.0-*"
|
|
},
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"frameworks": {
|
|
"net451": {},
|
|
"netcoreapp1.0": {
|
|
"imports": [
|
|
"dnxcore50",
|
|
"portable-net45+win8"
|
|
],
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.0.0-*",
|
|
"type": "platform"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"scripts": {
|
|
"prepublish": [
|
|
"npm install",
|
|
"bower install",
|
|
"gulp clean",
|
|
"gulp min"
|
|
]
|
|
},
|
|
"content": [
|
|
"appsettings.json",
|
|
"web.config"
|
|
]
|
|
} |