Updating tests to reflect msbuild projects running without project.json.

This commit is contained in:
Livar Cunha 2016-09-27 15:38:59 -07:00
parent 2bbef9328b
commit c41b35f06f
5 changed files with 12 additions and 9 deletions

View file

@ -5,7 +5,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp1.0</TargetFrameworks>
<OutputPath>bin\$(Configuration)\netcoreapp1.0</OutputPath>
<OutputPath>bin\$(Configuration)</OutputPath>
</PropertyGroup>
<ItemGroup>