Skip to content

Commit 28ecfdc

Browse files
committed
Fix nunit
1 parent c7708a3 commit 28ecfdc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ShowBuildMenu.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@echo off
22
pushd %~dp0
33

4-
for /f "tokens=* USEBACKQ delims= " %%i in (`findstr /c:"NUnit.ConsoleRunner" "Tools\packages.csproj"`) do set NUNIT_VERSION=%%i
5-
set NUNIT_VERSION=%NUNIT_VERSION:~57%
4+
for /f "tokens=* USEBACKQ delims= " %%i in (`findstr /c:"NUnit.Console" "Tools\packages.csproj"`) do set NUNIT_VERSION=%%i
5+
set NUNIT_VERSION=%NUNIT_VERSION:~51%
66
set NUNIT_VERSION=%NUNIT_VERSION:" />=%
77

88
set NANT="%~dp0Tools\nant\bin\NAnt.exe" -t:net-4.0

Tools/packages.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ItemGroup>
1414
<PackageReference Include="CSharpAsyncGenerator.CommandLine" Version="0.16.2" />
1515
<PackageReference Include="vswhere" Version="2.1.4" />
16-
<PackageReference Include="NUnit.ConsoleRunner" Version="3.10.0" />
16+
<PackageReference Include="NUnit.Console" Version="3.10.0" />
1717
<PackageReference Include="GitReleaseManager" Version="0.7.0" />
1818
</ItemGroup>
1919

0 commit comments

Comments
 (0)