-
Notifications
You must be signed in to change notification settings - Fork 37
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 #121
Upgrade to .NET 8 #121
Conversation
Current issues:
Otherwise this brings the project up to date with modern Blazor practices.
|
@danielchalmers Sorry this diff is hard to review. I can't see anything about that relates to the issue which is the default assembly format change to wasm in net8. Perhaps you could try and reduce the diff. as a first step |
@mikes-gh I can't really reduce it because it's so intertwined due to rebasing the project on .NET 8 default template. A lot was changed by Microsoft and it would take twice as long to split it up |
Project structure is now closer to the default .NET 8 Blazor templates.
Upgraded all packages (fixes some vulnerabilities).
Should be strictly WebAssembly with specifically no prerendering.
Some resources I used: