dotnet-installer/TestAssets/TestProjects/TestSystemReference/project.json
2016-04-18 05:23:16 +00:00

16 lines
274 B
JSON

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