Skip to content

Minimize dependencies in NetCore's _project.json #40

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

Closed
wants to merge 1 commit into from

Conversation

dougbu
Copy link
Contributor

@dougbu dougbu commented Nov 20, 2016

  • remove imports!
  • bring System.Net.Http in from .NET Standard Library
  • use .NET Standard version of Newtonsoft.Json
  • bring other dependencies in transitively

- remove imports!
- bring System.Net.Http in from .NET Standard Library
- use .NET Standard version of Newtonsoft.Json
- bring other dependencies in transitively
@dnfclas
Copy link

dnfclas commented Nov 20, 2016

Hi @dougbu, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution!
You've already signed the contribution license agreement. Thanks!

The agreement was validated by .NET Foundation and real humans are currently evaluating your PR.

TTYL, DNFBOT;

@dougbu
Copy link
Contributor Author

dougbu commented Nov 20, 2016

/to @davidfowl
/cc @Eilon

@dougbu
Copy link
Contributor Author

dougbu commented Nov 20, 2016

Relates to #4

"System.ComponentModel.EventBasedAsync": "4.3.0",
"System.Diagnostics.Contracts": "4.3.0",
"System.Dynamic.Runtime": "4.3.0",
"System.Runtime.Serialization.Xml": "4.3.0-*",
Copy link
Contributor

Choose a reason for hiding this comment

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

Update these to RTM.

@dougbu
Copy link
Contributor Author

dougbu commented Dec 1, 2016

Should have closed this a while ago. Need to build a separate assembly instead.

@dougbu dougbu closed this Dec 1, 2016
@dougbu dougbu deleted the dougbu/min.dependencies branch December 1, 2016 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants