File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed
src/FSharp.Control.TaskSeq.SmokeTests Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <TreatWarningsAsErrors >True</TreatWarningsAsErrors >
66 </PropertyGroup >
77
8- <ItemGroup >
9- <Content Remove =" C:\Users\Abel\.nuget\packages\fsharp.control.taskseq\0.3.0\contentFiles\any\netstandard2.1\release-notes.txt" />
10- </ItemGroup >
11-
128 <ItemGroup >
139 <Compile Include =" TestUtils.fs" />
1410 <Compile Include =" SmokeTests.fs" />
2521 -->
2622 <PackageReference Include =" FSharp.Control.TaskSeq" Version =" 0.4.0" />
2723 <PackageReference Include =" FsToolkit.ErrorHandling.TaskResult" Version =" 4.15.1" />
28- <PackageReference Include =" FsUnit.xUnit" Version =" 6.0.0 " />
29- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.10 .0" />
30- <PackageReference Include =" xunit" Version =" 2.8.0 " />
31- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.0 " >
24+ <PackageReference Include =" FsUnit.xUnit" Version =" 6.0.1 " />
25+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.4 .0" />
26+ <PackageReference Include =" xunit" Version =" 2.9.3 " />
27+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2 " >
3228 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3329 <PrivateAssets >all</PrivateAssets >
3430 </PackageReference >
35- <PackageReference Include =" coverlet.collector" Version =" 6.0.2 " >
31+ <PackageReference Include =" coverlet.collector" Version =" 6.0.4 " >
3632 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3733 <PrivateAssets >all</PrivateAssets >
3834 </PackageReference >
You can’t perform that action at this time.
0 commit comments