Fixed indenting in project.json

This commit is contained in:
Kyle Spearrin 2016-08-08 23:53:14 -04:00
parent 08d5c36f16
commit 2e8789831f
1 changed files with 7 additions and 7 deletions

View File

@ -16,14 +16,14 @@
},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"type": "platform"
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0",
"type": "platform"
}
}
}
}
}
},
"buildOptions": {