-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
48 lines (48 loc) · 2.57 KB
/
Copy pathDirectory.Packages.props
File metadata and controls
48 lines (48 loc) · 2.57 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
44
45
46
47
48
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<!-- Spectre.Console -->
<PackageVersion Include="Spectre.Console" Version="0.57.0" />
<PackageVersion Include="Spectre.Console.Ansi" Version="0.57.0" />
<PackageVersion Include="Spectre.Console.Cli" Version="0.55.0" />
<!-- Microsoft.Extensions -->
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="10.0.12" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.12" />
<!-- Git and GitHub -->
<PackageVersion Include="Octokit" Version="14.0.0" />
<!-- Diff and Merge -->
<PackageVersion Include="DiffPlex" Version="1.9.0" />
<!-- Image Processing -->
<PackageVersion Include="SixLabors.ImageSharp" Version="3.1.12" />
<!-- Serialization -->
<PackageVersion Include="YamlDotNet" Version="18.1.0" />
<!-- Hardware Monitoring -->
<PackageVersion Include="LibreHardwareMonitorLib" Version="0.9.6" />
<!-- Utilities -->
<PackageVersion Include="Humanizer.Core" Version="3.0.10" />
<!-- ktsu packages -->
<PackageVersion Include="ktsu.IntervalAction" Version="1.4.1" />
<PackageVersion Include="ktsu.AppDataStorage" Version="1.17.8" />
<PackageVersion Include="ktsu.Coder" Version="3.17.0" />
<PackageVersion Include="ktsu.Extensions" Version="1.6.18" />
<PackageVersion Include="ktsu.GitIntegration" Version="3.3.0" />
<PackageVersion Include="ktsu.RunCommand" Version="1.6.0" />
<PackageVersion Include="ktsu.Frontmatter" Version="1.2.37" />
<PackageVersion Include="ktsu.TextFilter" Version="1.7.1" />
<PackageVersion Include="ktsu.Semantics.Paths" Version="5.7.0" />
<PackageVersion Include="ktsu.Semantics.Strings" Version="5.7.0" />
<PackageVersion Include="ktsu.CredentialCache" Version="1.3.52" />
<!-- SDK-required packages -->
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="10.0.401" />
<PackageVersion Include="Microsoft.SourceLink.AzureRepos.Git" Version="10.0.401" />
<PackageVersion Include="Polyfill" Version="11.4.0" />
<!-- Testing -->
<!-- MSTest.TestAdapter, MSTest.TestFramework and Microsoft.Testing.Extensions.CodeCoverage
are supplied by MSTest.Sdk (pinned in global.json). Declaring them here as well makes
NuGet fail restore with NU1506 (duplicate PackageVersion items). -->
<PackageVersion Include="Moq" Version="4.21.0" />
<PackageVersion Include="FluentAssertions" Version="8.11.0" />
</ItemGroup>
</Project>