File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <GenerateDocumentationFile >false</GenerateDocumentationFile >
55 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
66 <IsPackable >false</IsPackable >
7+ <OutputType >Exe</OutputType >
78 </PropertyGroup >
89 <PropertyGroup Condition =" $([MSBuild]::IsOSPlatform('Windows'))" >
910 <TargetFrameworks >net48;net9.0;net10.0</TargetFrameworks >
Original file line number Diff line number Diff line change 11global using System . Diagnostics . CodeAnalysis ;
2- global using FluentAssertions ;
2+ global using AwesomeAssertions ;
33global using Newtonsoft . Json ;
44global using Newtonsoft . Json . Converters ;
55global using UnitsNet ;
Original file line number Diff line number Diff line change 55 <Title >SharpProp.Tests</Title >
66 </PropertyGroup >
77 <ItemGroup >
8- <PackageReference Include =" FluentAssertions " Version =" 7.2 .0" />
8+ <PackageReference Include =" AwesomeAssertions " Version =" 9.3 .0" />
99 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 18.0.1" />
10- <PackageReference Include =" xunit" Version =" 2.9.3 " />
11- <PackageReference Include =" Xunit.Combinatorial" Version =" 1.6 .24" />
10+ <PackageReference Include =" xunit.v3 " Version =" 3.2.1 " />
11+ <PackageReference Include =" Xunit.Combinatorial" Version =" 2.0 .24" />
1212 <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.1.5" >
1313 <PrivateAssets >all</PrivateAssets >
1414 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
You can’t perform that action at this time.
0 commit comments