From 68f0bcb1838c358a89d5280c342a9a5e9528eff7 Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Sat, 12 Oct 2024 19:04:22 +0200 Subject: [PATCH] Update package references in Directory.Packages.props Replaced hardcoded version of System.Text.Json with a variable. Added Microsoft.AspNetCore.DataProtection.Abstractions package for the net8.0 target framework. --- Directory.Packages.props | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 20955e0e0..47cb4289c 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -145,7 +145,7 @@ - + @@ -153,6 +153,7 @@ +