Skip to content

Commit

Permalink
Fixed issue with Uno WIndows Toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmailHassani committed Mar 20, 2021
1 parent 709d5ab commit d86ae01
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/ISynergy.Framework.UI/Controls/BladeView/BladeView.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Microsoft.Toolkit.Uwp.UI;
using Microsoft.Toolkit.Uwp.UI.Extensions;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
Expand Down
11 changes: 9 additions & 2 deletions src/ISynergy.Framework.UI/ISynergy.Framework.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,20 @@

<ItemGroup>
<PackageReference Include="Uno.Core" Version="2.3.0" />
<PackageReference Include="Uno.UI" Version="3.6.0-dev.529" />
<PackageReference Include="Uno.UI" Version="3.6.0-dev.555" />
<PackageReference Include="Uno.Microsoft.Xaml.Behaviors.Uwp.Managed" Version="2.0.2-uno.81" />
<PackageReference Include="Uno.Microsoft.Toolkit.Uwp.UI.Controls" Version="6.1.0-build.207.gcac670e618" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'uap10.0.18362' or '$(TargetFramework)' == 'uap10.0.19041'">
<PackageReference Include="Microsoft.Toolkit.Uwp.UI.Controls" Version="7.0.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'net5.0'">
<PackageReference Include="Uno.Microsoft.Toolkit.Uwp.UI.Controls" Version="7.0.0-build.2.g0136fc104d" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\ISynergy.Framework.Core\ISynergy.Framework.Core.csproj" />
<ProjectReference Include="..\ISynergy.Framework.Mvvm\ISynergy.Framework.Mvvm.csproj" />
Expand Down

0 comments on commit d86ae01

Please sign in to comment.