Skip to content

Commit

Permalink
[App -> All] Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogFeelings committed Sep 5, 2024
1 parent c28f3db commit ea497ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
5 changes: 3 additions & 2 deletions Source/Bluechirp.Library/Bluechirp.Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@
<UseWinUI>true</UseWinUI>
<UseRidGraph>true</UseRidGraph>
<SupportedOSPlatformVersion>10.0.20348.0</SupportedOSPlatformVersion>
<WindowsSdkPackageVersion>10.0.22621.38</WindowsSdkPackageVersion>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.0" />
<PackageReference Include="Mastonet" Version="3.1.1" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240802000" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240829007" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1" />
</ItemGroup>
</Project>
11 changes: 6 additions & 5 deletions Source/Bluechirp/Bluechirp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<PackageCertificateThumbprint>8CFA06D7348A95A9E98CEEC2BDF400820F1E340D</PackageCertificateThumbprint>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<SupportedOSPlatformVersion>10.0.20348.0</SupportedOSPlatformVersion>
<WindowsSdkPackageVersion>10.0.22621.38</WindowsSdkPackageVersion>
<UseRidGraph>true</UseRidGraph>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down Expand Up @@ -42,13 +43,13 @@
<ItemGroup>
<PackageReference Include="AnalogFeelings.Matcha" Version="2.1.0" />
<PackageReference Include="AngleSharp" Version="1.1.2" />
<PackageReference Include="CommunityToolkit.WinUI.Controls.Primitives" Version="8.0.240109" />
<PackageReference Include="CommunityToolkit.WinUI.Controls.SettingsControls" Version="8.0.240109" />
<PackageReference Include="CommunityToolkit.WinUI.Converters" Version="8.0.240109" />
<PackageReference Include="CommunityToolkit.WinUI.Extensions" Version="8.0.240109" />
<PackageReference Include="CommunityToolkit.WinUI.Controls.Primitives" Version="8.1.240821" />
<PackageReference Include="CommunityToolkit.WinUI.Controls.SettingsControls" Version="8.1.240821" />
<PackageReference Include="CommunityToolkit.WinUI.Converters" Version="8.1.240821" />
<PackageReference Include="CommunityToolkit.WinUI.Extensions" Version="8.1.240821" />
<PackageReference Include="Mastonet" Version="3.1.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240802000" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240829007" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1" />
<PackageReference Include="WinUIEx" Version="2.3.4" />
<Manifest Include="$(ApplicationManifest)" />
Expand Down

0 comments on commit ea497ce

Please sign in to comment.