-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Use latest System.Memory for ns2.0 refs #2112
Conversation
Hello @ericstj! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
@@ -29,7 +29,7 @@ | |||
<!-- This is to make sure that nothing unintended gets restored for netcoreapp. --> | |||
<ItemGroup Condition="'$(TargetFramework)' != '$(NetCoreAppCurrent)'"> | |||
<!-- runtime dependency: System.Diagnostics.PerformanceCounters netcoreapp2.0,net461 --> | |||
<PackageReference Include="System.Memory" Version="4.5.2" Condition="'$(TargetFramework)' == 'netcoreapp2.0' or '$(TargetsNetfx)' == 'true' or ('$(TargetsNetStandard)' == 'true' and '$(NETStandardVersion)' >= 1.1)" /> | |||
<PackageReference Include="System.Memory" Version="4.5.3" Condition="'$(TargetFramework)' == 'netcoreapp2.0' or '$(TargetsNetfx)' == 'true' or ('$(TargetsNetStandard)' == 'true' and '$(NETStandardVersion)' >= 1.1)" /> |
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.
If (or when) a newer version of S.M ships, would we have to update this to that latest version?
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.
That’s a decision we’d make at the time depending on what the bar was.
The failure you're hitting in the tests is already fixed: #2165 Retry won't fix because of the checkout bundle, but if you re-run you shouldn't see it, so up to you. |
Looks like this regressed here https://github.com/dotnet/corefx/pull/41270/files#r370406355 (likely bad merge resolution).