https://github.com/miomit/multitoollib
Cross platform library that uses .net 6.0
https://github.com/miomit/multitoollib
Last synced: 8 months ago
JSON representation
Cross platform library that uses .net 6.0
- Host: GitHub
- URL: https://github.com/miomit/multitoollib
- Owner: miomit
- License: gpl-3.0
- Created: 2022-07-14T09:07:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T05:44:30.000Z (almost 2 years ago)
- Last Synced: 2025-01-04T16:21:34.029Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 2.23 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MultitoolLib

```
git clone ./MultitoolLib.git
cd MultitoolLib
```
## Build
```
cd Source
dotnet build
```
## Test
```
cd Test
dotnet test
```