# Fingerprint Scanner ## Description A C# program to read fingerprint data from a scanner. ## Requirements - .NET 9.0 or higher [Download .NET](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-9.0.8-windows-x86-installer?cid=getdotnetcore) Has to be x86 ## Instructions ``` git clone -b main https://git.swopt.com/enzo/FingerprintScanner.git ``` ### 1. Clean the project ```sh dotnet clean ``` ### 2. Build the project ```sh dotnet build ``` ### 3. Run the project ```sh dotnet run ``` ### 4. Publish the project ```sh dotnet publish -c Release -o ./publish ```