go home

Empty .NET Core IoT project (coreiot)

An empty project template for .NET Core 2 IoT applications deployed to the Raspberry Pi 3. I wrote about how to use this template and install it into your development environment in this post: https://jeremylindsayni.wordpress.com/2017/03/21/how-to-a-net-core-template-to-create-a-new-project-from-the-command-line-with-dotnet-new-i/
dotnet new --install "RaspberryPi.Template"
dotnet new coreiot
  • Tags: language: C#
  • Classifications: IoT Console