-
-
Save tugberkugurlu/346fe27f9823b0945c37 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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