-
Notifications
You must be signed in to change notification settings - Fork 119
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
25 lines (25 loc) · 1.49 KB
/
Directory.Packages.props
File metadata and controls
25 lines (25 loc) · 1.49 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>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>false</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="coverlet.collector" Version="8.0.0" />
<PackageVersion Include="ES.FX.Ignite" Version="10.0.18" />
<PackageVersion Include="ES.FX.Ignite.KubernetesClient" Version="10.0.18" />
<PackageVersion Include="ES.FX.Ignite.OpenTelemetry.Exporter.Seq" Version="10.0.18" />
<PackageVersion Include="ES.FX.Ignite.Serilog" Version="10.0.18" />
<PackageVersion Include="ES.FX.Additions.Newtonsoft.Json" Version="10.0.18" />
<PackageVersion Include="ES.FX.Additions.KubernetesClient" Version="10.0.18" />
<PackageVersion Include="JetBrains.Annotations" Version="2025.2.4" />
<PackageVersion Include="Microsoft.AspNetCore.JsonPatch" Version="10.0.4" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.4" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
<PackageVersion Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.22.1" />
<PackageVersion Include="Moq" Version="4.20.72" />
<PackageVersion Include="Polly.Core" Version="8.6.6" />
<PackageVersion Include="Testcontainers.K3s" Version="4.10.0" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
<PackageVersion Include="xunit.v3" Version="3.2.2" />
</ItemGroup>
</Project>