Skip to content

Conversation

@ErikEJ
Copy link
Contributor

@ErikEJ ErikEJ commented Oct 22, 2025

Closes #918

PR Checklist

  • Created a feature/dev branch in your fork (vs. submitting directly from a commit on main)
  • Based off latest main branch of toolkit
  • PR doesn't include merge commits (always rebase on top of our main, if needed)

Other information

@ErikEJ ErikEJ requested a review from jmezach as a code owner October 22, 2025 08:18
Copilot AI review requested due to automatic review settings October 22, 2025 08:18
Copy link
Contributor

Copilot AI left a 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

@jmezach
Copy link
Contributor

jmezach commented Oct 22, 2025

Could these types of updates be automated?

@ErikEJ
Copy link
Contributor Author

ErikEJ commented Oct 22, 2025

@jmezach I will merge this when my previous PR is in 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Chore: Update Sql Project integation dependencies

2 participants