diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index abf70298..00d3e912 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,7 +45,7 @@ Open `.\src\UglyToad.PdfPig\UglyToad.PdfPig.csproj` in a text editor and change: ``` - netstandard2.0;net45;net451;net452;net46;net461;net462;net47 + netstandard2.0;net45;net451;net452;net46;net461;net462;net47;net6.0 PdfPig ... ``` diff --git a/src/UglyToad.PdfPig.Core/UglyToad.PdfPig.Core.csproj b/src/UglyToad.PdfPig.Core/UglyToad.PdfPig.Core.csproj index 998695b0..bb180705 100644 --- a/src/UglyToad.PdfPig.Core/UglyToad.PdfPig.Core.csproj +++ b/src/UglyToad.PdfPig.Core/UglyToad.PdfPig.Core.csproj @@ -1,6 +1,6 @@ - netstandard2.0;net45;net451;net452;net46;net461;net462;net47 + netstandard2.0;net45;net451;net452;net46;net461;net462;net47;net6.0 latest 0.1.6-alpha001 False diff --git a/src/UglyToad.PdfPig.DocumentLayoutAnalysis/UglyToad.PdfPig.DocumentLayoutAnalysis.csproj b/src/UglyToad.PdfPig.DocumentLayoutAnalysis/UglyToad.PdfPig.DocumentLayoutAnalysis.csproj index 3a71ba68..88a83e42 100644 --- a/src/UglyToad.PdfPig.DocumentLayoutAnalysis/UglyToad.PdfPig.DocumentLayoutAnalysis.csproj +++ b/src/UglyToad.PdfPig.DocumentLayoutAnalysis/UglyToad.PdfPig.DocumentLayoutAnalysis.csproj @@ -1,6 +1,6 @@ - netstandard2.0;net45;net451;net452;net46;net461;net462;net47 + netstandard2.0;net45;net451;net452;net46;net461;net462;net47;net6.0 latest 0.1.6-alpha001 False diff --git a/src/UglyToad.PdfPig.Fonts/UglyToad.PdfPig.Fonts.csproj b/src/UglyToad.PdfPig.Fonts/UglyToad.PdfPig.Fonts.csproj index fc0311c6..610c9b28 100644 --- a/src/UglyToad.PdfPig.Fonts/UglyToad.PdfPig.Fonts.csproj +++ b/src/UglyToad.PdfPig.Fonts/UglyToad.PdfPig.Fonts.csproj @@ -1,6 +1,6 @@ - netstandard2.0;net45;net451;net452;net46;net461;net462;net47 + netstandard2.0;net45;net451;net452;net46;net461;net462;net47;net6.0 latest 0.1.6-alpha001 False diff --git a/src/UglyToad.PdfPig.Tests/UglyToad.PdfPig.Tests.csproj b/src/UglyToad.PdfPig.Tests/UglyToad.PdfPig.Tests.csproj index 6f7f0f5e..878d9824 100644 --- a/src/UglyToad.PdfPig.Tests/UglyToad.PdfPig.Tests.csproj +++ b/src/UglyToad.PdfPig.Tests/UglyToad.PdfPig.Tests.csproj @@ -1,7 +1,7 @@  - netcoreapp2.0 + netcoreapp2.0;net6.0 true false full diff --git a/src/UglyToad.PdfPig.Tokenization/UglyToad.PdfPig.Tokenization.csproj b/src/UglyToad.PdfPig.Tokenization/UglyToad.PdfPig.Tokenization.csproj index dd207610..a4789e7e 100644 --- a/src/UglyToad.PdfPig.Tokenization/UglyToad.PdfPig.Tokenization.csproj +++ b/src/UglyToad.PdfPig.Tokenization/UglyToad.PdfPig.Tokenization.csproj @@ -1,6 +1,6 @@ - netstandard2.0;net45;net451;net452;net46;net461;net462;net47 + netstandard2.0;net45;net451;net452;net46;net461;net462;net47;net6.0 latest 0.1.6-alpha001 False diff --git a/src/UglyToad.PdfPig.Tokens/UglyToad.PdfPig.Tokens.csproj b/src/UglyToad.PdfPig.Tokens/UglyToad.PdfPig.Tokens.csproj index 22a90f7d..48dcb4ca 100644 --- a/src/UglyToad.PdfPig.Tokens/UglyToad.PdfPig.Tokens.csproj +++ b/src/UglyToad.PdfPig.Tokens/UglyToad.PdfPig.Tokens.csproj @@ -1,6 +1,6 @@ - netstandard2.0;net45;net451;net452;net46;net461;net462;net47 + netstandard2.0;net45;net451;net452;net46;net461;net462;net47;net6.0 latest 0.1.6-alpha001 False diff --git a/src/UglyToad.PdfPig/UglyToad.PdfPig.csproj b/src/UglyToad.PdfPig/UglyToad.PdfPig.csproj index 89b3d5f4..332decf9 100644 --- a/src/UglyToad.PdfPig/UglyToad.PdfPig.csproj +++ b/src/UglyToad.PdfPig/UglyToad.PdfPig.csproj @@ -1,6 +1,6 @@ - netstandard2.0;net45;net451;net452;net46;net461;net462;net47 + netstandard2.0;net45;net451;net452;net46;net461;net462;net47;net6.0 latest 0.1.6-alpha001 False diff --git a/tools/UglyToad.PdfPig.Package/UglyToad.PdfPig.Package.csproj b/tools/UglyToad.PdfPig.Package/UglyToad.PdfPig.Package.csproj index ec25f460..c2108392 100644 --- a/tools/UglyToad.PdfPig.Package/UglyToad.PdfPig.Package.csproj +++ b/tools/UglyToad.PdfPig.Package/UglyToad.PdfPig.Package.csproj @@ -1,6 +1,6 @@ - netstandard2.0;net45;net451;net452;net46;net461;net462;net47 + netstandard2.0;net45;net451;net452;net46;net461;net462;net47;net6.0 PdfPig full UglyToad