File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ This is a C#.NET solution-project, and it contains three subprojects:
12
12
13
13
1 . [ Algorithms] ( Algorithms ) : A class library project. Contains the Algorithms implementations.
14
14
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**
16
17
17
18
#### Requirements:
18
- 1 . C# 5
19
- 2 . .NET 4.5
20
- 3 . NUnit
19
+ 1 . .NET Core >= 2.0
20
+ 2 . XUnit
21
21
22
22
#### A Note to Contributors:
23
23
If you wish to contribute to C# ALGORITHMS, then please make sure you check out the [ Contribution Guidelines] ( CONTRIBUTING.md ) first.
24
24
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 .
26
26
27
27
28
28
## DATA STRUCTURES
You can’t perform that action at this time.
0 commit comments