From 4a21ed87db76a3c3786657dd80d7095e57eafe46 Mon Sep 17 00:00:00 2001 From: Nikolai Korolev Date: Thu, 28 Nov 2024 19:13:26 +0000 Subject: [PATCH] Update `Content.PatreonParser` to use `net8.0` `TargetFramework` (#33559) Update Content.PatreonParse to use net8.0 targetframework --- Content.PatreonParser/Content.PatreonParser.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.PatreonParser/Content.PatreonParser.csproj b/Content.PatreonParser/Content.PatreonParser.csproj index 3206ad42e9d..ec259e6f1dc 100644 --- a/Content.PatreonParser/Content.PatreonParser.csproj +++ b/Content.PatreonParser/Content.PatreonParser.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 enable enable true