Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to .NET 8 #938

Merged
merged 1 commit into from
Dec 4, 2023
Merged

Upgrade to .NET 8 #938

merged 1 commit into from
Dec 4, 2023

Conversation

gunndabad
Copy link
Collaborator

@gunndabad gunndabad commented Dec 1, 2023

The immediate driver for this is that .NET 8 adds a common interface that both web applications and console applications are built from - IHostApplicationBuilder. With this it's possible to have common configuration methods that work on both types of application, something that was difficult before.

There are a few packages that I've had to upgrade to pre-release versions; not much can be done about that until those libraries update.

@gunndabad gunndabad force-pushed the dotnet8 branch 2 times, most recently from da3e1b3 to d101760 Compare December 4, 2023 13:03
@gunndabad gunndabad temporarily deployed to pre-production_aks December 4, 2023 13:17 — with GitHub Actions Inactive
@gunndabad gunndabad marked this pull request as ready for review December 4, 2023 13:22
@gunndabad gunndabad merged commit 2e88595 into main Dec 4, 2023
12 checks passed
@gunndabad gunndabad deleted the dotnet8 branch December 4, 2023 13:36
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.

2 participants