We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f46e260 commit 5907dc8Copy full SHA for 5907dc8
1 file changed
tests/FSharp.Control.AsyncSeq.Tests/FSharp.Control.AsyncSeq.Tests.fsproj
@@ -1,6 +1,6 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
- <TargetFrameworks>netcoreapp3.1</TargetFrameworks>
+ <TargetFrameworks>net5.0</TargetFrameworks>
4
<IsPackable>false</IsPackable>
5
</PropertyGroup>
6
<ItemGroup>
@@ -12,4 +12,4 @@
12
<ProjectReference Include="..\..\src\FSharp.Control.AsyncSeq\FSharp.Control.AsyncSeq.fsproj" />
13
</ItemGroup>
14
<Import Project="..\..\.paket\Paket.Restore.targets" />
15
-</Project>
+</Project>
0 commit comments