Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
<ItemGroup>
<!-- App (MAUI) -->
<PackageVersion Include="Microsoft.Maui.Controls" Version="10.0.80" />
<PackageVersion Include="Microsoft.Extensions.Logging.Debug" Version="10.0.9" />
<PackageVersion Include="CommunityToolkit.Maui" Version="14.2.0" />
<PackageVersion Include="Microsoft.Extensions.Logging.Debug" Version="10.0.10" />
<PackageVersion Include="CommunityToolkit.Maui" Version="14.2.2" />

<!-- CLI. The GA 2.0 line replaced the beta4 SetHandler API with SetAction +
ParseResult; Program.cs's Build().Parse(args).InvokeAsync() is GA-shaped. -->
<PackageVersion Include="System.CommandLine" Version="2.0.9" />
<PackageVersion Include="System.CommandLine" Version="2.0.10" />

<!-- JavaScript plugin runtime. Jint is a pure-managed ES interpreter (no native deps),
so it works across every MAUI target (android/ios/maccatalyst/windows) and the CLI
alike, unlike V8-based engines that ship platform-specific natives. -->
<PackageVersion Include="Jint" Version="4.11.0" />
<PackageVersion Include="Jint" Version="4.13.0" />

<!-- Transitive override (NOT a CUE4Parse mirror — Dependabot SHOULD keep this current):
CUE4Parse references Microsoft.Bcl.Memory 9.0.0, which has a known vulnerability
Expand All @@ -39,7 +39,7 @@

<!-- Tests -->
<PackageVersion Include="coverlet.collector" Version="10.0.1" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.7.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.8.1" />
<PackageVersion Include="xunit" Version="2.9.3" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
</ItemGroup>
Expand Down