forked from Tacodiva/Motely
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
43 lines (43 loc) · 2.91 KB
/
Copy pathDirectory.Packages.props
File metadata and controls
43 lines (43 loc) · 2.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<MotelyVersion>25.0.0</MotelyVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors>$(WarningsAsErrors);NU1603</WarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Bootsharp" Version="0.9.0" />
<PackageVersion Include="Bootsharp.Common" Version="0.9.0" />
<PackageVersion Include="Bootsharp.Inject" Version="0.9.0" />
<!-- rewaffle feed latest as of 2026-07-23; pin must match what OptimusPi can see -->
<PackageVersion Include="Bootsharp.FileSystem" Version="2026.4.30.1559" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="10.0.5" />
<PackageVersion Include="McMaster.Extensions.CommandLineUtils" Version="5.0.1" />
<PackageVersion Include="DuckDB.NET.Data.Full" Version="1.5.3" />
<PackageVersion Include="SixLabors.ImageSharp" Version="3.1.12" />
<PackageVersion Include="Terminal.Gui" Version="2.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly" Version="10.0.5" />
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="10.0.5" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
<PackageVersion Include="xunit" Version="2.9.3" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
<PackageVersion Include="coverlet.collector" Version="8.0.1" />
<PackageVersion Include="Verify.Xunit" Version="28.6.0" />
<PackageVersion Include="Verify.DiffPlex" Version="3.1.2" />
<PackageVersion Include="JetBrains.Annotations" Version="2025.2.4" />
<!-- Motely.Generators. Referenced at the floor, not the SDK's Roslyn: this DLL loads into
whatever Roslyn the host carries, and Rider/VS ship their own on their own schedule. -->
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" />
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="10.0.5" />
<!-- Direct pin lifts the Swashbuckle transitive past GHSA-v5pm-xwqc-g5wc (2.4.1 audit break). -->
<PackageVersion Include="Microsoft.OpenApi" Version="2.9.0" />
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.5" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.5" />
<PackageVersion Include="Microsoft.Extensions.Options" Version="10.0.5" />
<PackageVersion Include="Swashbuckle.AspNetCore" Version="10.1.7" />
<!-- Motely.Mcp (added 2026-06-28) — VERIFY ModelContextProtocol version with `dotnet restore` and bump to latest preview if it fails. -->
<PackageVersion Include="ModelContextProtocol" Version="0.3.0-preview.3" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="10.0.5" />
</ItemGroup>
</Project>