KinsonDigital / BranchValidator

Validates branch names for the organization projects
MIT License
4 stars 1 forks source link

🚧Update to dotnet 8 #140

Open CalvinWilkinson opened 10 months ago

CalvinWilkinson commented 10 months ago

Complete The Item Below

Description

Update projects to dotnet 8. This will require going to each project and updating the .csproj file. The repository variable will also need to be updated as well after release.

Update the language version in all projects to C# 12.

Warning Make sure to update the repo variable value to the correct version or builds and tests will not work correctly.

### Acceptance Criteria
- [ ] All projects updated to dotnet 8
- [ ] C# language set to version 12 

ToDo Items

Issue Dependencies

Related Work

No response

Additional Information:

Change Type Labels

Change Type Label
Bug Fixes 🐛bug
Breaking Changes 🧨breaking changes
New Feature ✨new feature
CICD Changes ♻️cicd
Config Changes ⚙️config
Performance Improvements 🏎️performance
Code Doc Changes 🗒️documentation/code
Product Doc Changes 📝documentation/product

Priority Type Labels

Priority Type Label
Low Priority low priority
Medium Priority medium priority
High Priority high priority

Code of Conduct