Skip to content

Commit a9c5b3a

Browse files
committed
Updated the projects and the solution in addition to removing the deprecated MainProject project.
1 parent 4879e8e commit a9c5b3a

File tree

7 files changed

+5
-413
lines changed

7 files changed

+5
-413
lines changed

Algorithms/Algorithms.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55

66
<ItemGroup>
7-
<PackageReference Include="xunit" Version="2.3.1" />
7+
<PackageReference Include="xunit" Version="2.4.0" />
88
</ItemGroup>
99

1010
<ItemGroup>

DataStructures/DataStructures.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55

66
<ItemGroup>
7-
<PackageReference Include="xunit" Version="2.3.1" />
7+
<PackageReference Include="xunit" Version="2.4.0" />
88
</ItemGroup>
99

1010
<ItemGroup>

MainProgram/AlgorithmsTests/SieveOfEratosthenesTest.cs

Lines changed: 0 additions & 33 deletions
This file was deleted.

MainProgram/DataStructuresTests/OpenAddressingHashTableTest.cs

Lines changed: 0 additions & 235 deletions
This file was deleted.

0 commit comments

Comments
 (0)