File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
src/FSharp.Control.TaskSeq.Test Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 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" />
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-->
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 >
You can’t perform that action at this time.
0 commit comments