Skip to content

Commit 7a172c9

Browse files
author
Christoph Bühler
committed
docs: add note that output must be an exe
Closes #73.
1 parent b6fcc7e commit 7a172c9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/docs/getting_started.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ Using this sdk is pretty simple:
3030
- Write entities / controllers / finalizers
3131
- Go.
3232

33+
> [!NOTE]
34+
> If you don't create an asp.net core application (template)
35+
> please note that the output type of the application must be an "exe":
36+
> `<OutputType>Exe</OutputType>`
37+
3338
### Install the package
3439

3540
```bash

0 commit comments

Comments
 (0)