Skip to content

Instantly share code, notes, and snippets.

@carolynvs
Last active August 29, 2015 14:26
Show Gist options
  • Save carolynvs/d196079e41eff0818c91 to your computer and use it in GitHub Desktop.
Save carolynvs/d196079e41eff0818c91 to your computer and use it in GitHub Desktop.
nuget wildcard
{
"dependencies":
{
"Newtonsoft.Json": "6.*",
"Microsoft.AspNet.Mvc": "6.0.0-*"
},
"frameworks":
{
"net45": {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment