From 661fd11d23c02b3ea310822ac5c88201b1b89673 Mon Sep 17 00:00:00 2001 From: Shad Storhaug Date: Sat, 21 Nov 2020 06:44:42 +0700 Subject: [PATCH] Added support for .NET Standard 2.0 (fixes #16) (#17) --- src/LiquidTestReports.Core/LiquidTestReports.Core.csproj | 2 +- src/LiquidTestReports.Custom/LiquidTestReports.Custom.csproj | 2 +- .../LiquidTestReports.Markdown.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/LiquidTestReports.Core/LiquidTestReports.Core.csproj b/src/LiquidTestReports.Core/LiquidTestReports.Core.csproj index b5006f3..bf8e3b4 100644 --- a/src/LiquidTestReports.Core/LiquidTestReports.Core.csproj +++ b/src/LiquidTestReports.Core/LiquidTestReports.Core.csproj @@ -2,7 +2,7 @@ LiquidTestReports.Core - netstandard2.1;net451 + netstandard2.0;net451 https://github.com/kurtmkurtm/LiquidTestReports https://github.com/kurtmkurtm/LiquidTestReports LICENSE diff --git a/src/LiquidTestReports.Custom/LiquidTestReports.Custom.csproj b/src/LiquidTestReports.Custom/LiquidTestReports.Custom.csproj index 577cdb1..808d4e3 100644 --- a/src/LiquidTestReports.Custom/LiquidTestReports.Custom.csproj +++ b/src/LiquidTestReports.Custom/LiquidTestReports.Custom.csproj @@ -2,7 +2,7 @@ LiquidTestReports.Custom.TestLogger - netstandard2.1;net451 + netstandard2.0;net451 https://github.com/kurtmkurtm/LiquidTestReports https://github.com/kurtmkurtm/LiquidTestReports LICENSE diff --git a/src/LiquidTestReports.Markdown/LiquidTestReports.Markdown.csproj b/src/LiquidTestReports.Markdown/LiquidTestReports.Markdown.csproj index 81d98d9..324b89b 100644 --- a/src/LiquidTestReports.Markdown/LiquidTestReports.Markdown.csproj +++ b/src/LiquidTestReports.Markdown/LiquidTestReports.Markdown.csproj @@ -2,7 +2,7 @@ LiquidTestReports.Markdown.TestLogger - netstandard2.1;net451 + netstandard2.0;net451 LICENSE https://github.com/kurtmkurtm/LiquidTestReports https://github.com/kurtmkurtm/LiquidTestReports