Merge pull request #5227 from livarcocc/update_cli_no_implicit

Updating our projects and test assets to work with the latest SDK.
This commit is contained in:
Livar 2017-01-05 23:04:17 -08:00 committed by GitHub
commit b5991909fb
63 changed files with 37 additions and 306 deletions

View file

@ -8,10 +8,6 @@
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">$(PackageTargetFallback);dnxcore50;portable-net45+win8</PackageTargetFallback>
</PropertyGroup>
<ItemGroup>
<Compile Include="**\*.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Microsoft.DotNet.Tools.Tests.Utilities\Microsoft.DotNet.Tools.Tests.Utilities.csproj" />
<ProjectReference Include="..\..\src\dotnet\dotnet.csproj" />