diff --git a/.github/actions/environment/action.yml b/.github/actions/environment/action.yml index 8df4fe9bf9..fb702d245a 100644 --- a/.github/actions/environment/action.yml +++ b/.github/actions/environment/action.yml @@ -64,7 +64,8 @@ runs: - name: Install .NET Workloads shell: bash - run: > + run: | + pwd dotnet workload install \ wasm-tools wasm-tools-net8 maui-android \ ${{ runner.os == 'macOS' && 'maui-ios maui-maccatalyst maui-windows macos' || '' }} \ diff --git a/global.json b/global.json index bd0f96e2b8..124659abd6 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,7 @@ { "sdk": { "version": "9.0.203", + "workloadVersion": "9.0.203", "rollForward": "disable", "allowPrerelease": false } diff --git a/test/Sentry.Maui.Tests/Sentry.Maui.Tests.csproj b/test/Sentry.Maui.Tests/Sentry.Maui.Tests.csproj index 48a1c74f18..6cec86a02a 100644 --- a/test/Sentry.Maui.Tests/Sentry.Maui.Tests.csproj +++ b/test/Sentry.Maui.Tests/Sentry.Maui.Tests.csproj @@ -13,11 +13,11 @@ - + - +