Skip to content

Commit

Permalink
Downgrade xUnit for now due to: An error occurred while writing to lo…
Browse files Browse the repository at this point in the history
…gger(s). (There is no currently active test.)
  • Loading branch information
CXuesong committed Aug 30, 2024
1 parent 445d9ac commit a49ed4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitTestProject1/UnitTestProject1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Nerdbank.Streams" Version="2.11.79" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit" Version="2.8.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down

0 comments on commit a49ed4e

Please sign in to comment.