From cac304715993629cde0f69b1bfd6c8ed1a0086fb Mon Sep 17 00:00:00 2001 From: reinaldo Date: Tue, 6 Nov 2018 15:20:33 -0200 Subject: [PATCH] Adding build support to NetStandard 2.0. --- src/HtmlSanitizer/HtmlSanitizer.csproj | 2 +- test/HtmlSanitizer.Tests/HtmlSanitizer.Tests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/HtmlSanitizer/HtmlSanitizer.csproj b/src/HtmlSanitizer/HtmlSanitizer.csproj index 33db24d..f2133ba 100644 --- a/src/HtmlSanitizer/HtmlSanitizer.csproj +++ b/src/HtmlSanitizer/HtmlSanitizer.csproj @@ -6,7 +6,7 @@ HtmlSanitizer 1.0.0-VERSION Michael Ganss - net40;net45;netstandard1.3 + net40;net45;netstandard1.3;netstandard2.0; HtmlSanitizer HtmlSanitizer.snk true diff --git a/test/HtmlSanitizer.Tests/HtmlSanitizer.Tests.csproj b/test/HtmlSanitizer.Tests/HtmlSanitizer.Tests.csproj index 5f56864..343a599 100644 --- a/test/HtmlSanitizer.Tests/HtmlSanitizer.Tests.csproj +++ b/test/HtmlSanitizer.Tests/HtmlSanitizer.Tests.csproj @@ -1,7 +1,7 @@  - netcoreapp2.0;net452 + netcoreapp2.1;netcoreapp2.0;net452 HtmlSanitizer.Tests HtmlSanitizer.Tests true