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

16 lines
270 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"dependencies": {},
"frameworks": {
2016-04-08 16:45:50 +00:00
"netstandardapp1.5": {
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24008"
2016-04-08 16:45:50 +00:00
}
},
"net451": {
"frameworkAssemblies": {
"mscorlib": ""
}
}
}
}