Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Removing Microsoft.bcl* packages #41270

Merged
merged 10 commits into from
Oct 4, 2019
Merged

Removing Microsoft.bcl* packages #41270

merged 10 commits into from
Oct 4, 2019

Conversation

Anipik
Copy link

@Anipik Anipik commented Sep 23, 2019

No description provided.

Copy link
Member

@ViktorHofer ViktorHofer left a 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.

@Anipik
Copy link
Author

Anipik commented Sep 25, 2019

@ericstj @ViktorHofer is there something else that needs to be done here ?

@ericstj
Copy link
Member

ericstj commented Sep 25, 2019

I'd like @ahsonkhan to sign off on the Json change.

@ericstj ericstj requested a review from ahsonkhan September 25, 2019 18:33
@Anipik
Copy link
Author

Anipik commented Sep 26, 2019

@ericstj @ahsonkhan I addressed the feedback

@Anipik
Copy link
Author

Anipik commented Oct 1, 2019

@ericstj @ViktorHofer can you give a final review here ?

@Anipik
Copy link
Author

Anipik commented Oct 2, 2019

@ViktorHofer @ericstj I added the choose when statement

@Anipik
Copy link
Author

Anipik commented Oct 3, 2019

@ericstj is it good to merge this one ?

Copy link
Member

@ericstj ericstj left a comment

Choose a reason for hiding this comment

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

See my reply.

@Anipik Anipik merged commit 99ea2b5 into dotnet:master Oct 4, 2019
@Anipik Anipik deleted the removeBcl branch October 4, 2019 23:45
mmitche added a commit to mmitche/Extensions that referenced this pull request Oct 17, 2019
This is no longer produced by corefx as of dotnet/corefx#41270
@karelz karelz added this to the 5.0 milestone Dec 19, 2019
<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)' &gt;= 1.1)" />
Copy link
Member

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

picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
* 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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants