Merge pull request #2133 from dotnet/Petermarcu-patch-1

Update new template to remove imports
This commit is contained in:
Peter Marcu 2016-03-30 14:48:03 -07:00
commit 2a915f4e8c

View file

@ -10,11 +10,6 @@
}
},
"frameworks": {
"netstandard1.5": {
"imports": [
"portable-net45+win8",
"dnxcore50"
]
}
"netstandard1.5": {}
}
}