Skip to content

Commit fd8ead4

Browse files
authored
Merge pull request #428 from mortend/disasm
Uno.Disasm: fix project reference
2 parents 673cfbb + 7b6c329 commit fd8ead4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/disasm/core/Uno.Disasm.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@
9999
<Project>{B819B724-1A1F-458E-A4AF-4A5BB330C2C4}</Project>
100100
<Name>Uno.Compiler.API</Name>
101101
</ProjectReference>
102-
<ProjectReference Include="..\..\tool\cli\Uno.CLI.csproj">
102+
<ProjectReference Include="..\..\tool\cli\uno.csproj">
103103
<Project>{5813CAEE-0804-45C2-A0C7-E30720EFBB45}</Project>
104-
<Name>Uno.CLI</Name>
104+
<Name>uno</Name>
105105
</ProjectReference>
106106
</ItemGroup>
107107
<ItemGroup>

0 commit comments

Comments
 (0)