Skip to content
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

Fix references of Essentials so unnecessary packages don't get referenced/downloaded #954

Merged
merged 1 commit into from May 6, 2021

Conversation

eerhardt
Copy link
Member

@eerhardt eerhardt commented May 5, 2021

  • System.ValueTuple is not necessary
  • System.Numerics.Vectors is only necessary on netstandard, not on net6+.

…nced/downloaded

- System.ValueTuple is no longer necessary
- System.Numerics.Vectors is only necessary on netstandard, not on net6+.
@eerhardt
Copy link
Member Author

eerhardt commented May 5, 2021

cc @Redth @jsuarezruiz - this is similar to #888.

@Redth
Copy link
Member

Redth commented May 5, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@rmarinho rmarinho merged commit a9d8727 into dotnet:main May 6, 2021
rmarinho pushed a commit that referenced this pull request May 6, 2021
…nced/downloaded (#954)

- System.ValueTuple is no longer necessary
- System.Numerics.Vectors is only necessary on netstandard, not on net6+.
@eerhardt eerhardt deleted the FixEssentialsReferences branch May 6, 2021 15:35
@github-actions github-actions bot locked and limited conversation to collaborators Dec 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants