Closed bradychristensen23 closed 2 months ago
The recent changes focus on upgrading the project's .NET version from 6.0 to 8.0 across multiple files, including workflow configurations and project files. This transition aims to leverage new features, enhancements, and improved performance associated with the latest .NET framework. Additionally, various package references have been updated to ensure compatibility with the new framework version, enhancing the overall functionality of the applications involved.
Files | Change Summary |
---|---|
.github/workflows/ci-build.yml , |
Updated dotnet-version from 6.0.x to 8.0.x for CI build workflows, |
.github/workflows/release-build.yml |
and updated GitVersion installation to use the gittools/actions setup. |
src/NetCore.Utilities.Email.SendGrid.Tests/*.csproj |
Target framework updated from .NET 6.0 to .NET 8.0 , package references upgraded to 8.0.0 . |
src/NetCore.Utilities.Email.SendGrid/*.csproj |
Target framework updated from .NET 6.0 to .NET 8.0 , package references upgraded to 8.0.0 . |
GitVersion.yml |
Updated tag to label and introduced prevent-increment under develop . |
Objective | Addressed | Explanation |
---|---|---|
Update to .NET 8.0 (#34) | ✅ | |
Update GitVersion Usage (#33) | ✅ |
🐇 In the garden where the code does bloom,
Upgrades dance with joy, dispelling gloom.
From 6 to 8, we leap and sway,
New features shine bright, come what may!
Hopping through packages, all in line,
A future so bright, our projects will shine! 🌼✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Coverage variation | Diff coverage |
---|---|
:white_check_mark: +0.00% (target: -1.00%) | :white_check_mark: ∅ |
Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more
Summary by CodeRabbit
New Features
Bug Fixes
Chores