...
• .NET based application with access to the code files
• .NET based web application or website with access to the code files
Referencing the library DLL’s
...
.Net Compatibility
The base version of G4S targets .Net Framework v4.5.1 and is generally compatible with .Net Framework up to v4.8.
The .Net Standard 2.0 version may be used in .Net Core and .Net 5 projects (not currently compatible with .Net 6).
Required Dependencies
Add NuGet package references to:
- log4net 2.0.12 (and necessary configuration)
The .Net Standard version also requires:
- System.Configuration.ConfigurationManager 5.0.0
- System.Runtime.Caching 5.0.0
- System.ServiceModel.Primitives 4.8.1
- System.ServiceModel.Http 4.8.1
Referencing the library DLLs
Copy the DLLs to your .NET solution then reference them in the normal way.
...