-
Notifications
You must be signed in to change notification settings - Fork 466
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
41 lines (31 loc) · 1.51 KB
/
Directory.Packages.props
File metadata and controls
41 lines (31 loc) · 1.51 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
<Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<ItemGroup>
<!-- Storage -->
<PackageVersion Include="Microsoft.Data.Sqlite" Version="9.0.4" />
<!-- Compression -->
<PackageVersion Include="SharpZipLib" Version="1.3.3" />
<!-- Git -->
<!-- libgit2 native library is now provided by vcpkg (see overlays/libgit2) -->
<!-- ProjFS -->
<PackageVersion Include="Microsoft.Windows.ProjFS" Version="2.1.0" />
<!-- Windows -->
<PackageVersion Include="System.ServiceProcess.ServiceController" Version="9.0.4" />
<PackageVersion Include="System.Diagnostics.EventLog" Version="9.0.4" />
<!-- Build / packaging -->
<PackageVersion Include="GVFS.VCRuntime" Version="0.2.0-build" />
<PackageVersion Include="Microsoft.Build.Framework" Version="17.12.6" />
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.12.6" />
<PackageVersion Include="Tools.InnoSetup" Version="6.4.3" />
<!-- CLI -->
<PackageVersion Include="System.CommandLine" Version="2.0.5" />
<!-- Testing -->
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="Moq" Version="4.10.1" />
<PackageVersion Include="NUnit3TestAdapter" Version="3.13.0" />
<PackageVersion Include="NUnitLite" Version="3.12.0" />
</ItemGroup>
</Project>