Skip to content

Commit

Permalink
fix(vsix): Adjust bootstrapper and AppDesignFolder
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Dec 16, 2022
1 parent fe3516d commit 93081a3
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
$if$($UseWebAssemblyManifestJson$ == True)<WasmPWAManifestFile>Platforms\WebAssembly\manifest.webmanifest</WasmPWAManifestFile>$endif$

<UnoSingleLocationProject>true</UnoSingleLocationProject>

<AppDesignerFolder>Platforms\WebAssembly\Properties</AppDesignerFolder>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Debug'">
Expand Down Expand Up @@ -58,8 +60,8 @@
<PackageReference Include="Uno.WinUI.WebAssembly" Version="4.7.0-dev.417" />
<PackageReference Include="Uno.WinUI.RemoteControl" Version="4.7.0-dev.417" Condition="'$(Configuration)'=='Debug'" />
<PackageReference Include="Uno.UI.Adapter.Microsoft.Extensions.Logging" Version="4.7.0-dev.417" />
<PackageReference Include="Uno.Wasm.Bootstrap" Version="7.0.3" />
<PackageReference Include="Uno.Wasm.Bootstrap.DevServer" Version="7.0.3" />
<PackageReference Include="Uno.Wasm.Bootstrap" Version="7.0.11" />
<PackageReference Include="Uno.Wasm.Bootstrap.DevServer" Version="7.0.11" />
<PackageReference Include="Uno.WinUI.Lottie" Version="4.5.9" />
</ItemGroup>
</Project>

0 comments on commit 93081a3

Please sign in to comment.