Skip to content
Open
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
14 changes: 7 additions & 7 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<!-- Production dependencies -->
<PackageVersion Include="Markdig" Version="1.3.2" />
<PackageVersion Include="LibGit2Sharp" Version="0.31.0" />
<PackageVersion Include="LibGit2Sharp" Version="0.32.0" />
<!-- DPAPI for the GitHub OAuth token at rest (PoC-5). Windows-only at runtime (throws
PlatformNotSupportedException elsewhere); builds cross-platform, guarded by [Platform] tests. -->
<PackageVersion Include="System.Security.Cryptography.ProtectedData" Version="10.0.10" />
Expand All @@ -23,8 +23,8 @@
build-time license key, unlike ImageSharp 4.x). The base package carries the Windows and
macOS native binaries; the Linux .so for CI test runs is added on the test project via
SkiaSharp.NativeAssets.Linux.NoDependencies (no fontconfig needed — we never render text). -->
<PackageVersion Include="SkiaSharp" Version="4.150.1" />
<PackageVersion Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="4.150.1" />
<PackageVersion Include="SkiaSharp" Version="4.151.0" />
<PackageVersion Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="4.151.0" />

<!-- Logging: the Microsoft.Extensions.Logging abstraction backed by Serilog (rolling file).
The Abstractions package is referenced directly by the library projects (e.g. SpecDesk.Ai). -->
Expand All @@ -38,17 +38,17 @@
<!-- AI agent chat (PoC-8): the official Copilot SDK powers the signed-in runtime chat. The
Microsoft Agent Framework packages remain for the provider-neutral/offline adapter tests.
Abstractions is pinned to the Agent Framework's own floor to avoid a CPM conflict. -->
<PackageVersion Include="Microsoft.Agents.AI" Version="1.13.0" />
<PackageVersion Include="Microsoft.Extensions.AI.Abstractions" Version="10.8.0" />
<PackageVersion Include="GitHub.Copilot.SDK" Version="1.0.7" />
<PackageVersion Include="Microsoft.Agents.AI" Version="1.16.0" />
<PackageVersion Include="Microsoft.Extensions.AI.Abstractions" Version="10.8.3" />
<PackageVersion Include="GitHub.Copilot.SDK" Version="1.0.8" />

<!-- Test stack -->
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.8.1" />
<PackageVersion Include="NUnit" Version="4.6.1" />
<PackageVersion Include="NUnit3TestAdapter" Version="6.2.0" />
<!-- Property-based testing for the F# domain (Toml/Slug/Lifecycle/AstDiff). Dev-only, referenced
from the F# test projects; runs under the existing NUnit runner via Check.QuickThrowOnFailure. -->
<PackageVersion Include="FsCheck" Version="3.3.3" />
<PackageVersion Include="FsCheck" Version="3.3.4" />

<!-- Performance harness (bench/). BenchmarkDotNet drives the Markdown reparse + AST-diff
micro-benchmarks on large synthetic documents. Dev/nightly-only: referenced solely by the
Expand Down
Loading