Skip to content

Instantly share code, notes, and snippets.

@bcnzer
Created January 2, 2017 00:03
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 bcnzer/7063ef232a3823d9468734ba1b5f3b19 to your computer and use it in GitHub Desktop.
Save bcnzer/7063ef232a3823d9468734ba1b5f3b19 to your computer and use it in GitHub Desktop.
project.json with Moq
{
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.AspNetCore.TestHost": "1.0.0",
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0"
},
"Moq": "4.6.38-alpha",
"Newtonsoft.Json": "9.0.1",
"System.Diagnostics.TraceSource": "4.0.0",
"System.Net.Http": "4.1.0",
"TestingControllersSample": "1.0.0",
"xunit": "2.1.0"
},
"frameworks": {
"netcoreapp1.1": {
"imports": [
"dnxcore50",
"portable-net451+win8"
]
}
},
"testRunner": "xunit"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment