Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 802 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 802 Bytes

SPIN Contracts

.NET Versions

Libraries in this repository are .NET 8 targetted.

Building the Project

Before you can run the application, you'll need to build the project. Follow the steps below:

Prerequisites

Make sure you have the following prerequisites installed on your machine:

Clone the Repository

git clone https://github.com/SPIN-Space-Innovation/SPIN.Constracts.git
cd SPIN.Constracts

Restore the Project dependencies

Use the following command to restore the project depedencies:

dotnet restore

Build the Project

Use the following command to build the project:

dotnet build --no-restore

License

SPIN.Constracts is licensed under the MIT license.