This readme explains how to run .NET Sample App on Linux 64bit operating system environment.

Prerequisites: 
.NET Core 3.0 SDK


Install .NET Core SDK:
https://dotnet.microsoft.com/download/dotnet-core/thank-you/sdk-3.0.100-linux-x64-binaries 

Run the "dotnet -info" command in your terminal. This will verify .NET is correctly installed and ready to use.


Steps to run the sample app:

1) Extract the RFID_SDK_LINUX_Vx.x.x.x_64BIT.zip file 
2) Open terminal and go to sample app source folder: dotnet-core\sampleapp\src\  
3) Execute "dotnet run" command to compile and run appication

Steps to run pre-built binary:
1) Extract the RFID_SDK_LINUX_Vx.x.x.x_64BIT.zip file
2) Go to sample app bin folder dotnet-core\sampleapp\bin
3) Execute "dotnet CS_RFIDSample4.dll" to run sample application