File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFrameworks >net9.0</TargetFrameworks >
5- <IsPackable >false</ IsPackable >
5+ <OutputType >exe</ OutputType >
66 <IsTestProject >true</IsTestProject >
7+ <IsPackable >false</IsPackable >
78 <RootNamespace >SharpHook</RootNamespace >
89 </PropertyGroup >
910
1011 <ItemGroup >
11- <PackageReference Include =" FsCheck" Version =" 3.2 .0" />
12- <PackageReference Include =" FsCheck.Xunit" Version =" 3.2 .0" />
12+ <PackageReference Include =" FsCheck" Version =" 3.3 .0" />
13+ <PackageReference Include =" FsCheck.Xunit.v3 " Version =" 3.3 .0" />
1314 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1" />
14- <PackageReference Include =" xunit" Version =" 2.9.3" />
15- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.0" >
15+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.1" >
1616 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1717 <PrivateAssets >all</PrivateAssets >
1818 </PackageReference >
1919 <PackageReference Include =" coverlet.collector" Version =" 6.0.4" >
2020 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2121 <PrivateAssets >all</PrivateAssets >
2222 </PackageReference >
23+ <PackageReference Include =" xunit.v3" Version =" 2.0.3" />
2324 </ItemGroup >
2425
2526 <ItemGroup >
You can’t perform that action at this time.
0 commit comments