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

16 lines
No EOL
270 B
JSON

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