AspNetCore.Docs/aspnet/testing/integration-testing/sample/global.json

7 lines
84 B
JSON
Raw Normal View History

2015-10-21 22:34:11 +08:00
{
"projects": [ "src", "test" ],
"sdk": {
"version": "1.0.0-beta8"
}
}