mistakenly tabbed unit test project.json

This commit is contained in:
jtaubensee 2016-11-15 11:34:29 -08:00
Родитель bbe81e5cc7
Коммит f7301a0063
1 изменённых файлов: 23 добавлений и 23 удалений

Просмотреть файл

@ -1,25 +1,25 @@
{
"version": "1.0.0",
"testRunner": "xunit",
"dependencies": {
"Microsoft.Azure.ServiceBus": {
"target": "project"
},
"xunit": "2.2.0-beta2-build3300",
"dotnet-test-xunit": "2.2.0-preview2-build1029"
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0"
}
},
"imports": [
"dnxcore50",
"portable-net45+win8"
]
}
}
"version": "1.0.0",
"testRunner": "xunit",
"dependencies": {
"Microsoft.Azure.ServiceBus": {
"target": "project"
},
"xunit": "2.2.0-beta2-build3300",
"dotnet-test-xunit": "2.2.0-preview2-build1029"
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0"
}
},
"imports": [
"dnxcore50",
"portable-net45+win8"
]
}
}
}