From 42ca77f8120e05eae31caf2dfe0c230bbe648735 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Fri, 17 Mar 2017 12:58:06 +0100 Subject: [PATCH] construction de la lib portable sous GNU/linux --- YavscLib/project.json | 9 +++++---- YavscLib/project.lock.json | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/YavscLib/project.json b/YavscLib/project.json index cfb4413d..b7b3b13b 100644 --- a/YavscLib/project.json +++ b/YavscLib/project.json @@ -14,15 +14,16 @@ }, "dependencies": {}, "frameworks": { - "net451": {}, + "net451": { + }, ".NETPortable,Version=v4.5,Profile=Profile111": { "frameworkAssemblies": { + "System": "4.0.0", "System.Runtime": "4.0.0", "System.Globalization": "4.0.0", "System.Resources.ResourceManager": "4.0.0", - "System.Collections": "4.0.0", - "System.Collections.Generic": "4.0.0" + "System.Collections": "4.0.0" } - } + } } } diff --git a/YavscLib/project.lock.json b/YavscLib/project.lock.json index 79695a3d..6565f069 100644 --- a/YavscLib/project.lock.json +++ b/YavscLib/project.lock.json @@ -14,11 +14,11 @@ "": [], ".NETFramework,Version=v4.5.1": [], ".NETPortable,Version=v4.5,Profile=Profile111": [ + "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", - "fx/System.Collections.Generic >= 4.0.0" + "fx/System.Collections >= 4.0.0" ] } } \ No newline at end of file