Fix bad updates

This commit is contained in:
Piotr Puszkiewicz 2017-03-02 20:09:37 -08:00
parent c56ef29300
commit d847963ab7
4 changed files with 7 additions and 13 deletions

View file

@ -9,8 +9,7 @@
<PackageReference Include="Microsoft.NETCore.App" Version="1.0.3" />
</ItemGroup>
<ItemGroup>
<DotNetCliToolReference Include="dotnet-dependency-tool-invoker" Version="1.0.0-*</Version>
</DotNetCliToolReference>
<DotNetCliToolReference Include="dotnet-dependency-tool-invoker" Version="1.0.0-*" />
</ItemGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>