Headless CMS and Content Managment Hub
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

33 lines
674 B

{
"buildOptions": {
"copyToOutput": {
"include": [
"xunit.runner.json"
]
}
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-preview2-build1029",
"Moq": "4.6.38-alpha",
"Squidex.Infrastructure": "1.0.0-*",
"xunit": "2.2.0-beta3-build3402"
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.1"
}
}
}
},
"testRunner": "xunit",
"tooling": {
"defaultNamespace": "Squidex.Core.Tests"
},
"tools": {
"Microsoft.DotNet.Watcher.Tools": "1.0.0-preview2-final"
},
"version": "1.0.0-*"
}