Skip to content

Instantly share code, notes, and snippets.

@pldmgg
Created August 30, 2017 10:55
Show Gist options
  • Save pldmgg/6d343a25e2bfe5f0b66e04ee060740ab to your computer and use it in GitHub Desktop.
Save pldmgg/6d343a25e2bfe5f0b66e04ee060740ab to your computer and use it in GitHub Desktop.
OpenScrapingProject project.json
{
"version": 3,
"frameworks": {
"netcoreapp2.0": {
"dependencies": {
"OpenScraping": "1.0.1",
"Newtonsoft.Json": "10.0.3",
"System.Runtime": "4.3.0"
}
}
},
"tools": {
"Dotnet.Script": {
"version": "0.12.1-beta",
"imports": [
"netcoreapp2.0"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment