Skip to content

Replace NET6_0 with NET #115209

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

Merged
merged 3 commits into from
May 7, 2025
Merged

Replace NET6_0 with NET #115209

merged 3 commits into from
May 7, 2025

Conversation

kasperk81
Copy link
Contributor

No description provided.

@ghost ghost added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Apr 30, 2025
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Apr 30, 2025
@@ -23,7 +23,7 @@ public IpcSocket(AddressFamily addressFamily, SocketType socketType, ProtocolTyp
}

// .NET 6 implements this method directly on Socket, but for earlier runtimes we need a polyfill
#if !NET6_0_OR_GREATER
#if !NET
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@ViktorHofer it was outdated because project is netcoreapp3.1

Copy link
Member

Choose a reason for hiding this comment

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

This looks like shared among multiple repos given the GitHubRepositoryName condition.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

diagnostics and runtime. diagnostics also uses netstandard2 and current sdk for projects. netcoreapp3.1 has been out of support for years

@ViktorHofer ViktorHofer added area-Infrastructure and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels May 2, 2025
Copy link
Contributor

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

@ViktorHofer
Copy link
Member

@agocke do you know who owns Microsoft.Diagnostics.NETCore.Client. Is that maybe @hoyosjs?

@hoyosjs
Copy link
Member

hoyosjs commented May 2, 2025

Yeah, diagnostics owns it. If you'd like this change to be out there, it needs to go in the diagnostics repo. That being said, this change is correct and benign.

@akoeplinger
Copy link
Member

I looked at the diagnostics code and it already diverged a bit from this (uses NET8) but I agree this is harmless to take here.

@akoeplinger
Copy link
Member

/ba-g Build analysis got stuck

@akoeplinger akoeplinger merged commit 3bacc83 into dotnet:main May 7, 2025
72 of 74 checks passed
@kasperk81 kasperk81 deleted the patch-3 branch May 7, 2025 13:16
@kasperk81
Copy link
Contributor Author

@akoeplinger there is one more project using ancient tfm #115373

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Infrastructure community-contribution Indicates that the PR has been added by a community member
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

5 participants