Skip to content

Commit 5907dc8

Browse files
authored
Update FSharp.Control.AsyncSeq.Tests.fsproj
1 parent f46e260 commit 5907dc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/FSharp.Control.AsyncSeq.Tests/FSharp.Control.AsyncSeq.Tests.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
3+
<TargetFrameworks>net5.0</TargetFrameworks>
44
<IsPackable>false</IsPackable>
55
</PropertyGroup>
66
<ItemGroup>
@@ -12,4 +12,4 @@
1212
<ProjectReference Include="..\..\src\FSharp.Control.AsyncSeq\FSharp.Control.AsyncSeq.fsproj" />
1313
</ItemGroup>
1414
<Import Project="..\..\.paket\Paket.Restore.targets" />
15-
</Project>
15+
</Project>

0 commit comments

Comments
 (0)