Skip to content

Commit

Permalink
xunit updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteDecoder committed Jan 5, 2024
1 parent 5dd7744 commit 92bccb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Queryology.Tests/Queryology.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit" Version="2.6.4" />
<PackageReference Include="xunit" Version="2.6.5" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand All @@ -24,7 +24,7 @@
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0" />
<PackageReference Include="SecurityCodeScan.VS2019" Version="5.6.7" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="xunit.analyzers" Version="1.8.0" />
<PackageReference Include="xunit.analyzers" Version="1.9.0" />
<AdditionalFiles Include="$(SolutionDir)\_stylecop\stylecop.json" Link="stylecop.json" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 92bccb7

Please sign in to comment.