Skip to content

Commit

Permalink
[Cecil] Try to fix tests by stating the version in the console runner. (
Browse files Browse the repository at this point in the history
dotnet#9655)

Try to fix the issue by stating the version of the runner. This change
will not be needed when we merge with main.

fixes xamarin/maccore#2315
  • Loading branch information
mandel-macaque authored Sep 17, 2020
1 parent 2071a13 commit 4028e53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/cecil-tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
<packages>
<package id="Mono.Cecil" version="0.11.1" targetFramework="net472" />
<package id="NUnit" version="3.12.0" targetFramework="net472" />
<package id="NUnit.Runners" version="3.9.0" targetFramework="net40" />
<package id="NUnit.ConsoleRunner" version="3.9.0" targetFramework="net40" />
<package id="NUnit.Extension.NUnitV2ResultWriter" version="3.6.0" targetFramework="net40" />
</packages>

0 comments on commit 4028e53

Please sign in to comment.