Skip to content

Commit 99168f5

Browse files
And more
1 parent fd46b05 commit 99168f5

File tree

3 files changed

+0
-20
lines changed

3 files changed

+0
-20
lines changed

exercises/practice/resistor-color-duo/ResistorColorDuo.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@
66
<Nullable>enable</Nullable>
77
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
88
</PropertyGroup>
9-
<ItemGroup>
10-
<Using Include="Xunit" />
11-
</ItemGroup>
129

13-
<ItemGroup>
14-
<Compile Remove="Example.cs" />
15-
</ItemGroup>
1610
<ItemGroup>
1711
<Using Include="Xunit" />
1812
</ItemGroup>

exercises/practice/resistor-color-trio/ResistorColorTrio.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@
66
<Nullable>enable</Nullable>
77
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
88
</PropertyGroup>
9-
<ItemGroup>
10-
<Using Include="Xunit" />
11-
</ItemGroup>
129

13-
<ItemGroup>
14-
<Compile Remove="Example.cs" />
15-
</ItemGroup>
1610
<ItemGroup>
1711
<Using Include="Xunit" />
1812
</ItemGroup>

exercises/practice/sgf-parsing/SgfParsing.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@
1111
<Using Include="Xunit" />
1212
</ItemGroup>
1313

14-
<ItemGroup>
15-
<Compile Remove="Example.cs" />
16-
</ItemGroup>
17-
18-
<ItemGroup>
19-
<Using Include="Xunit" />
20-
</ItemGroup>
21-
2214
<ItemGroup>
2315
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
2416
<PackageReference Include="xunit" Version="2.8.1" />

0 commit comments

Comments
 (0)