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 - + - - - - - + + + + + - +