Bump Microsoft.Extensions.Configuration and Microsoft.Extensions.Configuration.Json
Updated Microsoft.Extensions.Configuration from 9.0.6 to 9.0.8.
Release notes
Sourced from Microsoft.Extensions.Configuration's releases.
9.0.8
What's Changed
- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by @github-actions[bot] in https://github.com/dotnet/runtime/pull/116514
- [release/9.0] Disable all MT tests on CI by @ilonatommy in https://github.com/dotnet/runtime/pull/116747
- [9.0] Revert squash commit and pulls release/9.0 again by @jozkee in https://github.com/dotnet/runtime/pull/116764
- [release/9.0-staging] Backport "Dispose Xunit ToolCommand" by @ilonatommy in https://github.com/dotnet/runtime/pull/116685
- [release/9.0-staging] Skip SSL key log test for OpenSSL 3.5+ by @github-actions[bot] in https://github.com/dotnet/runtime/pull/116687
- [release/9.0-staging] Fix absolute path check when loading hostfxr/hostpolicy/coreclr by @elinor-fung in https://github.com/dotnet/runtime/pull/116775
- Update openssl dependency for SLES by @NikolaMilosavljevic in https://github.com/dotnet/runtime/pull/116922
- [9.0] Backport 115546 FLS initialization fix to 9. by @mangod9 in https://github.com/dotnet/runtime/pull/116872
- [release/9.0-staging] Update dependencies from dotnet/roslyn by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/117137
- [release/9.0-staging] Update dependencies from dotnet/icu by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/116681
- [release/9.0-staging] Update dependencies from dotnet/cecil by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/116455
- [release/9.0-staging] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/116948
- [release/9.0-staging] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/115596
- [release/9.0-staging] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/115588
- [release/9.0-staging] Map version for Tahoe compatibility. by @github-actions[bot] in https://github.com/dotnet/runtime/pull/116641
- [9.0] Update CI OSes by @richlander in https://github.com/dotnet/runtime/pull/115503
- Update branding to 9.0.8 by @vseanreesermsft in https://github.com/dotnet/runtime/pull/117283
- [release/9.0-staging] Update dependencies from dotnet/sdk by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/116683
- Disable odbc tests on net9 interpreter by @BrzVlad in https://github.com/dotnet/runtime/pull/117245
- [release/9.0-staging] Update dependencies from dotnet/cecil by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/117228
- [release/9.0-staging] Update dependencies from dotnet/icu by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/117257
- [release/9.0-staging] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/117184
- [release/9.0-staging] Update dependencies from dotnet/runtime-assets by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/116664
- [release/9.0-staging] Update dependencies from dotnet/xharness by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/116908
- [release/9.0] Update dependencies from dotnet/emsdk by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/116626
- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by @github-actions[bot] in https://github.com/dotnet/runtime/pull/117296
- [release/9.0-staging][wbt] Prevent
InvalidOperationExceptiononTestOutputHelperlogging. by @ilonatommy in https://github.com/dotnet/runtime/pull/116916 - [release/9.0-staging] Harden
Ping_TimedOut_*tests by @github-actions[bot] in https://github.com/dotnet/runtime/pull/116630 - Merging internal commits for release/9.0 by @vseanreesermsft in https://github.com/dotnet/runtime/pull/117442
- [release/9.0-staging] Fix ILogB for subnormal values by @github-actions[bot] in https://github.com/dotnet/runtime/pull/116973
- [release/9.0-staging] Fix ordering issue in interface trimming by @github-actions[bot] in https://github.com/dotnet/runtime/pull/114509
- [release/9.0-staging][mono][gc] Fix gc descriptor computation for InlineArray structs by @BrzVlad in https://github.com/dotnet/runtime/pull/116951
- [release/9.0-staging] Fix few RandomAccess.Write edge case bugs by @adamsitnik in https://github.com/dotnet/runtime/pull/109646
- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by @github-actions[bot] in https://github.com/dotnet/runtime/pull/117471
- [release/9.0-staging] Update dependencies from dotnet/xharness by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/117594
- [release/9.0-staging] Update dependencies from dotnet/sdk by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/117595
- [manual] Merge release/9.0-staging into release/9.0 by @tarekgh in https://github.com/dotnet/runtime/pull/117634
Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.7...v9.0.8
9.0.7
What's Changed
- [release/9.0-staging] Fix crash during Async Break when APC and CET are enabled by @thaystg in https://github.com/dotnet/runtime/pull/114932
- [release/9.0-staging] [STJ] Account for F# CompilationMappingAttribute now supporting multiple declarations. by @github-actions in https://github.com/dotnet/runtime/pull/115076
- [release/9.0-staging][wasm][interpreter] Fix PackedSimd interpreter intrinsics by @lewing in https://github.com/dotnet/runtime/pull/114218
- [release/9.0-staging] JIT: Fix invalid removal of explicit zeroing in methods without .localsinit by @jakobbotsch in https://github.com/dotnet/runtime/pull/115568
- [release/9.0-staging] throw an exception instead of infinite loop in
sort_mark_listby @github-actions in https://github.com/dotnet/runtime/pull/115529 - [release/9.0-staging] [DNS] Ignore ObjectDisposedException on CancellationToken Callback by @github-actions in https://github.com/dotnet/runtime/pull/115840
- Revert "[release/9.0-staging] Fix crash during Async Break when APC and CET are enabled" by @thaystg in https://github.com/dotnet/runtime/pull/116015
- [release/9.0-staging] Fix SysV first/second return register GC info mismatch by @jakobbotsch in https://github.com/dotnet/runtime/pull/116206
- [release/9.0-staging] Fix PipeStream leak on Windows when pipe is disposed with a pending operation by @github-actions in https://github.com/dotnet/runtime/pull/116188
- [release/9.0] Fix edge cases in Tarjan GC bridge (Android) by @filipnavara in https://github.com/dotnet/runtime/pull/114682
- [release/9.0-staging] Revert change to follow symlinks of dotnet host by @github-actions in https://github.com/dotnet/runtime/pull/116244
- Update branding to 9.0.7 by @vseanreesermsft in https://github.com/dotnet/runtime/pull/116312
- [release/9.0-staging] Fix generation of minidump by @github-actions in https://github.com/dotnet/runtime/pull/115738
- [release/9.0-staging] fix: in rsa signatures, configure digest before padding mode by @github-actions in https://github.com/dotnet/runtime/pull/115695
- [release/9.0-staging] JIT: Fix possible heap corruption in outlined composite SSA storage by @github-actions in https://github.com/dotnet/runtime/pull/116132
- [release/9.0-staging] Update dependencies from dotnet/roslyn by @dotnet-maestro in https://github.com/dotnet/runtime/pull/115984
- [release/9.0-staging] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/runtime/pull/115855
- [release/9.0-staging] Update dependencies from dotnet/icu by @dotnet-maestro in https://github.com/dotnet/runtime/pull/115597
- [release/9.0-staging] Update dependencies from dotnet/sdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/115710
- [release/9.0-staging] Update dependencies from dotnet/cecil by @dotnet-maestro in https://github.com/dotnet/runtime/pull/115504
- [release/9.0-staging] Update dependencies from dotnet/xharness by @dotnet-maestro in https://github.com/dotnet/runtime/pull/115589
- [release/9.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/115537
- Bump SDK version used by WASM since it was broken by dotnet/arcade codeflow by @jozkee in https://github.com/dotnet/runtime/pull/116450
- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by @github-actions in https://github.com/dotnet/runtime/pull/115576
- [release/9.0-staging] Link peer's X509 stack handle to parent SSL safe handle by @github-actions in https://github.com/dotnet/runtime/pull/115380
- [release/9.0-staging] [mono][interp] Minor SSA fixes by @BrzVlad in https://github.com/dotnet/runtime/pull/116428
- [release/9.0-staging] Update dependencies from dotnet/runtime-assets by @dotnet-maestro in https://github.com/dotnet/runtime/pull/115677
- [release/9.0-staging] Disable the UTFStringConversionFailures test on CI runs by @github-actions in https://github.com/dotnet/runtime/pull/116460
- [manual] Merge release/9.0-staging into release/9.0 by @jozkee in https://github.com/dotnet/runtime/pull/116459
- Merging internal commits for release/9.0 by @vseanreesermsft in https://github.com/dotnet/runtime/pull/116499
- [release/9.0] Delete s390x and ppc64le helix queues by @github-actions in https://github.com/dotnet/runtime/pull/116537
Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.6...v9.0.7
Commits viewable in compare view.
Updated Microsoft.Extensions.Configuration.Json from 9.0.6 to 9.0.8.
Release notes
Sourced from Microsoft.Extensions.Configuration.Json's releases.
9.0.8
What's Changed
- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by @github-actions[bot] in https://github.com/dotnet/runtime/pull/116514
- [release/9.0] Disable all MT tests on CI by @ilonatommy in https://github.com/dotnet/runtime/pull/116747
- [9.0] Revert squash commit and pulls release/9.0 again by @jozkee in https://github.com/dotnet/runtime/pull/116764
- [release/9.0-staging] Backport "Dispose Xunit ToolCommand" by @ilonatommy in https://github.com/dotnet/runtime/pull/116685
- [release/9.0-staging] Skip SSL key log test for OpenSSL 3.5+ by @github-actions[bot] in https://github.com/dotnet/runtime/pull/116687
- [release/9.0-staging] Fix absolute path check when loading hostfxr/hostpolicy/coreclr by @elinor-fung in https://github.com/dotnet/runtime/pull/116775
- Update openssl dependency for SLES by @NikolaMilosavljevic in https://github.com/dotnet/runtime/pull/116922
- [9.0] Backport 115546 FLS initialization fix to 9. by @mangod9 in https://github.com/dotnet/runtime/pull/116872
- [release/9.0-staging] Update dependencies from dotnet/roslyn by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/117137
- [release/9.0-staging] Update dependencies from dotnet/icu by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/116681
- [release/9.0-staging] Update dependencies from dotnet/cecil by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/116455
- [release/9.0-staging] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/116948
- [release/9.0-staging] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/115596
- [release/9.0-staging] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/115588
- [release/9.0-staging] Map version for Tahoe compatibility. by @github-actions[bot] in https://github.com/dotnet/runtime/pull/116641
- [9.0] Update CI OSes by @richlander in https://github.com/dotnet/runtime/pull/115503
- Update branding to 9.0.8 by @vseanreesermsft in https://github.com/dotnet/runtime/pull/117283
- [release/9.0-staging] Update dependencies from dotnet/sdk by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/116683
- Disable odbc tests on net9 interpreter by @BrzVlad in https://github.com/dotnet/runtime/pull/117245
- [release/9.0-staging] Update dependencies from dotnet/cecil by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/117228
- [release/9.0-staging] Update dependencies from dotnet/icu by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/117257
- [release/9.0-staging] Update dependencies from dotnet/hotreload-utils by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/117184
- [release/9.0-staging] Update dependencies from dotnet/runtime-assets by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/116664
- [release/9.0-staging] Update dependencies from dotnet/xharness by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/116908
- [release/9.0] Update dependencies from dotnet/emsdk by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/116626
- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by @github-actions[bot] in https://github.com/dotnet/runtime/pull/117296
- [release/9.0-staging][wbt] Prevent
InvalidOperationExceptiononTestOutputHelperlogging. by @ilonatommy in https://github.com/dotnet/runtime/pull/116916 - [release/9.0-staging] Harden
Ping_TimedOut_*tests by @github-actions[bot] in https://github.com/dotnet/runtime/pull/116630 - Merging internal commits for release/9.0 by @vseanreesermsft in https://github.com/dotnet/runtime/pull/117442
- [release/9.0-staging] Fix ILogB for subnormal values by @github-actions[bot] in https://github.com/dotnet/runtime/pull/116973
- [release/9.0-staging] Fix ordering issue in interface trimming by @github-actions[bot] in https://github.com/dotnet/runtime/pull/114509
- [release/9.0-staging][mono][gc] Fix gc descriptor computation for InlineArray structs by @BrzVlad in https://github.com/dotnet/runtime/pull/116951
- [release/9.0-staging] Fix few RandomAccess.Write edge case bugs by @adamsitnik in https://github.com/dotnet/runtime/pull/109646
- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by @github-actions[bot] in https://github.com/dotnet/runtime/pull/117471
- [release/9.0-staging] Update dependencies from dotnet/xharness by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/117594
- [release/9.0-staging] Update dependencies from dotnet/sdk by @dotnet-maestro[bot] in https://github.com/dotnet/runtime/pull/117595
- [manual] Merge release/9.0-staging into release/9.0 by @tarekgh in https://github.com/dotnet/runtime/pull/117634
Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.7...v9.0.8
9.0.7
What's Changed
- [release/9.0-staging] Fix crash during Async Break when APC and CET are enabled by @thaystg in https://github.com/dotnet/runtime/pull/114932
- [release/9.0-staging] [STJ] Account for F# CompilationMappingAttribute now supporting multiple declarations. by @github-actions in https://github.com/dotnet/runtime/pull/115076
- [release/9.0-staging][wasm][interpreter] Fix PackedSimd interpreter intrinsics by @lewing in https://github.com/dotnet/runtime/pull/114218
- [release/9.0-staging] JIT: Fix invalid removal of explicit zeroing in methods without .localsinit by @jakobbotsch in https://github.com/dotnet/runtime/pull/115568
- [release/9.0-staging] throw an exception instead of infinite loop in
sort_mark_listby @github-actions in https://github.com/dotnet/runtime/pull/115529 - [release/9.0-staging] [DNS] Ignore ObjectDisposedException on CancellationToken Callback by @github-actions in https://github.com/dotnet/runtime/pull/115840
- Revert "[release/9.0-staging] Fix crash during Async Break when APC and CET are enabled" by @thaystg in https://github.com/dotnet/runtime/pull/116015
- [release/9.0-staging] Fix SysV first/second return register GC info mismatch by @jakobbotsch in https://github.com/dotnet/runtime/pull/116206
- [release/9.0-staging] Fix PipeStream leak on Windows when pipe is disposed with a pending operation by @github-actions in https://github.com/dotnet/runtime/pull/116188
- [release/9.0] Fix edge cases in Tarjan GC bridge (Android) by @filipnavara in https://github.com/dotnet/runtime/pull/114682
- [release/9.0-staging] Revert change to follow symlinks of dotnet host by @github-actions in https://github.com/dotnet/runtime/pull/116244
- Update branding to 9.0.7 by @vseanreesermsft in https://github.com/dotnet/runtime/pull/116312
- [release/9.0-staging] Fix generation of minidump by @github-actions in https://github.com/dotnet/runtime/pull/115738
- [release/9.0-staging] fix: in rsa signatures, configure digest before padding mode by @github-actions in https://github.com/dotnet/runtime/pull/115695
- [release/9.0-staging] JIT: Fix possible heap corruption in outlined composite SSA storage by @github-actions in https://github.com/dotnet/runtime/pull/116132
- [release/9.0-staging] Update dependencies from dotnet/roslyn by @dotnet-maestro in https://github.com/dotnet/runtime/pull/115984
- [release/9.0-staging] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/runtime/pull/115855
- [release/9.0-staging] Update dependencies from dotnet/icu by @dotnet-maestro in https://github.com/dotnet/runtime/pull/115597
- [release/9.0-staging] Update dependencies from dotnet/sdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/115710
- [release/9.0-staging] Update dependencies from dotnet/cecil by @dotnet-maestro in https://github.com/dotnet/runtime/pull/115504
- [release/9.0-staging] Update dependencies from dotnet/xharness by @dotnet-maestro in https://github.com/dotnet/runtime/pull/115589
- [release/9.0] Update dependencies from dotnet/emsdk by @dotnet-maestro in https://github.com/dotnet/runtime/pull/115537
- Bump SDK version used by WASM since it was broken by dotnet/arcade codeflow by @jozkee in https://github.com/dotnet/runtime/pull/116450
- [automated] Merge branch 'release/9.0' => 'release/9.0-staging' by @github-actions in https://github.com/dotnet/runtime/pull/115576
- [release/9.0-staging] Link peer's X509 stack handle to parent SSL safe handle by @github-actions in https://github.com/dotnet/runtime/pull/115380
- [release/9.0-staging] [mono][interp] Minor SSA fixes by @BrzVlad in https://github.com/dotnet/runtime/pull/116428
- [release/9.0-staging] Update dependencies from dotnet/runtime-assets by @dotnet-maestro in https://github.com/dotnet/runtime/pull/115677
- [release/9.0-staging] Disable the UTFStringConversionFailures test on CI runs by @github-actions in https://github.com/dotnet/runtime/pull/116460
- [manual] Merge release/9.0-staging into release/9.0 by @jozkee in https://github.com/dotnet/runtime/pull/116459
- Merging internal commits for release/9.0 by @vseanreesermsft in https://github.com/dotnet/runtime/pull/116499
- [release/9.0] Delete s390x and ppc64le helix queues by @github-actions in https://github.com/dotnet/runtime/pull/116537
Full Changelog: https://github.com/dotnet/runtime/compare/v9.0.6...v9.0.7
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)