reference Component Model.

main
Paul Schneider 9 years ago
parent 0bd7351580
commit 0757f8e017
2 changed files with 13 additions and 10 deletions

@ -15,6 +15,7 @@
"dependencies": {},
"frameworks": {
"net451": {
"System.ComponentModel.Annotations": "4.0.0"
},
".NETPortable,Version=v4.5,Profile=Profile111": {
"frameworkAssemblies": {
@ -26,4 +27,4 @@
}
}
}
}
}

@ -3,20 +3,22 @@
"version": 2,
"targets": {
".NETFramework,Version=v4.5.1": {},
".NETPortable,Version=v4.5,Profile=Profile111": {}
".NETPortable,Version=v4.5,Profile=Profile111": {},
".NETFramework,Version=v4.5.1/debian.8-x86": {},
".NETFramework,Version=v4.5.1/debian.8-x64": {},
".NETPortable,Version=v4.5,Profile=Profile111/debian.8-x86": {},
".NETPortable,Version=v4.5,Profile=Profile111/debian.8-x64": {}
},
"libraries": {},
"projectFileDependencyGroups": {
"": [],
".NETFramework,Version=v4.5.1": [],
".NETPortable,Version=v4.5,Profile=Profile111": [
"System >= 4.0.0",
"System.Collections >= 4.0.0",
"System.Globalization >= 4.0.0",
"System.Resources.ResourceManager >= 4.0.0",
"System.Runtime >= 4.0.0"
"fx/System >= 4.0.0",
"fx/System.Runtime >= 4.0.0",
"fx/System.Globalization >= 4.0.0",
"fx/System.Resources.ResourceManager >= 4.0.0",
"fx/System.Collections >= 4.0.0"
]
},
"tools": {},
"projectFileToolGroups": {}
}
}
Loading…