Remove trailling semicolon in test project.json

This commit is contained in:
N. Taylor Mullen 2015-03-05 00:37:27 -08:00
parent a67ed25586
commit be747a63ed
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@
"test": "xunit.runner.kre"
},
"frameworks": {
"aspnet50": { },
"aspnet50": { }
}
}