59 lines
2.0 KiB
JSON
59 lines
2.0 KiB
JSON
{
|
|
"authors": [
|
|
"Microsoft"
|
|
],
|
|
"description": "Identity sample MVC application on ASP.NET Core",
|
|
"version": "1.1.0-*",
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Authentication.Cookies": "1.1.0-*",
|
|
"Microsoft.AspNetCore.Authentication.Facebook": "1.1.0-*",
|
|
"Microsoft.AspNetCore.Authentication.Google": "1.1.0-*",
|
|
"Microsoft.AspNetCore.Authentication.Twitter": "1.1.0-*",
|
|
"Microsoft.AspNetCore.Authorization": "1.1.0-*",
|
|
"Microsoft.AspNetCore.DataProtection.Extensions": "1.1.0-*",
|
|
"Microsoft.AspNetCore.Diagnostics": "1.1.0-*",
|
|
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.1.0-*",
|
|
"Microsoft.AspNetCore.Identity": "1.1.0-*",
|
|
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.1.0-*",
|
|
"Microsoft.AspNetCore.Mvc": "1.1.0-*",
|
|
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.1.0-*",
|
|
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
|
"Microsoft.AspNetCore.StaticFiles": "1.1.0-*",
|
|
"Microsoft.EntityFrameworkCore.SqlServer": "1.1.0-*",
|
|
"Microsoft.EntityFrameworkCore.Tools": {
|
|
"version": "1.0.0-*",
|
|
"type": "build"
|
|
},
|
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0-*",
|
|
"Microsoft.Extensions.Configuration.Json": "1.1.0-*",
|
|
"Microsoft.Extensions.Configuration.UserSecrets": "1.1.0-*",
|
|
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
|
|
"Microsoft.Extensions.Logging.Debug": "1.1.0-*"
|
|
},
|
|
"buildOptions": {
|
|
"emitEntryPoint": true,
|
|
"preserveCompilationContext": true
|
|
},
|
|
"frameworks": {
|
|
"net451": {},
|
|
"netcoreapp1.1": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.1.0-*",
|
|
"type": "platform"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"tools": {
|
|
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*",
|
|
"Microsoft.EntityFrameworkCore.Tools.DotNet": "1.0.0-*"
|
|
},
|
|
"publishOptions": {
|
|
"include": [
|
|
"appsettings.json",
|
|
"web.config"
|
|
]
|
|
}
|
|
} |