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": {}, "dependencies": {},
"frameworks": { "frameworks": {
"net451": { "net451": {
"System.ComponentModel.Annotations": "4.0.0"
}, },
".NETPortable,Version=v4.5,Profile=Profile111": { ".NETPortable,Version=v4.5,Profile=Profile111": {
"frameworkAssemblies": { "frameworkAssemblies": {
@ -26,4 +27,4 @@
} }
} }
} }
} }

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