aspnetcore/samples/ClientSample/project.json

19 lines
289 B
JSON

{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0",
"type": "platform"
},
"System.Net.WebSockets.Client": "4.0.0"
},
"frameworks": {
"netcoreapp1.0": {}
}
}