We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6fcc7e commit 7a172c9Copy full SHA for 7a172c9
docs/docs/getting_started.md
@@ -30,6 +30,11 @@ Using this sdk is pretty simple:
30
- Write entities / controllers / finalizers
31
- Go.
32
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
+
38
### Install the package
39
40
```bash
0 commit comments