mirror of https://github.com/Squidex/squidex.git
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.
35 lines
736 B
35 lines
736 B
{
|
|
"buildOptions": {
|
|
"copyToOutput": {
|
|
"include": [
|
|
"xunit.runner.json"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"FluentAssertions": "4.15.0",
|
|
"dotnet-test-xunit": "2.2.0-preview2-build1029",
|
|
"Moq": "4.6.38-alpha",
|
|
"Squidex.Core": "1.0.0-*",
|
|
"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"
|
|
},
|
|
"tools": {
|
|
"Microsoft.DotNet.Watcher.Tools": "1.0.0-preview2-final"
|
|
},
|
|
"version": "1.0.0-*"
|
|
}
|