# 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) ## Instructions ### 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 ```