Skip to content

Commit a482a73

Browse files
committed
fix idents
1 parent 4b41a6b commit a482a73

File tree

65 files changed

+191
-190
lines changed

Some content is hidden

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

65 files changed

+191
-190
lines changed

Testcontainers.slnx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<Solution>
22
<Folder Name="/Solution Items/">
3+
<File Path=".editorconfig"/>
34
<File Path="CODE_OF_CONDUCT.md"/>
45
<File Path="CONTRIBUTING.md"/>
56
<File Path="README.md"/>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<ProjectReference Include="../Testcontainers.Commons/Testcontainers.Commons.csproj" />
2020
</ItemGroup>
2121
<ItemGroup>
22-
<None Update="Dockerfile">
23-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
24-
</None>
22+
<None Update="Dockerfile">
23+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
24+
</None>
2525
</ItemGroup>
2626
</Project>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<ProjectReference Include="../Testcontainers.Commons/Testcontainers.Commons.csproj" />
1818
</ItemGroup>
1919
<ItemGroup>
20-
<None Update="Dockerfile">
21-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
22-
</None>
20+
<None Update="Dockerfile">
21+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
22+
</None>
2323
</ItemGroup>
2424
</Project>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<ProjectReference Include="../Testcontainers.Commons/Testcontainers.Commons.csproj" />
2020
</ItemGroup>
2121
<ItemGroup>
22-
<None Update="Dockerfile">
23-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
24-
</None>
22+
<None Update="Dockerfile">
23+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
24+
</None>
2525
</ItemGroup>
2626
</Project>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<ProjectReference Include="../Testcontainers.Commons/Testcontainers.Commons.csproj" />
1818
</ItemGroup>
1919
<ItemGroup>
20-
<None Update="Dockerfile">
21-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
22-
</None>
20+
<None Update="Dockerfile">
21+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
22+
</None>
2323
</ItemGroup>
2424
</Project>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<ProjectReference Include="../Testcontainers.Commons/Testcontainers.Commons.csproj" />
1818
</ItemGroup>
1919
<ItemGroup>
20-
<None Update="Dockerfile">
21-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
22-
</None>
20+
<None Update="Dockerfile">
21+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
22+
</None>
2323
</ItemGroup>
2424
</Project>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<ProjectReference Include="../Testcontainers.Commons/Testcontainers.Commons.csproj" />
2121
</ItemGroup>
2222
<ItemGroup>
23-
<None Update="Dockerfile">
24-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
25-
</None>
23+
<None Update="Dockerfile">
24+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
25+
</None>
2626
</ItemGroup>
2727
</Project>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<ProjectReference Include="../Testcontainers.Commons/Testcontainers.Commons.csproj" />
2121
</ItemGroup>
2222
<ItemGroup>
23-
<None Update="Dockerfile">
24-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
25-
</None>
23+
<None Update="Dockerfile">
24+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
25+
</None>
2626
</ItemGroup>
2727
</Project>

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

Lines changed: 4 additions & 4 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>
@@ -18,8 +18,8 @@
1818
<ProjectReference Include="../Testcontainers.Commons/Testcontainers.Commons.csproj" />
1919
</ItemGroup>
2020
<ItemGroup>
21-
<None Update="Dockerfile">
22-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
23-
</None>
21+
<None Update="Dockerfile">
22+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
23+
</None>
2424
</ItemGroup>
2525
</Project>

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>

0 commit comments

Comments
 (0)