This is an example of a C# Edgee Component.
Requirements:
- edgee-cli
- dotnet SDK 9.0
- Modify the csproj file to match your OS:
- On Linux
dotnet add package runtime.linux-x64.microsoft.dotnet.ilcompiler.llvm --prerelease
- On Windows
dotnet add package runtime.win-x64.microsoft.dotnet.ilcompiler.llvm --prerelease
- On Linux
$ make build