Update NativeInterop baseline and fix devapp version ranges - #6045
Merged
Ashok Kumar Ramakrishnan (ashok672) merged 6 commits intoJun 4, 2026
Merged
Ashok Kumar Ramakrishnan (ashok672) merged 6 commits into
Ashok Kumar Ramakrishnan (ashok672) merged 6 commits into
Conversation
Copilot
AI
changed the title
Update default NativeInterop version to 0.20.6
Update default NativeInterop package version to 0.20.6
May 30, 2026
Copilot started work on behalf of
Ashok Kumar Ramakrishnan (ashok672)
May 30, 2026 01:06
View session
Copilot
AI
changed the title
Update default NativeInterop package version to 0.20.6
Update NativeInterop baseline and devapp pins to 0.20.6
May 30, 2026
Ashok Kumar Ramakrishnan (ashok672)
marked this pull request as ready for review
May 30, 2026 01:11
Ashok Kumar Ramakrishnan (ashok672)
requested a review
from a team
as a code owner
May 30, 2026 01:11
Copilot started reviewing on behalf of
Ashok Kumar Ramakrishnan (ashok672)
May 30, 2026 01:12
View session
Ashok Kumar Ramakrishnan (ashok672)
approved these changes
May 30, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Aligns all repository-owned references to Microsoft.Identity.Client.NativeInterop to version 0.20.6, preventing drift between the centrally managed baseline and dev app explicit pins.
Changes:
- Bump
MSALRuntimeNativeInteropVersioninDirectory.Packages.propsfrom0.20.4to0.20.6. - Update explicit
Microsoft.Identity.Client.NativeInteropPackageReferencepins in the two macOS dev apps from0.20.4to0.20.6.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Directory.Packages.props | Updates the centrally managed NativeInterop version baseline to 0.20.6. |
| tests/devapps/MacConsoleAppWithBroker/MacConsoleAppWithBroker.csproj | Aligns the dev app’s explicit NativeInterop package pin to 0.20.6. |
| tests/devapps/MacMauiAppWithBroker/MacMauiAppWithBroker.csproj | Aligns the dev app’s explicit NativeInterop package pin (macOS only) to 0.20.6. |
Gladwin Johnson VR (gladjohn)
approved these changes
May 30, 2026
Bogdan Gavril (bgavrilMS)
approved these changes
Jun 2, 2026
Copilot started work on behalf of
Ashok Kumar Ramakrishnan (ashok672)
June 4, 2026 17:16
View session
Copilot
AI
changed the title
Update NativeInterop baseline and devapp pins to 0.20.6
Update NativeInterop baseline to 0.20.6 and use floating version in devapp projects
Jun 4, 2026
This was referenced Aug 10, 2026
This was referenced Aug 17, 2026
This was referenced Aug 24, 2026
This was referenced Sep 1, 2026
This was referenced Sep 9, 2026
This was referenced Sep 17, 2026
Bump Microsoft.Identity.Client and Microsoft.Identity.Client.Extensions.Msal
teglsbo/DataverseDuck#5
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes proposed in this request
NativeInterop references were partially updated, and the first pass at making the devapp projects float introduced
NU1604during restore. This update keeps the repository baseline at0.20.6and changes the devapp projects to a valid open-ended NuGet range.Central baseline
Directory.Packages.propsMSALRuntimeNativeInteropVersionat0.20.6Devapp package resolution
tests/devapps/MacConsoleAppWithBroker/MacConsoleAppWithBroker.csprojtests/devapps/MacMauiAppWithBroker/MacMauiAppWithBroker.csprojWhy this shape
tests/devappsdisables central package managementVersion=...instead ofVersionOverride=...[0.20.6,)preserves “latest available >= 0.20.6” without triggeringNU1604Testing
tests/devapps/MacConsoleAppWithBroker/MacConsoleAppWithBroker.csprojtests/devapps/MacMauiAppWithBroker/MacMauiAppWithBroker.csprojPerformance impact
None.
Documentation