From 00bb1420f1899d9bf5a1d0fe0d826f6152a59548 Mon Sep 17 00:00:00 2001 From: Richard Webb <richard.webb@helpsystems.com> Date: Fri, 18 Oct 2024 11:57:22 +0100 Subject: [PATCH] Update System.Text.Json to 8.0.5 --- build/Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Directory.Build.props b/build/Directory.Build.props index 13dbba2..2d1dba1 100644 --- a/build/Directory.Build.props +++ b/build/Directory.Build.props @@ -2,7 +2,7 @@ <PropertyGroup> <LangVersion>latest</LangVersion> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> - <SystemTextJsonVersion>8.0.4</SystemTextJsonVersion> + <SystemTextJsonVersion>8.0.5</SystemTextJsonVersion> <OnigwrapVersion>1.0.6</OnigwrapVersion> </PropertyGroup> </Project>