Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spin-space-innovation/spin.contracts
https://github.com/spin-space-innovation/spin.contracts
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/spin-space-innovation/spin.contracts
- Owner: SPIN-Space-Innovation
- License: mit
- Created: 2024-01-17T14:38:48.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-16T17:08:09.000Z (9 months ago)
- Last Synced: 2024-03-17T11:09:22.662Z (9 months ago)
- Language: C#
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
- [.NET SDK](https://dotnet.microsoft.com/download) (version 8.x)### Clone the Repository
```bash
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:
```bash
dotnet restore
```### Build the Project
Use the following command to build the project:
```bash
dotnet build --no-restore
```## License
SPIN.Constracts is licensed under the [MIT license](LICENSE).