Downgrading tool to netcoreapp1.0

This commit is contained in:
Pranav K 2016-10-13 14:12:52 -07:00
parent 8a057d5491
commit d449e87795
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@
} }
}, },
"frameworks": { "frameworks": {
"netcoreapp1.1": {} "netcoreapp1.0": {}
} }
} }