dotnet-installer/TestAssets/TestProjects/TestSystemCoreReference/project.json

17 lines
269 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"dependencies": {},
"frameworks": {
2016-04-08 16:45:50 +00:00
"netstandardapp1.5": {
"dependencies": {
2016-04-15 05:25:53 +00:00
"NETStandard.Library": "1.5.0-rc2-24015"
2016-04-08 16:45:50 +00:00
}
},
"net451": {
"frameworkAssemblies": {
"System": ""
}
}
}
2016-04-15 05:25:53 +00:00
}