Commit 80b4667
authored
[PrepareWindows] Bump to use NuGet.exe 5.4.0 (dotnet#618)
The version of `NuGet.exe` that is downloaded during
`msbuild Java.Interop /t:Prepare` on Windows is unable to load all
the needed assemblies in order to complete a restore:
C:\code\xamarin-android\external\Java.Interop\build-tools\scripts\..\..\.nuget\NuGet.exe restore Java.Interop.sln
MSBuild auto-detection: using msbuild version '16.6.0.15501' from 'C:\Program Files (x86)\Microsoft Visual Studio\201 9\Preview\MSBuild\Current\bin'.
Error parsing solution file at C:\code\xamarin-android\external\Java.Interop\Java.Interop.sln: Exception has been thrown by the target of an invocation. The project file could not be loaded. Could not load file or assembly 'Microsoft.Build.Framework, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. C:\code\xamarin-android\external\Java.Interop\Java.Interop.sln
This is fixed by updating to a newer version of NuGet: 5.4.1 parent c0948d2 commit 80b4667
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments