Skip to content
SPONSORS

dotnet

Dotnet is a software framework developed by Microsoft that runs primarily on Microsoft Windows. It includes a large class library named Framework Class Library (FCL) and provides language interoperability (each language can use code written in other languages) across several programming languages.

You can easily add it to your Lando app by adding an entry to the services top-level config in your Landofile.

yaml
services:
  myservice:
    type: dotnet
    command: dotnet run

Supported versions

Unsupported versions

Due to upstream changes these no longer work.

Patch versions

This service does not support patch versions but if you really need something like that, you could consider using either a custom compose service or a service overrides.