-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Update branding to 8.0.0-alpha1 #43307
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to update
aspnetcore/src/Framework/AspNetCoreAnalyzers/test/Verifiers/CSharpRouteHandlerCodeFixVerifier.cs
Line 68 in 2d953db
ReferenceAssemblies = ReferenceAssemblies.Net.Net70.AddAssemblies(ImmutableArray.Create( |
Shouldn't need to do that yet. Not changing any TFMs. |
Looks like the doc needs updating: #43308 |
Yeah. I think .NET 8 work should stay in feature branches for a while longer to avoid unnecessary merge conflicts. |
What's the context for your comment @halter73❔ We're not changing TFMs at this point but are changing assembly and package versions, along w/ all other .NET repos. |
Hey @dotnet/aspnet-build, looks like this PR is something you want to take a look at. |
I just don't want any big changes in If we agreed to start .NET 8 branding this early, fine I guess. That shouldn't cause hard to resolve conflicts by itself, but I don't see the benefit to starting this early. When do we release 8.0.0-alpha1? I expect life would be a whole lot easier for most devs if |
Sorry, that's not the direction .NET has chosen at this time. We're rebranding now and in fact are late in doing so (due to test and infrastructure this hit yesterday). |
No description provided.