Making the tool name comparison with the package case insensitive, so that tools are not required to be declared with the exact casing as the packages that contain them.

This commit is contained in:
Livar Cunha 2017-02-15 11:33:59 -08:00
parent 4634d0e120
commit 8d38a2a67f
3 changed files with 42 additions and 15 deletions

View file

@ -13,6 +13,9 @@
<DotNetCliToolReference Include="dotnet-portable">
<Version>1.0.0</Version>
</DotNetCliToolReference>
<DotNetCliToolReference Include="dotnet-PreferCliRuntime">
<Version>1.0.0</Version>
</DotNetCliToolReference>
</ItemGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>