Skip to content

Commit

Permalink
Merge pull request unoplatform#13962 from TopProgrammer77/RemoteControl
Browse files Browse the repository at this point in the history
fix: fix the build error of RemoteControl.Wasm
  • Loading branch information
jeromelaban authored Oct 13, 2023
2 parents 22c8e1d + 257322c commit 5e1abb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.UI.RemoteControl/Uno.UI.RemoteControl.Wasm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

<PropertyGroup>
<_OverrideTargetFramework>$(TargetFramework)</_OverrideTargetFramework>
<_TargetNugetFolder>$$(NuGetPackageRoot)\$(PackageId)\$(UnoNugetOverrideVersion)\uno-runtime\$(UnoRuntimeIdentifier.ToLowerInvariant())</_TargetNugetFolder>
<_TargetNugetFolder>$(NuGetPackageRoot)\$(PackageId)\$(UnoNugetOverrideVersion)\uno-runtime\$(UnoRuntimeIdentifier.ToLowerInvariant())</_TargetNugetFolder>
</PropertyGroup>
<ItemGroup>
<_OutputFiles Include="$(TargetDir)**" />
Expand Down

0 comments on commit 5e1abb0

Please sign in to comment.