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 858897d commit 7589efa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Soenneker.Tests.Unit" Version="3.0.526" />
<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 @@ -18,7 +18,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.Utils.MemoryStream.csproj" />
Expand Down

0 comments on commit 7589efa

Please sign in to comment.