Skip to content

Instantly share code, notes, and snippets.

@triangular-sneaky
Last active April 29, 2017 05:12
Show Gist options
  • Save triangular-sneaky/608cd2a30f92dabfbfb2255b221b479e to your computer and use it in GitHub Desktop.
Save triangular-sneaky/608cd2a30f92dabfbfb2255b221b479e to your computer and use it in GitHub Desktop.
project.json for nspec
{
"version": "1.0.0-*",
"testRunner": "nspec",
"dependencies": {
"dotnet-test-nspec": "0.2.1",
"FluentAssertions": "4.19.2",
"Humanizer.Core": "2.1.0",
"Microsoft.Extensions.Testing.Abstractions":
"1.0.0-preview2-003121",
"System.Reactive": "3.1.1",
"UriBuilder.Fluent": "1.3.0",
"Microsoft.Extensions.Configuration.Binder":
"1.1.1",
"Microsoft.Extensions.Configuration.EnvironmentVariables":
"1.1.1",
"Microsoft.Extensions.Configuration.Json":
"1.1.1",
"NSpec": "3.0.7"
},
"frameworks": {
"netcoreapp1.0": {
"imports": [
"portable-net45+win8"
],
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.1.1"
}
}
}
},
"buildOptions": {
"debugType": "portable",
"embed": [ "testdata" ],
"copyToOutput": [ "appsettings*" ]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment