Testing out a theory that setting the output path will solve this problem.

This commit is contained in:
Livar Cunha 2016-09-30 15:52:22 -07:00
parent 27b5abfc36
commit 5f3da6428d
2 changed files with 2 additions and 0 deletions

View file

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

View file

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