From 92d343946526c4331cf79339cd328d054596a518 Mon Sep 17 00:00:00 2001 From: BobLd <38405645+BobLd@users.noreply.github.com> Date: Tue, 14 Jan 2025 21:58:43 +0000 Subject: [PATCH] Update UglyToad.PdfPig.ConsoleRunner target framework to net8 --- .../UglyToad.PdfPig.ConsoleRunner.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/UglyToad.PdfPig.ConsoleRunner/UglyToad.PdfPig.ConsoleRunner.csproj b/tools/UglyToad.PdfPig.ConsoleRunner/UglyToad.PdfPig.ConsoleRunner.csproj index 31ca13b6..c2a33530 100644 --- a/tools/UglyToad.PdfPig.ConsoleRunner/UglyToad.PdfPig.ConsoleRunner.csproj +++ b/tools/UglyToad.PdfPig.ConsoleRunner/UglyToad.PdfPig.ConsoleRunner.csproj @@ -3,7 +3,7 @@ latest Exe - net6 + net8