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 e788c28 commit 08dcbd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/Soenneker.SmartEnum.Abbreviated.Tests/Fixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Soenneker.SmartEnum.Abbreviated.Tests;

public class Fixture : UnitFixture
{
public override System.Threading.Tasks.Task InitializeAsync()
public override System.Threading.Tasks.ValueTask InitializeAsync()
{
SetupIoC(Services);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Soenneker.Utils.Test" Version="3.0.253" />
<PackageReference Include="Soenneker.Tests.FixturedUnit" Version="3.0.1348" />
</ItemGroup>
<PackageReference Include="Soenneker.Tests.FixturedUnit" Version="3.0.1358" />
<PackageReference Include="xUnit.v3" Version="1.0.0" /></ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Soenneker.SmartEnum.Abbreviated.csproj" />
Expand Down

0 comments on commit 08dcbd1

Please sign in to comment.