We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NOTE: Developer will need to install the .NET Core SDK, which provides the dotnet command-line tool.
dotnet
This example needs PaperCut NG 19.2.3 or above and was tested with .NET Core SDK 3.1 on Linux and Windows 10)
dotnet new console --name dot-net-test
cd dot-net-test/
dotnet add package Kveer.XmlRPC --version 1.1.1
cp ~papercut/server/examples/webservices/csharp/* .
cp 'C:\Program Files\PaperCut MF\server\examples\webservices\csharp\*' .
dotnet run