Skip to content

Conversation

@ejsmith
Copy link
Contributor

@ejsmith ejsmith commented Nov 12, 2025

This pull request updates the Foundatio.Parsers.SqlQueries project and its test suite to target .NET 10.0 and upgrades several dependencies to their latest versions for improved compatibility and stability.

Target framework and dependency upgrades:

  • Changed the target framework from net8.0 to net10.0 in both Foundatio.Parsers.SqlQueries and its test project, ensuring compatibility with the latest .NET features. [1] [2]
  • Upgraded Microsoft.EntityFrameworkCore from version 8.0.20 to 10.0.0 in the main project, and Microsoft.EntityFrameworkCore.SqlServer from 9.0.9 to 10.0.0 in the test project, aligning the ORM libraries with the new target framework. [1] [2]
  • Updated System.Linq.Dynamic.Core from 1.6.9 to 1.6.10 in the main project for bug fixes and improvements.
  • Upgraded libphonenumber-csharp from 9.0.17 to 9.0.18 in the test project.
  • Updated Microsoft.NET.Test.Sdk from 18.0.0 to 18.0.1 in both the test project and the shared test props file for improved test infrastructure. [1] [2]

ejsmith and others added 2 commits November 18, 2025 20:47
…ariable'

Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
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.

3 participants