We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b60c1c3 + aa13682 commit f3c3265Copy full SHA for f3c3265
src/CoroutineScheduler.Core/CoroutineScheduler.Core.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFramework>netstandard2.1</TargetFramework>
+ <TargetFramework>netstandard2.0</TargetFramework>
5
<ImplicitUsings>enable</ImplicitUsings>
6
<Nullable>enable</Nullable>
7
<RootNamespace>CoroutineScheduler</RootNamespace>
src/CoroutineScheduler/CoroutineScheduler.csproj
0 commit comments