Skip to content

Commit 3f7a95c

Browse files
committed
fix csproj formatting
1 parent e2391c2 commit 3f7a95c

File tree

66 files changed

+499
-499
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+499
-499
lines changed

tests/Testcontainers.ActiveMq.Tests/Testcontainers.ActiveMq.Tests.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net10.0</TargetFramework>
44
<IsPackable>false</IsPackable>
@@ -7,16 +7,16 @@
77
</PropertyGroup>
88
<ItemGroup>
99
<!-- -8<- [start:PackageReferences] -->
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" />
11-
<PackageReference Include="coverlet.collector" />
12-
<PackageReference Include="xunit.runner.visualstudio" />
13-
<PackageReference Include="xunit.v3" />
14-
<PackageReference Include="Apache.NMS.ActiveMQ" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk"/>
11+
<PackageReference Include="coverlet.collector"/>
12+
<PackageReference Include="xunit.runner.visualstudio"/>
13+
<PackageReference Include="xunit.v3"/>
14+
<PackageReference Include="Apache.NMS.ActiveMQ"/>
1515
<!-- -8<- [end:PackageReferences] -->
1616
</ItemGroup>
1717
<ItemGroup>
18-
<ProjectReference Include="../../src/Testcontainers.ActiveMq/Testcontainers.ActiveMq.csproj" />
19-
<ProjectReference Include="../Testcontainers.Commons/Testcontainers.Commons.csproj" />
18+
<ProjectReference Include="../../src/Testcontainers.ActiveMq/Testcontainers.ActiveMq.csproj"/>
19+
<ProjectReference Include="../Testcontainers.Commons/Testcontainers.Commons.csproj"/>
2020
</ItemGroup>
2121
<ItemGroup>
2222
<None Update="Dockerfile">

tests/Testcontainers.ArangoDb.Tests/Testcontainers.ArangoDb.Tests.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net10.0</TargetFramework>
44
<IsPackable>false</IsPackable>
55
<IsPublishable>false</IsPublishable>
66
<OutputType>Exe</OutputType>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="Microsoft.NET.Test.Sdk" />
10-
<PackageReference Include="coverlet.collector" />
11-
<PackageReference Include="xunit.runner.visualstudio" />
12-
<PackageReference Include="xunit.v3" />
13-
<PackageReference Include="ArangoDBNetStandard" />
9+
<PackageReference Include="Microsoft.NET.Test.Sdk"/>
10+
<PackageReference Include="coverlet.collector"/>
11+
<PackageReference Include="xunit.runner.visualstudio"/>
12+
<PackageReference Include="xunit.v3"/>
13+
<PackageReference Include="ArangoDBNetStandard"/>
1414
</ItemGroup>
1515
<ItemGroup>
16-
<ProjectReference Include="../../src/Testcontainers.ArangoDb/Testcontainers.ArangoDb.csproj" />
17-
<ProjectReference Include="../Testcontainers.Commons/Testcontainers.Commons.csproj" />
16+
<ProjectReference Include="../../src/Testcontainers.ArangoDb/Testcontainers.ArangoDb.csproj"/>
17+
<ProjectReference Include="../Testcontainers.Commons/Testcontainers.Commons.csproj"/>
1818
</ItemGroup>
1919
<ItemGroup>
2020
<None Update="Dockerfile">

tests/Testcontainers.Azurite.Tests/Testcontainers.Azurite.Tests.csproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net10.0</TargetFramework>
44
<IsPackable>false</IsPackable>
55
<IsPublishable>false</IsPublishable>
66
<OutputType>Exe</OutputType>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="Microsoft.NET.Test.Sdk" />
10-
<PackageReference Include="coverlet.collector" />
11-
<PackageReference Include="xunit.runner.visualstudio" />
12-
<PackageReference Include="xunit.v3" />
13-
<PackageReference Include="Azure.Data.Tables" />
14-
<PackageReference Include="Azure.Storage.Blobs" />
15-
<PackageReference Include="Azure.Storage.Queues" />
9+
<PackageReference Include="Microsoft.NET.Test.Sdk"/>
10+
<PackageReference Include="coverlet.collector"/>
11+
<PackageReference Include="xunit.runner.visualstudio"/>
12+
<PackageReference Include="xunit.v3"/>
13+
<PackageReference Include="Azure.Data.Tables"/>
14+
<PackageReference Include="Azure.Storage.Blobs"/>
15+
<PackageReference Include="Azure.Storage.Queues"/>
1616
</ItemGroup>
1717
<ItemGroup>
18-
<ProjectReference Include="../../src/Testcontainers.Azurite/Testcontainers.Azurite.csproj" />
19-
<ProjectReference Include="../Testcontainers.Commons/Testcontainers.Commons.csproj" />
18+
<ProjectReference Include="../../src/Testcontainers.Azurite/Testcontainers.Azurite.csproj"/>
19+
<ProjectReference Include="../Testcontainers.Commons/Testcontainers.Commons.csproj"/>
2020
</ItemGroup>
2121
<ItemGroup>
2222
<None Update="Dockerfile">

tests/Testcontainers.BigQuery.Tests/Testcontainers.BigQuery.Tests.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net10.0</TargetFramework>
44
<IsPackable>false</IsPackable>
55
<IsPublishable>false</IsPublishable>
66
<OutputType>Exe</OutputType>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="Microsoft.NET.Test.Sdk" />
10-
<PackageReference Include="coverlet.collector" />
11-
<PackageReference Include="xunit.runner.visualstudio" />
12-
<PackageReference Include="xunit.v3" />
13-
<PackageReference Include="Google.Cloud.BigQuery.V2" />
9+
<PackageReference Include="Microsoft.NET.Test.Sdk"/>
10+
<PackageReference Include="coverlet.collector"/>
11+
<PackageReference Include="xunit.runner.visualstudio"/>
12+
<PackageReference Include="xunit.v3"/>
13+
<PackageReference Include="Google.Cloud.BigQuery.V2"/>
1414
</ItemGroup>
1515
<ItemGroup>
16-
<ProjectReference Include="../../src/Testcontainers.BigQuery/Testcontainers.BigQuery.csproj" />
17-
<ProjectReference Include="../Testcontainers.Commons/Testcontainers.Commons.csproj" />
16+
<ProjectReference Include="../../src/Testcontainers.BigQuery/Testcontainers.BigQuery.csproj"/>
17+
<ProjectReference Include="../Testcontainers.Commons/Testcontainers.Commons.csproj"/>
1818
</ItemGroup>
1919
<ItemGroup>
2020
<None Update="Dockerfile">

tests/Testcontainers.Bigtable.Tests/Testcontainers.Bigtable.Tests.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net10.0</TargetFramework>
44
<IsPackable>false</IsPackable>
55
<IsPublishable>false</IsPublishable>
66
<OutputType>Exe</OutputType>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="Microsoft.NET.Test.Sdk" />
10-
<PackageReference Include="coverlet.collector" />
11-
<PackageReference Include="xunit.runner.visualstudio" />
12-
<PackageReference Include="xunit.v3" />
13-
<PackageReference Include="Google.Cloud.Bigtable.Admin.V2" />
9+
<PackageReference Include="Microsoft.NET.Test.Sdk"/>
10+
<PackageReference Include="coverlet.collector"/>
11+
<PackageReference Include="xunit.runner.visualstudio"/>
12+
<PackageReference Include="xunit.v3"/>
13+
<PackageReference Include="Google.Cloud.Bigtable.Admin.V2"/>
1414
</ItemGroup>
1515
<ItemGroup>
16-
<ProjectReference Include="../../src/Testcontainers.Bigtable/Testcontainers.Bigtable.csproj" />
17-
<ProjectReference Include="../Testcontainers.Commons/Testcontainers.Commons.csproj" />
16+
<ProjectReference Include="../../src/Testcontainers.Bigtable/Testcontainers.Bigtable.csproj"/>
17+
<ProjectReference Include="../Testcontainers.Commons/Testcontainers.Commons.csproj"/>
1818
</ItemGroup>
1919
<ItemGroup>
2020
<None Update="Dockerfile">

tests/Testcontainers.Cassandra.Tests/Testcontainers.Cassandra.Tests.csproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net10.0</TargetFramework>
44
<IsPackable>false</IsPackable>
@@ -7,17 +7,17 @@
77
</PropertyGroup>
88
<ItemGroup>
99
<!-- -8<- [start:PackageReferences] -->
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" />
11-
<PackageReference Include="coverlet.collector" />
12-
<PackageReference Include="xunit.runner.visualstudio" />
13-
<PackageReference Include="xunit.v3" />
14-
<PackageReference Include="CassandraCSharpDriver" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk"/>
11+
<PackageReference Include="coverlet.collector"/>
12+
<PackageReference Include="xunit.runner.visualstudio"/>
13+
<PackageReference Include="xunit.v3"/>
14+
<PackageReference Include="CassandraCSharpDriver"/>
1515
<!-- -8<- [end:PackageReferences] -->
1616
</ItemGroup>
1717
<ItemGroup>
18-
<ProjectReference Include="../../src/Testcontainers.Cassandra/Testcontainers.Cassandra.csproj" />
19-
<ProjectReference Include="../../src/Testcontainers.XunitV3/Testcontainers.XunitV3.csproj" />
20-
<ProjectReference Include="../Testcontainers.Commons/Testcontainers.Commons.csproj" />
18+
<ProjectReference Include="../../src/Testcontainers.Cassandra/Testcontainers.Cassandra.csproj"/>
19+
<ProjectReference Include="../../src/Testcontainers.XunitV3/Testcontainers.XunitV3.csproj"/>
20+
<ProjectReference Include="../Testcontainers.Commons/Testcontainers.Commons.csproj"/>
2121
</ItemGroup>
2222
<ItemGroup>
2323
<None Update="Dockerfile">

tests/Testcontainers.ClickHouse.Tests/Testcontainers.ClickHouse.Tests.csproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net10.0</TargetFramework>
44
<IsPackable>false</IsPackable>
@@ -7,17 +7,17 @@
77
</PropertyGroup>
88
<ItemGroup>
99
<!-- -8<- [start:PackageReferences] -->
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" />
11-
<PackageReference Include="coverlet.collector" />
12-
<PackageReference Include="xunit.runner.visualstudio" />
13-
<PackageReference Include="xunit.v3" />
14-
<PackageReference Include="ClickHouse.Client" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk"/>
11+
<PackageReference Include="coverlet.collector"/>
12+
<PackageReference Include="xunit.runner.visualstudio"/>
13+
<PackageReference Include="xunit.v3"/>
14+
<PackageReference Include="ClickHouse.Client"/>
1515
<!-- -8<- [end:PackageReferences] -->
1616
</ItemGroup>
1717
<ItemGroup>
18-
<ProjectReference Include="../../src/Testcontainers.ClickHouse/Testcontainers.ClickHouse.csproj" />
19-
<ProjectReference Include="../../src/Testcontainers.XunitV3/Testcontainers.XunitV3.csproj" />
20-
<ProjectReference Include="../Testcontainers.Commons/Testcontainers.Commons.csproj" />
18+
<ProjectReference Include="../../src/Testcontainers.ClickHouse/Testcontainers.ClickHouse.csproj"/>
19+
<ProjectReference Include="../../src/Testcontainers.XunitV3/Testcontainers.XunitV3.csproj"/>
20+
<ProjectReference Include="../Testcontainers.Commons/Testcontainers.Commons.csproj"/>
2121
</ItemGroup>
2222
<ItemGroup>
2323
<None Update="Dockerfile">

tests/Testcontainers.CockroachDb.Tests/Testcontainers.CockroachDb.Tests.csproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net10.0</TargetFramework>
44
<IsPackable>false</IsPackable>
55
<IsPublishable>false</IsPublishable>
66
<OutputType>Exe</OutputType>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="Microsoft.NET.Test.Sdk" />
10-
<PackageReference Include="coverlet.collector" />
11-
<PackageReference Include="xunit.runner.visualstudio" />
12-
<PackageReference Include="xunit.v3" />
13-
<PackageReference Include="Npgsql" />
9+
<PackageReference Include="Microsoft.NET.Test.Sdk"/>
10+
<PackageReference Include="coverlet.collector"/>
11+
<PackageReference Include="xunit.runner.visualstudio"/>
12+
<PackageReference Include="xunit.v3"/>
13+
<PackageReference Include="Npgsql"/>
1414
</ItemGroup>
1515
<ItemGroup>
16-
<ProjectReference Include="../../src/Testcontainers.CockroachDb/Testcontainers.CockroachDb.csproj" />
17-
<ProjectReference Include="../../src/Testcontainers.XunitV3/Testcontainers.XunitV3.csproj" />
18-
<ProjectReference Include="../Testcontainers.Commons/Testcontainers.Commons.csproj" />
16+
<ProjectReference Include="../../src/Testcontainers.CockroachDb/Testcontainers.CockroachDb.csproj"/>
17+
<ProjectReference Include="../../src/Testcontainers.XunitV3/Testcontainers.XunitV3.csproj"/>
18+
<ProjectReference Include="../Testcontainers.Commons/Testcontainers.Commons.csproj"/>
1919
</ItemGroup>
2020
<ItemGroup>
2121
<None Update="Dockerfile">

tests/Testcontainers.Commons/Testcontainers.Commons.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net10.0</TargetFramework>
44
<IsPackable>false</IsPackable>

tests/Testcontainers.Consul.Tests/Testcontainers.Consul.Tests.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net10.0</TargetFramework>
44
<IsPackable>false</IsPackable>
55
<IsPublishable>false</IsPublishable>
66
<OutputType>Exe</OutputType>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="Microsoft.NET.Test.Sdk" />
10-
<PackageReference Include="coverlet.collector" />
11-
<PackageReference Include="xunit.runner.visualstudio" />
12-
<PackageReference Include="xunit.v3" />
13-
<PackageReference Include="Consul" />
9+
<PackageReference Include="Microsoft.NET.Test.Sdk"/>
10+
<PackageReference Include="coverlet.collector"/>
11+
<PackageReference Include="xunit.runner.visualstudio"/>
12+
<PackageReference Include="xunit.v3"/>
13+
<PackageReference Include="Consul"/>
1414
</ItemGroup>
1515
<ItemGroup>
16-
<ProjectReference Include="../../src/Testcontainers.Consul/Testcontainers.Consul.csproj" />
17-
<ProjectReference Include="../Testcontainers.Commons/Testcontainers.Commons.csproj" />
16+
<ProjectReference Include="../../src/Testcontainers.Consul/Testcontainers.Consul.csproj"/>
17+
<ProjectReference Include="../Testcontainers.Commons/Testcontainers.Commons.csproj"/>
1818
</ItemGroup>
1919
<ItemGroup>
2020
<None Update="Dockerfile">

0 commit comments

Comments
 (0)