aspnetcore/tools/PinVersion/project.json

14 lines
229 B
JSON

{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Newtonsoft.Json": "9.0.1",
"NuGet.Protocol.Core.v3": "3.5.0-beta-final"
},
"frameworks": {
"net451": { }
}
}