diff --git a/.github/actions/environment/action.yml b/.github/actions/environment/action.yml index bdf5139596..40badbd3a7 100644 --- a/.github/actions/environment/action.yml +++ b/.github/actions/environment/action.yml @@ -73,9 +73,6 @@ runs: shell: bash run: | pwd - dotnet workload install \ - wasm-tools wasm-tools-net8 maui-android android mobile-librarybuilder \ - ${{ runner.os == 'macOS' && 'maui-ios maui-maccatalyst maui-windows macos' || '' }} \ - ${{ runner.os == 'Windows' && 'maui-ios maui-maccatalyst maui-windows' || '' }} \ + dotnet workload restore \ --temp-dir "${{ runner.temp }}" \ --skip-sign-check diff --git a/CHANGELOG.md b/CHANGELOG.md index 71825d1388..f325b27ee8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ - Added StartSpan and GetTransaction methods to the SentrySdk ([#4303](https://github.com/getsentry/sentry-dotnet/pull/4303)) +### Dependencies + +- Bump Native SDK from v0.9.0 to v0.9.1 ([#4309](https://github.com/getsentry/sentry-dotnet/pull/4309)) + - [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#091) + - [diff](https://github.com/getsentry/sentry-native/compare/0.9.0...0.9.1) + ## 5.11.2 ### Fixes diff --git a/modules/sentry-native b/modules/sentry-native index 6129d36d71..a64d5bd8ee 160000 --- a/modules/sentry-native +++ b/modules/sentry-native @@ -1 +1 @@ -Subproject commit 6129d36d717b77d53c8af8fe439ed0370fb63ea4 +Subproject commit a64d5bd8ee130f2cda196b6fa7d9b65bfa6d32e2