Fixing the tools item name in csproj. Nuget used a different one then was originally at the spec.

This commit is contained in:
Livar Cunha 2016-10-05 15:27:30 -07:00
parent 6ad5a185cb
commit bfc1f82d68
4 changed files with 5 additions and 5 deletions

View file

@ -22,9 +22,9 @@
</ItemGroup>
<ItemGroup>
<DotNetCliToolsReference Include="dotnet-portable">
<DotNetCliToolReference Include="dotnet-portable">
<Version>1.0.0</Version>
</DotNetCliToolsReference>
</DotNetCliToolReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Microsoft.CSharp.targets" />