From ffed3bcd456597387255d58b5afed54ca4ff66d6 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 14 Sep 2022 19:41:40 +0200 Subject: [PATCH] multi-target coroutine --- Coroutine/Coroutine.csproj | 6 +++++- Example/Example.csproj | 2 +- Tests/Tests.csproj | 16 ++++++++-------- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/Coroutine/Coroutine.csproj b/Coroutine/Coroutine.csproj index b819adc..2844664 100644 --- a/Coroutine/Coroutine.csproj +++ b/Coroutine/Coroutine.csproj @@ -1,6 +1,6 @@  - netstandard2.0 + net45;netstandard2.0;net6.0 true @@ -20,4 +20,8 @@ + + + + \ No newline at end of file diff --git a/Example/Example.csproj b/Example/Example.csproj index 16e8042..79c4819 100644 --- a/Example/Example.csproj +++ b/Example/Example.csproj @@ -1,6 +1,6 @@  - netcoreapp3.1 + net6.0 Exe false diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 6746a39..00c9c3a 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -1,18 +1,18 @@ - netcoreapp3.1 + net6.0 false nunit - + - - - - - + + + + + - +