dotnet-installer/TestAssets/TestProjects/TestSystemCoreReference/project.json
2016-04-08 14:15:17 -07:00

16 lines
No EOL
268 B
JSON

{
"version": "1.0.0-*",
"dependencies": {},
"frameworks": {
"netstandardapp1.5": {
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23931"
}
},
"net451": {
"frameworkAssemblies": {
"System": ""
}
}
}
}