diff --git a/.github/workflows/runtime-ci.yml b/.github/workflows/runtime-ci.yml index a574900..ade81c1 100644 --- a/.github/workflows/runtime-ci.yml +++ b/.github/workflows/runtime-ci.yml @@ -154,6 +154,11 @@ jobs: MONO_WASM_THREADS: ['multithread', 'singlethread'] steps: + - name: Setup .NET SDK + uses: actions/setup-dotnet@v1.7.2 + with: + dotnet-version: 8.0.303 + - name: Setup .NET SDK uses: actions/setup-dotnet@v1.7.2 with: diff --git a/patches/0001-enable-idbfs.patch b/patches.tmp/0001-enable-idbfs.patch similarity index 100% rename from patches/0001-enable-idbfs.patch rename to patches.tmp/0001-enable-idbfs.patch diff --git a/patches/0002-dbg-proxy-net5.patch b/patches.tmp/0002-dbg-proxy-net5.patch similarity index 100% rename from patches/0002-dbg-proxy-net5.patch rename to patches.tmp/0002-dbg-proxy-net5.patch diff --git a/patches/0004-restore-jsinterop-invokejsunmarshalled.patch b/patches.tmp/0004-restore-jsinterop-invokejsunmarshalled.patch similarity index 100% rename from patches/0004-restore-jsinterop-invokejsunmarshalled.patch rename to patches.tmp/0004-restore-jsinterop-invokejsunmarshalled.patch diff --git a/patches/0005-fix-additional-emscripten-exports.patch b/patches.tmp/0005-fix-additional-emscripten-exports.patch similarity index 100% rename from patches/0005-fix-additional-emscripten-exports.patch rename to patches.tmp/0005-fix-additional-emscripten-exports.patch diff --git a/patches/0006-enable-log-profiler.patch b/patches.tmp/0006-enable-log-profiler.patch similarity index 100% rename from patches/0006-enable-log-profiler.patch rename to patches.tmp/0006-enable-log-profiler.patch diff --git a/patches/0007-net7-debugger-compat.patch b/patches.tmp/0007-net7-debugger-compat.patch similarity index 100% rename from patches/0007-net7-debugger-compat.patch rename to patches.tmp/0007-net7-debugger-compat.patch diff --git a/patches/0008-fix-disable-ccache.patch b/patches.tmp/0008-fix-disable-ccache.patch similarity index 100% rename from patches/0008-fix-disable-ccache.patch rename to patches.tmp/0008-fix-disable-ccache.patch diff --git a/patches/0009-disable-bind-static-warning.patch b/patches.tmp/0009-disable-bind-static-warning.patch similarity index 100% rename from patches/0009-disable-bind-static-warning.patch rename to patches.tmp/0009-disable-bind-static-warning.patch diff --git a/patches/0010-fix-Remove-unused-wasm-opt-parameter.patch b/patches.tmp/0010-fix-Remove-unused-wasm-opt-parameter.patch similarity index 100% rename from patches/0010-fix-Remove-unused-wasm-opt-parameter.patch rename to patches.tmp/0010-fix-Remove-unused-wasm-opt-parameter.patch diff --git a/patches/0011-linker-net7.patch b/patches.tmp/0011-linker-net7.patch similarity index 100% rename from patches/0011-linker-net7.patch rename to patches.tmp/0011-linker-net7.patch diff --git a/patches/0013-fix-adjust-require-global-imports.patch b/patches.tmp/0013-fix-adjust-require-global-imports.patch similarity index 100% rename from patches/0013-fix-adjust-require-global-imports.patch rename to patches.tmp/0013-fix-adjust-require-global-imports.patch diff --git a/patches/0014-net8-windows-build.patch b/patches.tmp/0014-net8-windows-build.patch similarity index 100% rename from patches/0014-net8-windows-build.patch rename to patches.tmp/0014-net8-windows-build.patch