construction de la lib portable sous GNU/linux

vnext
Paul Schneider 8 years ago
parent 28c3672b01
commit d0320bc1f4
2 changed files with 7 additions and 6 deletions

@ -14,14 +14,15 @@
}, },
"dependencies": {}, "dependencies": {},
"frameworks": { "frameworks": {
"net451": {}, "net451": {
},
".NETPortable,Version=v4.5,Profile=Profile111": { ".NETPortable,Version=v4.5,Profile=Profile111": {
"frameworkAssemblies": { "frameworkAssemblies": {
"System": "4.0.0",
"System.Runtime": "4.0.0", "System.Runtime": "4.0.0",
"System.Globalization": "4.0.0", "System.Globalization": "4.0.0",
"System.Resources.ResourceManager": "4.0.0", "System.Resources.ResourceManager": "4.0.0",
"System.Collections": "4.0.0", "System.Collections": "4.0.0"
"System.Collections.Generic": "4.0.0"
} }
} }
} }

@ -14,11 +14,11 @@
"": [], "": [],
".NETFramework,Version=v4.5.1": [], ".NETFramework,Version=v4.5.1": [],
".NETPortable,Version=v4.5,Profile=Profile111": [ ".NETPortable,Version=v4.5,Profile=Profile111": [
"fx/System >= 4.0.0",
"fx/System.Runtime >= 4.0.0", "fx/System.Runtime >= 4.0.0",
"fx/System.Globalization >= 4.0.0", "fx/System.Globalization >= 4.0.0",
"fx/System.Resources.ResourceManager >= 4.0.0", "fx/System.Resources.ResourceManager >= 4.0.0",
"fx/System.Collections >= 4.0.0", "fx/System.Collections >= 4.0.0"
"fx/System.Collections.Generic >= 4.0.0"
] ]
} }
} }
Loading…