Fixing the tools item name in csproj. Nuget used a different one then was originally at the spec.
This commit is contained in:
parent
6ad5a185cb
commit
bfc1f82d68
4 changed files with 5 additions and 5 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue