Skip to content

Commit

Permalink
Merge pull request dotnet-architecture#878 from paisanousa/fix-warning
Browse files Browse the repository at this point in the history
Fix dotnet-xunit lower bound warning
  • Loading branch information
SrushtiPasari94 authored Sep 12, 2023
2 parents 803c7dc + e7cc45e commit d22efcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FunctionalTests/FunctionalTests.csproj
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
<PackageReference Include="xunit" />
<PackageReference Include="xunit.runner.visualstudio" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" />
<DotNetCliToolReference Include="dotnet-xunit" />
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
</ItemGroup>

<ItemGroup>

0 comments on commit d22efcc

Please sign in to comment.