From be3344c455c994bc034e458204f01d9720bfeac4 Mon Sep 17 00:00:00 2001 From: Kim Hugener-Ohlsen Date: Fri, 12 Jan 2024 00:53:41 +0100 Subject: [PATCH] Added netstandard 2.0 target --- Source/Sundew.CommandLine/Sundew.CommandLine.csproj | 4 ++-- Source/Sundew.Git.CommandLine/Sundew.Git.CommandLine.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/Sundew.CommandLine/Sundew.CommandLine.csproj b/Source/Sundew.CommandLine/Sundew.CommandLine.csproj index 28135ab..51bb1c3 100644 --- a/Source/Sundew.CommandLine/Sundew.CommandLine.csproj +++ b/Source/Sundew.CommandLine/Sundew.CommandLine.csproj @@ -1,7 +1,7 @@  - netstandard1.3 + netstandard1.3;netstandard2.0 Kim Hugener-Ohlsen Sundews $(OutputPath)/$(AssemblyName).xml @@ -50,7 +50,7 @@ Features: all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Source/Sundew.Git.CommandLine/Sundew.Git.CommandLine.csproj b/Source/Sundew.Git.CommandLine/Sundew.Git.CommandLine.csproj index 3b5f866..377fe9d 100644 --- a/Source/Sundew.Git.CommandLine/Sundew.Git.CommandLine.csproj +++ b/Source/Sundew.Git.CommandLine/Sundew.Git.CommandLine.csproj @@ -1,7 +1,7 @@  - netstandard1.3 + netstandard1.3;netstandard2.0 $(OutputPath)/$(AssemblyName).xml true