Skip to content

Commit 7180469

Browse files
Now noting that StdbModule.csproj is important (#327)
Update index.md
1 parent f88aec1 commit 7180469

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/modules/c-sharp/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ This creates a `dotnet` project in `my-project-directory` with the following `St
8888
</Project>
8989
```
9090

91+
> NOTE: It is important to not change the `StdbModule.csproj` name because SpacetimeDB assumes that this will be the name of the file.
92+
9193
This is a standard `csproj`, with the exception of the line `<RuntimeIdentifier>wasi-wasm</RuntimeIdentifier>`.
9294
This line is important: it allows the project to be compiled to a WebAssembly module.
9395

0 commit comments

Comments
 (0)