-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDirectory.Packages.props
More file actions
32 lines (26 loc) · 1.22 KB
/
Directory.Packages.props
File metadata and controls
32 lines (26 loc) · 1.22 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
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
</PropertyGroup>
<ItemGroup>
<!-- AspNetCore & Web -->
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="10.0.8" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.8" />
<!-- Testing Framework -->
<PackageVersion Include="xunit.v3" Version="3.2.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.5.1" />
<!-- Test Containers -->
<PackageVersion Include="Testcontainers" Version="4.7.0" />
<PackageVersion Include="Testcontainers.Kafka" Version="4.7.0" />
<PackageVersion Include="Microcks.Testcontainers" Version="0.3.1" />
<!-- Messaging -->
<PackageVersion Include="Confluent.Kafka" Version="2.14.0" />
<!-- Testing Utilities -->
<PackageVersion Include="Awaitility.NET" Version="1.0.2" />
<PackageVersion Include="coverlet.collector" Version="10.0.0" />
<!-- Source Link -->
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="10.0.300" />
</ItemGroup>
</Project>