aspnetcore/test/Microsoft.AspNetCore.Server.../project.json

18 lines
329 B
JSON

{
"version": "1.0.0-*",
"frameworks": {
"net451": {},
"netstandard1.3": {
"dependencies": {
"System.Threading": "4.0.11-*",
"System.Net.Sockets": "4.1.0-*"
},
"imports": [
"portable-net45+win8"
]
}
},
"buildOptions": {
"keyFile": "../../tools/Key.snk"
}
}