Skip to content

Commit 6f7eb2f

Browse files
committed
Simplify diff
1 parent 785af2a commit 6f7eb2f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/FSharp.Control.TaskSeq.Test/FSharp.Control.TaskSeq.Test.fsproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
5+
56
<IsPackable>false</IsPackable>
67
<GenerateProgramFile>false</GenerateProgramFile>
78
<ApplicationIcon>..\..\assets\TaskSeq.ico</ApplicationIcon>
89
</PropertyGroup>
10+
911
<ItemGroup>
1012
<Content Include="..\..\assets\TaskSeq.ico" Link="TaskSeq.ico" />
1113
<Compile Include="AssemblyInfo.fs" />
@@ -49,6 +51,7 @@
4951
<Compile Include="TaskSeq.Extensions.Tests.fs" />
5052
<Compile Include="Program.fs" />
5153
</ItemGroup>
54+
5255
<ItemGroup>
5356
<!-- align test project with minimal required version for TaskSeq -->
5457
<!-- we use 6.0.3 here and not 6.0.2 because TaskResult lib requires it-->
@@ -66,7 +69,9 @@
6669
<PrivateAssets>all</PrivateAssets>
6770
</PackageReference>
6871
</ItemGroup>
72+
6973
<ItemGroup>
7074
<ProjectReference Include="..\FSharp.Control.TaskSeq\FSharp.Control.TaskSeq.fsproj" />
7175
</ItemGroup>
76+
7277
</Project>

0 commit comments

Comments
 (0)