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.Contracts.Abstractions
cd SPIN.Contracts.AbstractionsUse the following command to restore the project depedencies:
dotnet restoreUse the following command to build the project:
dotnet build --no-restoreSPIN.Contracts.Abstractions is licensed under the MIT license.