-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Sync shared code from runtime #19328
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 not merge.
@@ -143,6 +143,12 @@ static MsQuicApi() | |||
|
|||
OperatingSystem ver = Environment.OSVersion; | |||
|
|||
if (ver.Platform == PlatformID.Win32NT && ver.Version < new Version(10, 0, 19041, 0)) |
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.
Justin, I didn't realize you'd removed this in aspnet. This PR won't work then. I'll keep it long enough to figure out the CLA, but go ahead and merge your other PR.
@anurse thoughts on the CLA bot? |
@Tratcher not sure. I suppose Maestro has to get around it too. |
CLA has been cleared! Closing this PR as out of date. |
This PR was automatically generated to sync shared code changes from runtime. Fixes #18943