Fix outdated contents in WorkloadDependencies.json #10627
+2
−2
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.
Updates the Android manifest feed reference in
WorkloadDependencies.projfromd17-12tod17-14to fix outdated Android SDK versions in the generatedWorkloadDependencies.json.Problem
The
WorkloadDependencies.jsonfile was being generated with outdated Android SDK versions:build-tools;35.0.0instead of 36.xplatforms;android-35instead of android-36Root Cause
The feed URL in
tools/workload-dependencies/WorkloadDependencies.projwas pointing tod17-12, which doesn't contain SDK 36 entries.Changes Made
AndroidManifestFeed_d17.12.xmltoAndroidManifestFeed_d17.14.xmlhttps://aka.ms/AndroidManifestFeed/d17-12tohttps://aka.ms/AndroidManifestFeed/d17-14The
d17-14feed contains theandroid-36platform entry needed for .NET 10.Original prompt
WorkloadDependencies.jsonhas wrong contents #10596💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.