Skip to content

Instantly share code, notes, and snippets.

@hudsonmendes
Created April 4, 2017 20:48
Show Gist options
  • Save hudsonmendes/291ac819d1215953b59f8250d311b5ac to your computer and use it in GitHub Desktop.
Save hudsonmendes/291ac819d1215953b59f8250d311b5ac to your computer and use it in GitHub Desktop.
project.json (V1)
{
"version": "1.0.0-*",
"buildOptions": {
"debugType": "portable"
},
"dependencies": {
"System.Runtime.Serialization.Primitives": "4.3.0",
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-build10015"
},
"testRunner": "xunit",
"frameworks": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.1.0"
}
},
"imports": [
"dotnet5.4",
"portable-net451+win8"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment