#Host bot on Raspberry Pi
1 messages · Page 1 of 1 (latest)
it is possible, you host it like any other dotnet app
- Install dotnet
- move your sourcecode to the raspi
- use dotnet run
Is that easy really?
Yeah
Thanks I will try it later
I have installed dotnet but i get this error message
/usr/lib/dotnet/sdk/8.0.100/Microsoft.Common.CurrentVersion.targets(1241,5): error MSB3644: The reference assemblies for .NETFramework,Version=v4.8 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks
It seems .NET 4.8 cannot be installed