From 04fab568f8c45e22cc4f56f4783bb4eff683cde5 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 2 Jan 2022 22:51:52 +0100 Subject: [PATCH] Make Newtonsoft.Json dependency optional for MLEM.Data --- CHANGELOG.md | 1 + MLEM.Data/MLEM.Data.csproj | 4 +++- Sandbox/Sandbox.csproj | 1 + Tests/Tests.csproj | 3 ++- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6896d9e..04579c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ Improvements ### MLEM.Data Improvements - Rethrow exceptions when no RawContentManager readers could be constructed +- Make Newtonsoft.Json dependency optional ## 5.2.0 ### MLEM diff --git a/MLEM.Data/MLEM.Data.csproj b/MLEM.Data/MLEM.Data.csproj index deaee64..cd41862 100644 --- a/MLEM.Data/MLEM.Data.csproj +++ b/MLEM.Data/MLEM.Data.csproj @@ -19,13 +19,15 @@ - all + + all + all diff --git a/Sandbox/Sandbox.csproj b/Sandbox/Sandbox.csproj index f6607ef..f24f47a 100644 --- a/Sandbox/Sandbox.csproj +++ b/Sandbox/Sandbox.csproj @@ -19,6 +19,7 @@ + diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 39bd620..4a00718 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -18,8 +18,9 @@ runtime; build; native; contentfiles; analyzers; buildtransitive + - +