Skip to content

Upgrade to .NET 9.0 and update dependencies#133

Merged
StuartFerguson merged 1 commit intomasterfrom
task/#132_net9_upgrade
Jun 2, 2025
Merged

Upgrade to .NET 9.0 and update dependencies#133
StuartFerguson merged 1 commit intomasterfrom
task/#132_net9_upgrade

Conversation

@StuartFerguson
Copy link
Copy Markdown
Member

This commit upgrades the target framework from .NET 8.0 to .NET 9.0 across multiple project files, ensuring compatibility with the latest features. YAML files are updated to install .NET 9.0 during CI/CD processes. Several package references have been updated to their latest versions, enhancing security and functionality. The database connection password in appsettings.json has been modified for improved security. Significant code removal in the TransactionProcessing.SettlementProcessor project suggests a refactor of the processing logic. Solution files have also been updated to reflect changes in project structure and dependencies.

Closes #132

This commit upgrades the target framework from .NET 8.0 to .NET 9.0 across multiple project files, ensuring compatibility with the latest features. YAML files are updated to install .NET 9.0 during CI/CD processes. Several package references have been updated to their latest versions, enhancing security and functionality. The database connection password in `appsettings.json` has been modified for improved security. Significant code removal in the `TransactionProcessing.SettlementProcessor` project suggests a refactor of the processing logic. Solution files have also been updated to reflect changes in project structure and dependencies.
@StuartFerguson StuartFerguson added the enhancement New feature or request label Jun 2, 2025
@StuartFerguson StuartFerguson merged commit 31dfc95 into master Jun 2, 2025
9 checks passed
@github-actions github-actions Bot deleted the task/#132_net9_upgrade branch August 2, 2025 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade to Net 9

1 participant