From 255c73af2d5695d2e3971d1af229e085451cf9fd Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Thu, 11 Jul 2024 09:45:19 +0100 Subject: [PATCH] Fix NU1903 warnings Fix NU1903 warnings in samples by updating the version of System.Text.Json. --- Directory.Packages.props | 1 + samples/Chaos/Chaos.csproj | 1 + samples/DependencyInjection/DependencyInjection.csproj | 1 + 3 files changed, 3 insertions(+) diff --git a/Directory.Packages.props b/Directory.Packages.props index bfac6a7551b..f0d90041395 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -46,6 +46,7 @@ + diff --git a/samples/Chaos/Chaos.csproj b/samples/Chaos/Chaos.csproj index 1b979fddd1e..135449de97e 100644 --- a/samples/Chaos/Chaos.csproj +++ b/samples/Chaos/Chaos.csproj @@ -10,6 +10,7 @@ + diff --git a/samples/DependencyInjection/DependencyInjection.csproj b/samples/DependencyInjection/DependencyInjection.csproj index f73ecdbafb0..7a94027a42d 100644 --- a/samples/DependencyInjection/DependencyInjection.csproj +++ b/samples/DependencyInjection/DependencyInjection.csproj @@ -11,6 +11,7 @@ +