-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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.
This is a dupe of #40685 but I'll close mine.
@ericstj @ViktorHofer is there something else that needs to be done here ? |
I'd like @ahsonkhan to sign off on the Json change. |
@ericstj @ahsonkhan I addressed the feedback |
@ericstj @ViktorHofer can you give a final review here ? |
@ViktorHofer @ericstj I added the choose when statement |
@ericstj is it good to merge this one ? |
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.
See my reply.
This is no longer produced by corefx as of dotnet/corefx#41270
<Version>4.5.2</Version> | ||
</PackageReference> | ||
|
||
<PackageReference Include="System.Memory" Version="4.5.2" Condition="'$(TargetFramework)' == 'netcoreapp2.0' OR '$(TargetFramework)' == 'uap10.0.16299' 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.
Looks like this regressed System.Memory ref, discovered here: dotnet/sdk#3884
* removing Microsoft.bcl packages * targetframework conditions modified * adding versionless config to avoid binplace * uap standard conflicts * remove package configurations * negation if and remove exclude reference asset property * adding choosing when statement * using attribute * Moveing packages to include to the common * ChooseWhen -> IF Commit migrated from dotnet/corefx@99ea2b5
No description provided.