35 lines
913 B
JSON
35 lines
913 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"outputName": "dotnet-user-secrets",
|
|
"emitEntryPoint": true,
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk"
|
|
},
|
|
"description": "Command line tool to manage user secrets for Microsoft.Extensions.Configuration.",
|
|
"packOptions": {
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/aspnet/DotNetTools"
|
|
},
|
|
"tags": [
|
|
"configuration",
|
|
"secrets",
|
|
"usersecrets"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.Extensions.CommandLineUtils": "1.1.0-*",
|
|
"Microsoft.Extensions.Configuration.UserSecrets": "1.1.0-*",
|
|
"Microsoft.Extensions.Logging": "1.1.0-*",
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.1.0-*",
|
|
"type": "platform"
|
|
},
|
|
"Newtonsoft.Json": "9.0.1",
|
|
"System.Runtime.Serialization.Primitives": "4.3.0-*"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {}
|
|
}
|
|
} |