Skip to content

Instantly share code, notes, and snippets.

@tugberkugurlu
Forked from jchannon/project . json
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tugberkugurlu/346fe27f9823b0945c37 to your computer and use it in GitHub Desktop.
Save tugberkugurlu/346fe27f9823b0945c37 to your computer and use it in GitHub Desktop.
"dependencies": {
"Microsoft.Composition": "1.0.30" -- Is this nuget dependencies for all frameworks? (yes)
},
"frameworks": {
"dnx451": {
"dependencies": { -- Is this nuget just for dnx451? (yes)
"Blah"
},
"frameworkAssemblies": {
"System.Globalization": "", --This is GAC for dnx451? (yes)
}
},
"dnxcore50": { -- DNXCore doesn't have frameworkAssemblies I believe (Yes)
"dependencies": {
"System.IO.FileSystem.Watcher": "4.0.0-beta-22605", -- Is this nuget just for dnx50? (it's for dnxcore50)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment