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 + - +