Merge pull request #878 from paisanousa/fix-warning

Fix dotnet-xunit lower bound warning
This commit is contained in:
Srushti
2023-09-12 17:30:31 +05:30
committed by GitHub

View File

@@ -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>