Skip to content

Commit 44b90c9

Browse files
authored
Update README.md
1 parent 62b83ad commit 44b90c9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ This is a C#.NET solution-project, and it contains three subprojects:
1212

1313
1. [Algorithms](Algorithms): A class library project. Contains the Algorithms implementations.
1414
2. [Data Structures](DataStructures): A class library project. Contains the Data Structures implementations.
15-
3. [Main Program](MainProgram): Contains tests for the data structures and algorithms projects.
15+
3. [UnitTest](UnitTest): Unit-testing project for the Algorithms and Data Structures.
16+
4. ~[Main Program](MainProgram): Contains tests for the data structures and algorithms projects.~ **DEPRECATED**
1617

1718
#### Requirements:
18-
1. C# 5
19-
2. .NET 4.5
20-
3. NUnit
19+
1. .NET Core >= 2.0
20+
2. XUnit
2121

2222
#### A Note to Contributors:
2323
If you wish to contribute to C# ALGORITHMS, then please make sure you check out the [Contribution Guidelines](CONTRIBUTING.md) first.
2424

25-
Note: The projects where tested on Xamarin Studio (MonoDevelop) on OSX 10, and Visual Studio on Windows 7.
25+
Note: The projects where tested with Visual Studio Community using .NET Core 2.0.3 on OSX 10.
2626

2727

2828
## DATA STRUCTURES

0 commit comments

Comments
 (0)