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

Add .NET 8 TFM, clean up new warnings #2105

Merged
merged 1 commit into from
Apr 18, 2023
Merged

Add .NET 8 TFM, clean up new warnings #2105

merged 1 commit into from
Apr 18, 2023

Conversation

Tratcher
Copy link
Member

@Tratcher Tratcher commented Apr 18, 2023

No behavior changes.

Fixes #2083

@Tratcher Tratcher added this to the YARP 2.x milestone Apr 18, 2023
@Tratcher Tratcher self-assigned this Apr 18, 2023
@@ -2,7 +2,7 @@

<PropertyGroup>
<Description>Reverse proxy toolkit for building fast proxy servers in .NET using the infrastructure from ASP.NET and .NET</Description>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did we want to make 8.0 non-packable for releases, or just clarify in the docs that previews have a different support window?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a decision we can make when we're closer to release. For now I think it's sufficient to say that 8.0 is preview and only gets preview support. I think it's also valuable for now to have the 8.0 bits in the nightly builds for people to try.

@Tratcher Tratcher enabled auto-merge (squash) April 18, 2023 21:22
@Tratcher Tratcher merged commit f282206 into main Apr 18, 2023
6 checks passed
@Tratcher Tratcher deleted the tratcher/net8 branch April 18, 2023 21:52
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.

Add .NET 8.0 TFM
2 participants