Skip to content

Instantly share code, notes, and snippets.

@gdyrrahitis
Created July 13, 2018 20:45
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 gdyrrahitis/c723233d741cc7c68f4f4eaf0a10e676 to your computer and use it in GitHub Desktop.
Save gdyrrahitis/c723233d741cc7c68f4f4eaf0a10e676 to your computer and use it in GitHub Desktop.
{
"version": "1.0.0-*",
"dependencies": {
"dotnet-test-nunit": "3.4.0-beta-3",
"NETStandard.Library": "1.6.0",
"NUnit": "3.5.0"
},
"testRunner": "nunit",
"tools": {
"Microsoft.DotNet.Watcher.Tools": "1.0.0-preview2-final"
},
"frameworks": {
"netcoreapp1.0": {
"imports": "portable-net45+win8",
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"type": "platform"
},
"Geometry": "1.0.0-*"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment