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
+70-5Lines changed: 70 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,8 @@ Zero dependency library for generating a Mastercard API compliant OAuth signatur
25
25
### Compatibility <aname="compatibility"></a>
26
26
27
27
#### .NET <aname="net"></a>
28
-
This library requires a .NET Framework implementing [.NET Standard](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) 1.3.
28
+
* Both the Core and RestSharp (deprecated) libraries require a .NET Framework implementing [.NET Standard](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) 1.3.
29
+
* The RestSharp V2 library requires a .NET Framework implementing [.NET Standard](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) 2.0.
29
30
30
31
#### Strong Naming <aname="strong-naming"></a>
31
32
Assemblies are strong-named as per [Strong naming and .NET libraries](https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/strong-naming).
@@ -44,15 +45,29 @@ As part of this set up, you'll receive credentials for your app:
44
45
* A consumer key (displayed on the Mastercard Developer Portal)
45
46
* A private request signing key (matching the public certificate displayed on the Mastercard Developer Portal)
46
47
47
-
### Adding the Libraries to Your Project <aname="adding-the-libraries-to-your-project"></a>
48
+
### Adding the Libraries to Your Project <aname="adding-the-libraries-to-your-project"></a>
0 commit comments