From bcc8ccecbedb4d1d5d13bb850b6ed673b659888c Mon Sep 17 00:00:00 2001 From: BobLd <38405645+BobLd@users.noreply.github.com> Date: Sat, 23 Nov 2024 18:23:22 +0000 Subject: [PATCH] Stop treating Warnings as Errors (#941) --- .../UglyToad.PdfPig.Core.csproj | 46 +++++----- ...yToad.PdfPig.DocumentLayoutAnalysis.csproj | 44 +++++----- .../UglyToad.PdfPig.Fonts.csproj | 80 +++++++++--------- .../UglyToad.PdfPig.Tokenization.csproj | 42 +++++----- .../UglyToad.PdfPig.Tokens.csproj | 46 +++++----- src/UglyToad.PdfPig/UglyToad.PdfPig.csproj | 84 +++++++++---------- 6 files changed, 159 insertions(+), 183 deletions(-) diff --git a/src/UglyToad.PdfPig.Core/UglyToad.PdfPig.Core.csproj b/src/UglyToad.PdfPig.Core/UglyToad.PdfPig.Core.csproj index 59db7ba7..b69d5d67 100644 --- a/src/UglyToad.PdfPig.Core/UglyToad.PdfPig.Core.csproj +++ b/src/UglyToad.PdfPig.Core/UglyToad.PdfPig.Core.csproj @@ -1,27 +1,23 @@ - - netstandard2.0;net462;net471;net6.0;net8.0 - 12 - 0.1.10-alpha001 - False - true - true - ..\pdfpig.snk - - - true - - - - - - - - - - - - - - + + netstandard2.0;net462;net471;net6.0;net8.0 + 12 + 0.1.10-alpha001 + False + true + true + ..\pdfpig.snk + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/UglyToad.PdfPig.DocumentLayoutAnalysis/UglyToad.PdfPig.DocumentLayoutAnalysis.csproj b/src/UglyToad.PdfPig.DocumentLayoutAnalysis/UglyToad.PdfPig.DocumentLayoutAnalysis.csproj index cd57ed12..aebd7b71 100644 --- a/src/UglyToad.PdfPig.DocumentLayoutAnalysis/UglyToad.PdfPig.DocumentLayoutAnalysis.csproj +++ b/src/UglyToad.PdfPig.DocumentLayoutAnalysis/UglyToad.PdfPig.DocumentLayoutAnalysis.csproj @@ -1,26 +1,22 @@ - - netstandard2.0;net462;net471;net6.0;net8.0 - 12 - 0.1.10-alpha001 - False - true - true - ..\pdfpig.snk - - - true - - - - - - - - - - - - - + + netstandard2.0;net462;net471;net6.0;net8.0 + 12 + 0.1.10-alpha001 + False + true + true + ..\pdfpig.snk + + + + + + + + + + + + \ No newline at end of file diff --git a/src/UglyToad.PdfPig.Fonts/UglyToad.PdfPig.Fonts.csproj b/src/UglyToad.PdfPig.Fonts/UglyToad.PdfPig.Fonts.csproj index c6241b95..ba33dfdd 100644 --- a/src/UglyToad.PdfPig.Fonts/UglyToad.PdfPig.Fonts.csproj +++ b/src/UglyToad.PdfPig.Fonts/UglyToad.PdfPig.Fonts.csproj @@ -1,44 +1,40 @@ - - netstandard2.0;net462;net471;net6.0;net8.0 - 12 - 0.1.10-alpha001 - False - true - true - ..\pdfpig.snk - - - true - - - - - - - - - PreserveNewest - - - - - - - - - - - - - - - - - - - - - - + + netstandard2.0;net462;net471;net6.0;net8.0 + 12 + 0.1.10-alpha001 + False + true + true + ..\pdfpig.snk + + + + + + + + PreserveNewest + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/UglyToad.PdfPig.Tokenization/UglyToad.PdfPig.Tokenization.csproj b/src/UglyToad.PdfPig.Tokenization/UglyToad.PdfPig.Tokenization.csproj index e0feceb3..bd7fc0a6 100644 --- a/src/UglyToad.PdfPig.Tokenization/UglyToad.PdfPig.Tokenization.csproj +++ b/src/UglyToad.PdfPig.Tokenization/UglyToad.PdfPig.Tokenization.csproj @@ -1,25 +1,21 @@ - - netstandard2.0;net462;net471;net6.0;net8.0 - 12 - 0.1.10-alpha001 - False - true - true - ..\pdfpig.snk - - - true - - - - - - - - - - - - + + netstandard2.0;net462;net471;net6.0;net8.0 + 12 + 0.1.10-alpha001 + False + true + true + ..\pdfpig.snk + + + + + + + + + + + \ No newline at end of file diff --git a/src/UglyToad.PdfPig.Tokens/UglyToad.PdfPig.Tokens.csproj b/src/UglyToad.PdfPig.Tokens/UglyToad.PdfPig.Tokens.csproj index e2474300..67bc83e6 100644 --- a/src/UglyToad.PdfPig.Tokens/UglyToad.PdfPig.Tokens.csproj +++ b/src/UglyToad.PdfPig.Tokens/UglyToad.PdfPig.Tokens.csproj @@ -1,27 +1,23 @@ - - netstandard2.0;net462;net471;net6.0;net8.0 - 12 - 0.1.10-alpha001 - False - true - true - ..\pdfpig.snk - - - true - - - - - - - - - - - - - - + + netstandard2.0;net462;net471;net6.0;net8.0 + 12 + 0.1.10-alpha001 + False + true + true + ..\pdfpig.snk + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/UglyToad.PdfPig/UglyToad.PdfPig.csproj b/src/UglyToad.PdfPig/UglyToad.PdfPig.csproj index e8d2dfe1..835ed03b 100644 --- a/src/UglyToad.PdfPig/UglyToad.PdfPig.csproj +++ b/src/UglyToad.PdfPig/UglyToad.PdfPig.csproj @@ -1,45 +1,41 @@ - - - netstandard2.0;net462;net471;net6.0;net8.0 - 12 - 0.1.10-alpha001 - False - true - true - ..\pdfpig.snk - enable - - - true - - - - - - - - - - - - - - - - all - runtime; build; native; contentfiles; analyzers - - - - - - - - - - - - - - + + + netstandard2.0;net462;net471;net6.0;net8.0 + 12 + 0.1.10-alpha001 + False + true + true + ..\pdfpig.snk + enable + + + + + + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers + + + + + + + + + + + + + + \ No newline at end of file