Skip to content

Commit

Permalink
Updated FlUnit.Abstractions dependency to 4.0.0..
Browse files Browse the repository at this point in the history
..removing the now unneeded Trait and TraitAttribute types in the process.
  • Loading branch information
sdcondon committed Apr 27, 2024
1 parent 710d744 commit 150ec64
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 58 deletions.
2 changes: 1 addition & 1 deletion src/FlUnit/FlUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FlUnit.Abstractions" Version="3.0.0" />
<PackageReference Include="FlUnit.Abstractions" Version="4.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
27 changes: 0 additions & 27 deletions src/FlUnit/Trait.cs

This file was deleted.

30 changes: 0 additions & 30 deletions src/FlUnit/TraitAttribute.cs

This file was deleted.

0 comments on commit 150ec64

Please sign in to comment.