Skip to content

Commit

Permalink
No fancy things needed
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Jul 20, 2020
1 parent 692c54a commit bc0a6a7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.1.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Filter" Version="1.1.1" />
<PackageReference Include="Uno.UI" Version="2.4.4" />
</ItemGroup>
<!-- workaround for https://github.com/unoplatform/Uno.Wasm.Bootstrap/issues/253 -->
<ItemGroup Condition=" '$(WasmShellForceDisableWSL)' != 'true' ">
<PackageReference Include="Uno.Wasm.Bootstrap" Version="1.4.0-dev.7" />
<PackageReference Include="Uno.Wasm.Bootstrap.DevServer" Version="1.4.0-dev.7" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.1.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Filter" Version="1.1.1" />
<PackageReference Include="Uno.UI" Version="2.4.4" />
</ItemGroup>
<!-- workaround for https://github.com/unoplatform/Uno.Wasm.Bootstrap/issues/253 -->
<ItemGroup Condition=" '$(WasmShellForceDisableWSL)' != 'true' ">
<PackageReference Include="Uno.Wasm.Bootstrap" Version="1.4.0-dev.7" />
<PackageReference Include="Uno.Wasm.Bootstrap.DevServer" Version="1.4.0-dev.7" />
</ItemGroup>
Expand Down

0 comments on commit bc0a6a7

Please sign in to comment.