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

Update projects targeting net6 to net8 - part 2 #9018

Merged
merged 2 commits into from
Sep 20, 2024

Conversation

JimSuplizio
Copy link
Member

@JimSuplizio JimSuplizio commented Sep 19, 2024

net6 hits EOL in November, 2024 and this is to update things to net8. This is the second round of projects.

About tools/pixel-server/PixelServer/Startup.cs: These warnings should have been fixed when the project was upgraded to Net6 and weren't. I'm fixing them now.

  • using Microsoft.Extensions.Hosting; was required to use IsDevelopment()
  • The UseMVC now requires options => options.EnableEndpointRouting = false set in the services.AddMvcCore call

Contributes to #8606

@JimSuplizio JimSuplizio self-assigned this Sep 19, 2024
@JimSuplizio JimSuplizio merged commit 05465c2 into Azure:main Sep 20, 2024
16 checks passed
@JimSuplizio JimSuplizio deleted the UpdateNet6ToNet8Part2 branch September 20, 2024 17:30
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