-
-
Notifications
You must be signed in to change notification settings - Fork 121
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
25 lines (25 loc) · 1.33 KB
/
Directory.Packages.props
File metadata and controls
25 lines (25 loc) · 1.33 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
<Project>
<PropertyGroup>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="CycloneDX.Core" Version="12.0.1" />
<PackageVersion Include="Microsoft.Build" Version="17.3.2" />
<PackageVersion Include="Microsoft.Build.Engine" Version="17.8.3" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
<PackageVersion Include="NuGet.ProjectModel" Version="7.0.1" />
<PackageVersion Include="NuGet.Protocol" Version="7.0.1" />
<PackageVersion Include="Moq" Version="4.20.72" />
<PackageVersion Include="RichardSzalay.MockHttp" Version="7.0.0" />
<PackageVersion Include="xunit" Version="2.9.3" />
<PackageVersion Include="xunit.v3" Version="3.2.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
<PackageVersion Include="System.CommandLine" Version="2.0.0" />
<PackageVersion Include="System.IO.Abstractions" Version="22.1.0" />
<PackageVersion Include="System.IO.Abstractions.TestingHelpers" Version="22.1.0" />
<!-- E2E test dependencies -->
<PackageVersion Include="Testcontainers" Version="4.10.0" />
<PackageVersion Include="Verify.XunitV3" Version="31.13.2" />
</ItemGroup>
</Project>