Libraries in this repository are .NET 8 targetted.
Before you can run the application, you'll need to build the project. Follow the steps below:
Make sure you have the following prerequisites installed on your machine:
- .NET SDK (version 8.x)
git clone https://github.com/SPIN-Space-Innovation/SPIN.Devices.git
cd SPIN.Devices
Use the following command to restore the project depedencies:
dotnet restore
Use the following command to build the project:
dotnet build --no-restore
SPIN.Devices is licensed under the MIT license.