Files
2026-07-13 13:31:35 +08:00

14 lines
130 B
Markdown

# Running this sample
## -1- Install the dependencies
```bash
dotnet restore
```
## -3- Run the sample
```bash
dotnet run
```