Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spin-space-innovation/spin.contracts.abstractions


https://github.com/spin-space-innovation/spin.contracts.abstractions

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# SPIN Contract Abstractions

## .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:
- [.NET SDK](https://dotnet.microsoft.com/download) (version 8.x)

### Clone the Repository
```bash
git clone https://github.com/SPIN-Space-Innovation/SPIN.Contracts.Abstractions
cd SPIN.Contracts.Abstractions
```

### Restore the Project dependencies
Use the following command to restore the project depedencies:
```bash
dotnet restore
```

### Build the Project
Use the following command to build the project:
```bash
dotnet build --no-restore
```

## License
SPIN.Contracts.Abstractions is licensed under the [MIT license](LICENSE).