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 98ba8ff commit a1aae11
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit.core" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand All @@ -17,7 +16,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.MethodInfo.csproj" />
Expand Down

0 comments on commit a1aae11

Please # to comment.