Skip to content

Commit

Permalink
refactor: Upgrade xunit to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Dec 28, 2024
1 parent cb1403d commit 2312bc0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/NCronJob.Tests/NCronJob.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<OutputType>Exe</OutputType>
<!-- Currently STJ in Version < 8.0.4 has a CVE. Microsoft.Extensions.Hosting does still include 8.0.0 -->
<NoWarn>NU1903</NoWarn>
</PropertyGroup>
Expand All @@ -18,8 +17,8 @@
<PackageReference Include="Microsoft.Extensions.TimeProvider.Testing" Version="9.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Shouldly" Version="4.2.1" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PackageReference Include="xunit.v3" Version="1.0.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 2312bc0

Please sign in to comment.