Skip to content

Commit

Permalink
Fix NU1008
Browse files Browse the repository at this point in the history
  • Loading branch information
erri120 committed Jul 25, 2023
1 parent 9025588 commit a07f92f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageVersion>
<PackageVersion Include="FluentResults.Extensions.FluentAssertions" Version="2.1.1" />
<PackageVersion Include="Moq" Version="4.18.4" />
<PackageVersion Include="NexusMods.Paths.TestingHelpers" Version="0.1.1" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FluentResults.Extensions.FluentAssertions" Version="2.1.1" />
<PackageReference Include="FluentResults.Extensions.FluentAssertions" />
</ItemGroup>
</Project>

0 comments on commit a07f92f

Please sign in to comment.