Github Action to setup .NET MAUI on osx and windows OS runner's ⚙️🖥 Needs an existent .NET Setup
OSX
steps:
- uses: weslleymurdock/setup-maui-action@v1.1
with:
dotnet-version: 8.0.x
Windows
steps:
- uses: weslleymurdock/setup-maui-action@v1.1
with:
dotnet-version: 8.0.x
☞ This repository uses the Apache License 2.0