build/_build.csproj declares <PackageDownload Include="xunit.runner.console" Version="[2.6.1]" />. We run tests via dotnet test which uses Microsoft.NET.Test.Sdk + the per-project xunit.runner.visualstudio adapter. The standalone xunit.runner.console is for the older non-dotnet-test invocation path.
Confirm unused, drop.
Refs the dependency audit. Done when:
build/_build.csprojdeclares<PackageDownload Include="xunit.runner.console" Version="[2.6.1]" />. We run tests viadotnet testwhich usesMicrosoft.NET.Test.Sdk+ the per-projectxunit.runner.visualstudioadapter. The standalone xunit.runner.console is for the older non-dotnet-test invocation path.Confirm unused, drop.
Refs the dependency audit. Done when:
./build.ps1 Teststill passes