Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

build.com will not add correct reference to net45 project #44

Closed
troydai opened this issue Mar 7, 2014 · 1 comment
Closed

build.com will not add correct reference to net45 project #44

troydai opened this issue Mar 7, 2014 · 1 comment

Comments

@troydai
Copy link
Contributor

troydai commented Mar 7, 2014

I have a following reference in project.json

{
  "version" : "0.1-alpha-*",
  "dependencies": {
    "System.Net.Http": "",
    "Xunit": "1.9.1",
    "xunit.extensions": "1.9.1"
  },
  "configurations": {
    "net45": { }
  }
}

Though the build process is successful, the new generated net45 csproj doesn't contain a reference to the System.Net.Http,

@davidfowl
Copy link
Member

File this under Universe as that's where the project generation logic is.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants