Commit a7da979
authored
[wasm] Fix reference to
.. in `WasmTestRunner.proj` used for runtime tests.
This project requires an explicit SDK version number because it is used
on Helix, and `global.json` is not available there. The version matches what we
have in `global.json`.
```
Starting: Loader.classloader.XUnitWrapper (parallel test collections = on, max threads = 2)
Loader/classloader/DefaultInterfaceMethods/genericmethods/genericmethods/genericmethods.sh [FAIL]
...
/datadisks/disk1/work/C25609EE/p/wasm-test-runner/WasmTestRunner.proj : error : Failed to resolve SDK 'Microsoft.Build.NoTargets/1.0.53'. Package restore was successful but a package with the ID of "Microsoft.Build.NoTargets" was not installed.
/datadisks/disk1/work/C25609EE/p/wasm-test-runner/WasmTestRunner.proj : error MSB4236: The SDK 'Microsoft.Build.NoTargets/1.0.53' specified could not be found.
```Microsoft.Build.NoTargets (#75472)1 parent 559d9e7 commit a7da979
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments