Cosmos/Demos/Guess/project.json
2016-12-29 00:20:34 -06:00

16 lines
330 B
JSON

{
"runtimes": {
"win7-x64": {}
},
"dependencies": {
"NETStandard.Library": "1.6.1",
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Runtime.CoreCLR": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0"
},
"frameworks": {
"netstandard1.6": {
"imports": "portable-net452"
}
}
}