right now i'm using VsCode in Windows 10 and i want to code my Raspi program through my Windows so in the end i need to publish and transfer the files by using SSH. But somehow when i tried to run dotnet publish -R linux-arm it gaves me a lot of error. What should i do? Does this library only support RaspiOS? Thank you in advance.
right now i'm using VsCode in Windows 10 and i want to code my Raspi program through my Windows so in the end i need to publish and transfer the files by using SSH. But somehow when i tried to run
dotnet publish -R linux-arm
it gaves me a lot of error. What should i do? Does this library only support RaspiOS? Thank you in advance.