README.md 431 B

Fingerprint Scanner

Description

A C# program to read fingerprint data from a scanner.

Requirements

Instructions

1. Clean the project

dotnet clean

2. Build the project

dotnet build

3. Run the project

dotnet run

4. Publish the project

dotnet publish -c Release -o ./publish