Skip to content

Commit

Permalink
winappsdk 1.1.1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
rocksdanister committed Jun 17, 2022
1 parent f69a77b commit 2e68a2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Lively/Lively.UI.WinUI/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" />
<ResourceDictionary Source="ms-appx:///SettingsUI/Themes/SettingsUI.xaml" />
<ResourceDictionary Source="ms-appx:///SettingsUI/Themes/Generic.xaml" />
<!-- Other merged dictionaries here -->
</ResourceDictionary.MergedDictionaries>
<!-- Other app resources here -->
Expand Down
8 changes: 4 additions & 4 deletions src/Lively/Lively.UI.WinUI/Lively.UI.WinUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
<PackageReference Include="Microsoft.Toolkit.Mvvm" Version="7.1.2" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.1.0" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22000.197" />
<PackageReference Include="NLog" Version="5.0.0" />
<PackageReference Include="SettingsUI" Version="2.0.6" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.1.1" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.1" />
<PackageReference Include="NLog" Version="5.0.1" />
<PackageReference Include="SettingsUI" Version="2.1.1" />
<PackageReference Include="WinUIEx" Version="1.5.0" />
<Manifest Include="$(ApplicationManifest)" />
</ItemGroup>
Expand Down

0 comments on commit 2e68a2a

Please sign in to comment.