Skip to content

Commit

Permalink
Merge pull request #167 from shinji-san/fix-XunitConsoleRunnerPathDot…
Browse files Browse the repository at this point in the history
…NetFx462

Fix - Correct the Xunit console runner path


Resolves: #167
  • Loading branch information
shinji-san authored Sep 20, 2023
2 parents 27321d4 + c6761fe commit 4998af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/SecretSharingDotNetFx4.6.2Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<XunitConsole462Path>$(NuGetPackageRoot)xunit.runner.console\2.5.0\tools\net462\xunit.console.x86.exe</XunitConsole462Path>
<XunitConsole462Path>$(NuGetPackageRoot)xunit.runner.console\2.5.1\tools\net462\xunit.console.x86.exe</XunitConsole462Path>
<XunitConsole>&quot;$(XunitConsole462Path)&quot;</XunitConsole>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
Expand Down

0 comments on commit 4998af9

Please sign in to comment.