From 8d1b291f39903110cdde19b06158380dc53219ec Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 26 Feb 2020 23:04:17 +0100 Subject: [PATCH] made mlem.data and mlem.extended dependencies optional --- MLEM.Data/MLEM.Data.csproj | 8 ++++++-- MLEM.Extended/MLEM.Extended.csproj | 4 +++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/MLEM.Data/MLEM.Data.csproj b/MLEM.Data/MLEM.Data.csproj index bec1e23..962f17a 100644 --- a/MLEM.Data/MLEM.Data.csproj +++ b/MLEM.Data/MLEM.Data.csproj @@ -14,12 +14,16 @@ - + + all + all - + + all + diff --git a/MLEM.Extended/MLEM.Extended.csproj b/MLEM.Extended/MLEM.Extended.csproj index 9fcd354..41b36c7 100644 --- a/MLEM.Extended/MLEM.Extended.csproj +++ b/MLEM.Extended/MLEM.Extended.csproj @@ -15,7 +15,9 @@ - + + all + all