-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
37 lines (33 loc) · 1.57 KB
/
Directory.Packages.props
File metadata and controls
37 lines (33 loc) · 1.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
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<Import Project="eng/targets/compiler/Packages.props" />
<Import Project="eng/targets/reproducible/Packages.props" />
<Import Project="eng/targets/versioning/Packages.props" />
<Import Project="eng/targets/tests/Packages.props" />
<Import Project="eng/targets/codeanalysis/Packages.props" />
<ItemGroup Label="Public APIs">
<!--
These items impact our compatibility with SDK versions, so follow
to strike a balance between compatibility and modernity.
-->
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.7.2" />
</ItemGroup>
<ItemGroup>
<PackageVersion Include="BenchmarkDotNet" Version="0.14.0" />
<PackageVersion Include="CliWrap" Version="3.6.6" />
<PackageVersion Include="Cocona" Version="2.2.0" />
<PackageVersion Include="DiffPlex" Version="1.7.2" />
<PackageVersion Include="GetPackFromProject" Version="1.0.6" />
<PackageVersion Include="Spectre.Console" Version="0.49.1" />
<PackageVersion Include="Spectre.Console.Testing" Version="0.49.1" />
<PackageVersion Include="System.Text.Json" Version="8.0.5" />
<PackageVersion Include="YamlDotNet" Version="16.0.0" />
</ItemGroup>
<ItemGroup Label="Transitive pins">
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVErsion Include="System.Reflection.Metadata" Version="8.0.0" />
</ItemGroup>
</Project>