You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,10 @@
2
2
3
3
This library contains highly reuseable classes and methods I find to be missing in the cross-platform standard library of .NET.
4
4
5
-
**Requires**: To open the solution and project files, the latest Visual Studio 2017 RC is required ([released on December 12](https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes) at time of writing).
5
+
**Requires**:
6
+
7
+
- To open the solution and project files, the latest Visual Studio 2017 RC is required ([released on December 15](https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes) at time of writing).
8
+
- The test project requires the [.NET Core 1.1 SDK](https://www.microsoft.com/net/download/core).
6
9
7
10
Namespaces from the original library are followed as much as possible:
0 commit comments