File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
src/Testcontainers.XunitV3 Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 18
18
<PackageVersion Include =" coverlet.collector" Version =" 6.0.2" />
19
19
<PackageVersion Include =" Dapper" Version =" 2.1.35" />
20
20
<PackageVersion Include =" ReflectionMagic" Version =" 5.0.1" />
21
- <PackageVersion Include =" xunit.extensibility.execution" Version =" 2.9.0" />
22
- <PackageVersion Include =" xunit.runner.visualstudio" Version =" 2.8.2" />
23
- <PackageVersion Include =" xunit.v3.extensibility.core" Version =" 0.2.0-pre.69" />
21
+ <PackageVersion Include =" xunit.runner.visualstudio" Version =" 3.0.0" />
24
22
<PackageVersion Include =" xunit" Version =" 2.9.2" />
23
+ <!-- xUnit.net extensibility for Testcontainers.Xunit and Testcontainers.XunitV3 packages: -->
24
+ <PackageVersion Include =" xunit.extensibility.execution" Version =" 2.9.0" />
25
+ <PackageVersion Include =" xunit.v3.extensibility.core" Version =" 1.0.0" />
25
26
<!-- Third-party client dependencies to connect and interact with the containers: -->
26
27
<PackageVersion Include =" Apache.NMS.ActiveMQ" Version =" 2.1.0" />
27
28
<PackageVersion Include =" ArangoDBNetStandard" Version =" 2.0.1" />
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<TargetFrameworks >net8.0;net9.0;netstandard2.0;netstandard2.1</TargetFrameworks >
4
4
<LangVersion >latest</LangVersion >
5
- <IsPackable >false</IsPackable >
6
- <IsPublishable >false</IsPublishable >
7
5
<DefineConstants >$(DefineConstants);XUNIT_V3</DefineConstants >
8
6
</PropertyGroup >
9
7
<ItemGroup >
You can’t perform that action at this time.
0 commit comments