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
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,17 +16,15 @@ In addition data and schemas services use `Request/Remote` class to perform HTTP
16
16
17
17
## Contents
18
18
19
-
There are two solution files:
20
-
* Default: LearnositySDK.sln
21
-
* Visual Studio 2010: LearnositySDK-VS2010.sln
22
-
23
-
Solution consists in one project: LearnositySDK
19
+
Solution consists in two projects:
20
+
* LearnositySDK
21
+
* LearnositySDKUnitTests
24
22
25
23
### LearnositySDK
26
24
27
-
This project is a class library built in compatibility with .NET 3.5.
25
+
This project is a class library built in compatibility with .NET Standard 2.0
28
26
29
-
This project uses only one external dependency: Newtonsoft.Json library (http://james.newtonking.com/json), also fully compatible with .NET 3.5 (other versions are supported as well).
27
+
This project uses only one external dependency: Newtonsoft.Json library (http://james.newtonking.com/json)
0 commit comments