mirror of https://github.com/abpframework/abp
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.
23 lines
453 B
23 lines
453 B
{
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "2.2.0-preview2-build1029",
|
|
"NSubstitute": "2.0.0-rc",
|
|
"Shouldly": "2.8.2",
|
|
"xunit": "2.2.0-beta4-build3444",
|
|
"xunit.extensibility.execution": "2.2.0-beta4-build3444"
|
|
},
|
|
|
|
"frameworks": {
|
|
"netcoreapp1.1": {
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.1.0"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|