Commit d858c16
committed
Sync & centralize nuget package versions
Context: https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=6904461&view=logs&j=cac0e8d3-0ef5-5d2b-b57e-e8fde7204df3&t=d8447b4e-561a-55bf-52c2-03d87ae8f26c
The **run Smoke MSBuild Tests - Windows Build Tree** step is failing:
```
NUnit.Engine.NUnitEngineException : An exception occurred in the driver while loading tests.
----> System.IO.FileLoadException : Could not load file or assembly 'nunit.framework, Version=3.13.2.0, Culture=neutral, PublicKeyToken=2638cd05610744eb' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
--NUnitEngineException
An exception occurred in the driver while loading tests.
…
```
No idea why this would be failing; it doesn't make sense to me.
My only *guess* is that we have two different nunit.framework
package versions being pulled in -- which is TRUE -- and that is
screwing things up -- which I'm not sure I can understand.
Regardless, update the NUnit-related package versions that
`Xamarin.Android.Tools.Aidl-Tests.csproj` uses so that it is
consistent with the other package versions in the repo.1 parent 0e6efa6 commit d858c16
File tree
1 file changed
+1
-10
lines changed- tests/Xamarin.Android.Tools.Aidl-Tests
1 file changed
+1
-10
lines changedLines changed: 1 addition & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 16 | | |
26 | 17 | | |
27 | 18 | | |
| |||
0 commit comments