Skip to content
This repository was archived by the owner on Nov 7, 2018. It is now read-only.

Commit

Permalink
Revert "Remove portable framework assemblies from nupkg dependencies"
Browse files Browse the repository at this point in the history
This reverts commit a54d451.
  • Loading branch information
bricelam committed Oct 18, 2014
1 parent a54d451 commit 485ca01
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions src/Microsoft.Framework.OptionsModel/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,17 @@
},
".NETPortable,Version=v4.6,Profile=Profile151": {
"frameworkAssemblies": {
"System.Collections": { "version": "", "type": "build" },
"System.Collections.Concurrent": { "version": "", "type": "build" },
"System.ComponentModel": { "version": "", "type": "build" },
"System.Diagnostics.Debug": { "version": "", "type": "build" },
"System.Diagnostics.Tools": { "version": "", "type": "build" },
"System.Globalization": { "version": "", "type": "build" },
"System.Linq": { "version": "", "type": "build" },
"System.Linq.Expressions": { "version": "", "type": "build" },
"System.Reflection": { "version": "", "type": "build" },
"System.Resources.ResourceManager": { "version": "", "type": "build" },
"System.Runtime": { "version": "", "type": "build" },
"System.Runtime.Extensions": { "version": "", "type": "build" },
"System.Runtime.InteropServices": { "version": "", "type": "build" },
"System.Threading": { "version": "", "type": "build" },
"System.Threading.Tasks": { "version": "", "type": "build" }
"System.Collections": "",
"System.Collections.Concurrent": "",
"System.ComponentModel": "",
"System.Diagnostics.Debug": "",
"System.Diagnostics.Tools": "",
"System.Linq": "",
"System.Reflection": "",
"System.Runtime": "",
"System.Runtime.InteropServices": "",
"System.Threading": "",
"System.Threading.Tasks": ""
}
}
}
Expand Down

0 comments on commit 485ca01

Please sign in to comment.