-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update some packages*.json files after the WinAppSDK udpate #14056
Conversation
Looks like SampleAppFabric is also on the old WinAppSDK: react-native-windows/packages/sample-app-fabric/windows/SampleAppFabric/packages.lock.json Line 85 in a9afb5f
|
Thanks! I've now found and ran the script "NuGetRestoreForceEvaluateAllSolutions.ps1" which does what we need. I've verified that after this there are no references to the old version number (1.5.240227000). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s), but failed to run 1 pipeline(s). |
296d536
to
f7c4b2e
Compare
f7c4b2e
to
e49ad2f
Compare
e49ad2f
to
133540a
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s), but failed to run 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Do we also need to backport this to 0.76?
Thanks for looking! Yes, looks like we should backport to 0.76 because the first part of the WinAppSDK update is there. Can you point me to instructions? |
…t#14056) * Update some packages*.json files after the WinAppSDK udpate * Found and ran the NuGetRestoreForceEvaluateAllSolutions.ps1 script * Change files
…14078) * Update some packages*.json files after the WinAppSDK udpate (#14056) * Update some packages*.json files after the WinAppSDK udpate * Found and ran the NuGetRestoreForceEvaluateAllSolutions.ps1 script * Change files * Change files --------- Co-authored-by: JesseCol <[email protected]> Co-authored-by: Tatiana Kapos <[email protected]>
Description
I did a WinAppSDK update recently, there are some packages*.json files that I missed when doing that update.
Type of Change
Why
Without this change, the "e2e-test-app-fabric" doesn't build successfully.
What
This change modifies some *.json files so the new version of WindowsAppSDK is the expected version.
I found and ran the script "NuGetRestoreForceEvaluateAllSolutions.ps1"
Testing
cd packages\e2e-test-app-fabric
yarn windows --no-launch --no-deploy
Microsoft Reviewers: Open in CodeFlow