aspnet / Coherence

A build that verifies that all the packages form a consistent graph.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update TFMs of our samples and test apps from netcoreapp1.0 to netcoreapp1.1

halter73 opened this issue · comments

@DamianEdwards explains "Just because the outer-most package Microsoft.NETCore.App still only lists netcoreapp1.0 (which I agree is confusing) doesn’t mean there aren’t packages further down in the graph that target netcoreapp1.1 specifically. You’ll need to target netcoreapp1.1 in applications to ensure you get the right closure all the way down."

Would templates also need to be updated? cc @phenning

We figured this doesn't work for tools - dotnet \ NuGet assumes tools at most target netcoreapp1.0. The plan is to update samples and test applications for this release to target netcoreapp1.1.