Skip to content

Commit

Permalink
feat: Add Uno.UI package to UWP in templates
Browse files Browse the repository at this point in the history
chore: Whitespace
  • Loading branch information
MartinZikmund committed Jun 6, 2020
1 parent a2e08f0 commit 377612d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
<DefineConstants>$(DefineConstants);__WASM__</DefineConstants>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)'=='xamarinios10' or '$(TargetFramework)'=='MonoAndroid90' or '$(TargetFramework)'=='monoandroid10.0' or '$(TargetFramework)'=='netstandard2.0'">
<PackageReference Include="Uno.UI" Version="2.2.0" />
</ItemGroup>

<PackageReference Include="Uno.UI" Version="2.2.0" />

<ItemGroup>
<Page Include="**\*.xaml" Exclude="bin\**\*.xaml;obj\**\*.xaml" />
<Compile Update="**\*.xaml.cs">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
-->
<Version>6.2.2</Version>
</PackageReference>
<PackageReference Include="Uno.Core" Version="2.0.0" />
<PackageReference Include="Uno.UI" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.1.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Filter" Version="1.1.1" />
<PackageReference Include="Uno.Core" Version="2.0.0" />
</ItemGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down

0 comments on commit 377612d

Please sign in to comment.