DotNetCore 1.1 project.json升级到DotNetCore 2.0的csproj的遗留问题

<NetStandardImplicitPackageVersion>1.6.0</NetStandardImplicitPackageVersion>

   <RuntimeFrameworkVersion>1.1.1</RuntimeFrameworkVersion>
 <PackageTargetFallback>$(PackageTargetFallback);dnxcore50</PackageTargetFallback>
都可以删掉

起因:https://github.com/dotnet/dotnet-docker/issues/281

libuv的问题能否解决还要再试试完全升级到2.0后有没有问题。