Skip to content

Commit 60d93cd

Browse files
committed
build: update test dependencies
1 parent ca845f1 commit 60d93cd

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

tests/Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
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>

tests/SharpProp.Tests/GlobalUsings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
global using System.Diagnostics.CodeAnalysis;
2-
global using FluentAssertions;
2+
global using AwesomeAssertions;
33
global using Newtonsoft.Json;
44
global using Newtonsoft.Json.Converters;
55
global using UnitsNet;

tests/SharpProp.Tests/SharpProp.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
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>

0 commit comments

Comments
 (0)