Skip to content

Commit

Permalink
xUnit v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Soenneker committed Dec 18, 2024
1 parent 2eaa12d commit fc541ba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Soenneker.Tests.Unit" Version="3.0.525" />
<PackageReference Include="Soenneker.Tests.Unit" Version="3.0.534" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand All @@ -17,7 +17,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
<PackageReference Include="xUnit.v3" Version="1.0.0" /></ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Soenneker.Extensions.DateTime.Quarter.csproj" />
Expand Down

0 comments on commit fc541ba

Please sign in to comment.