From ea9c2f045c0adbe4cb368a4084da5b566605425f Mon Sep 17 00:00:00 2001 From: Eliot Jones Date: Tue, 2 Mar 2021 12:24:50 -0400 Subject: [PATCH] change console runner to target net core 2.1 --- tools/ConsoleRunner/UglyToad.PdfPig.ConsoleRunner.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ConsoleRunner/UglyToad.PdfPig.ConsoleRunner.csproj b/tools/ConsoleRunner/UglyToad.PdfPig.ConsoleRunner.csproj index c0f5d94e..4a026adc 100644 --- a/tools/ConsoleRunner/UglyToad.PdfPig.ConsoleRunner.csproj +++ b/tools/ConsoleRunner/UglyToad.PdfPig.ConsoleRunner.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1 + netcoreapp2.1