Closed
Conversation
- Update TargetFramework in directory.build.props to net10.0 - Update framework dependency package versions to the 10.0 series
Contributor
There was a problem hiding this comment.
Pull request overview
This PR migrates the project from .NET 9 to .NET 10 by updating the target framework and all related dependencies.
Changes:
- Updated
TargetFrameworkfromnet9.0tonet10.0in Directory.Build.props - Updated framework-dependent package versions to the 10.0/10.1 series in Directory.Packages.props
- Removed the
System.Linq.AsyncEnumerablepackage reference (now part of BCL) - Updated all documentation, configuration files, and scripts to reference
net10.0instead ofnet9.0 - Improved test robustness by using
AppContext.BaseDirectoryinstead of hardcoded paths
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Directory.Build.props | Updated TargetFramework from net9.0 to net10.0 |
| Directory.Packages.props | Updated package versions to 10.x series; removed System.Linq.AsyncEnumerable |
| core/Azure.Mcp.Core/src/Azure.Mcp.Core.csproj | Removed System.Linq.AsyncEnumerable package reference |
| NOTICE.txt | Removed license entry for System.Linq.AsyncEnumerable |
| servers/Azure.Mcp.Server/tests/Azure.Mcp.Server.UnitTests/Infrastructure/CommandMetadataSyncTests.cs | Improved path resolution using AppContext.BaseDirectory |
| eng/scripts/Update-AzCommandsMetadata.ps1 | Updated default path from net9.0 to net10.0 |
| servers/Azure.Mcp.Server/TROUBLESHOOTING.md | Updated all executable paths from net9.0 to net10.0 |
| servers/Fabric.Mcp.Server/TROUBLESHOOTING.md | Updated chmod command path from net9.0 to net10.0 |
| servers/Azure.Mcp.Server/docs/new-command.md | Updated TargetFramework and command paths from net9.0 to net10.0 |
| core/Azure.Mcp.Core/src/Areas/Server/Commands/README.md | Updated example command paths from net9.0 to net10.0 |
| CONTRIBUTING.md | Updated all example paths and configurations from net9.0 to net10.0 |
| AGENTS.md | Updated mcp.json example configuration from net9.0 to net10.0 |
| .vscode/launch.json | Updated all debug configuration program paths from net9.0 to net10.0 |
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.
What does this PR do?
GitHub issue number?
Closes #1198
Pre-merge Checklist
servers/Azure.Mcp.Server/CHANGELOG.mdand/orservers/Fabric.Mcp.Server/CHANGELOG.mdfor product changes (features, bug fixes, UI/UX, updated dependencies)servers/Azure.Mcp.Server/README.mdand/orservers/Fabric.Mcp.Server/README.mddocumentationeng/scripts/Process-PackageReadMe.ps1. See Package README/servers/Azure.Mcp.Server/docs/azmcp-commands.mdand/or/docs/fabric-commands.md.\eng\scripts\Update-AzCommandsMetadata.ps1to update tool metadata in azmcp-commands.md (required for CI)ToolDescriptionEvaluatorand obtained a score of0.4or more and a top 3 ranking for all related test promptsconsolidated-tools.json/servers/Azure.Mcp.Server/docs/e2eTestPrompts.mdcrypto mining, spam, data exfiltration, etc.)/azp run mcp - pullrequest - liveto run Live Test Pipeline