From b561cf72436c76ac62df4e3ef7d18bce471ddd81 Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Tue, 13 Jul 2021 10:44:44 -0400 Subject: [PATCH] add System.Text.Json to dependencies --- DesktopGL/DesktopGL.csproj | 1 + UWP/UWP.csproj | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/DesktopGL/DesktopGL.csproj b/DesktopGL/DesktopGL.csproj index f335fc3..6793e4a 100644 --- a/DesktopGL/DesktopGL.csproj +++ b/DesktopGL/DesktopGL.csproj @@ -27,6 +27,7 @@ + diff --git a/UWP/UWP.csproj b/UWP/UWP.csproj index 56461de..23c702f 100644 --- a/UWP/UWP.csproj +++ b/UWP/UWP.csproj @@ -179,18 +179,19 @@ 4.2.0 + + 5.0.2 + 14.0 - - - + - + \ No newline at end of file