-
Notifications
You must be signed in to change notification settings - Fork 152
Update some SqlProject integration dependencies #919
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
Conversation
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.
Pull Request Overview
This PR updates three core dependencies for the SQL Database Projects integration: Microsoft.SqlServer.DacFx, Microsoft.Build, and Microsoft.Build.Locator. The changes modernize the dependency versions while also correcting documentation to remove an outdated reference to ".sqlprojx" terminology.
- Updated Microsoft.SqlServer.DacFx from 170.1.61 to 170.2.70
- Updated Microsoft.Build from 17.11.31 to 17.14.28
- Updated Microsoft.Build.Locator from 1.9.1 to 1.10.2
- Corrected documentation to remove "(aka .sqlprojx)" reference
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Directory.Packages.props | Updates three package versions for SqlProject dependencies |
| src/CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects/README.md | Removes obsolete ".sqlprojx" terminology from documentation |
|
Could these types of updates be automated? |
|
@jmezach I will merge this when my previous PR is in 😄 |
Closes #918
PR Checklist
Other information