forked from loic-sharma/BaGet
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Summary
Upgrade all projects from .NET Core 3.1 / .NET Standard 2.0 to .NET 9.
Tasks
- Update
src/Directory.Build.propswith new package versions - Change all
.csprojtarget frameworks tonet9.0 - Update
LangVersiontolatest - Upgrade Microsoft.EntityFrameworkCore to 9.0.0
- Upgrade Microsoft.Extensions packages to 9.0.0
- Upgrade NuGet packages to 6.8.0
- Update test project target frameworks
- Fix any breaking changes in code
- Update CI/CD workflow to use .NET 9
- Update Dockerfile base images to 9.0
Files to Modify
src/Directory.Build.props- All
.csprojfiles insrc/andtests/ .github/workflows/main.ymlDockerfile
Acceptance Criteria
-
dotnet buildsucceeds -
dotnet testpasses - Docker image builds successfully
Reactions are currently unavailable