Skip to content

Commit

Permalink
Fix command line paths in README.md (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunck authored Mar 8, 2021
1 parent a08fcde commit 104ff4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ dotnet tool install Cake.Tool -g
#### Command Line

```
dotnet build src\Platform.Handlers\samples\Sample.Droid\Sample.Droid-net6.csproj -t:Run
dotnet build src\Platform.Handlers\samples\Sample.iOS\Sample.iOS-net6.csproj -t:Run
dotnet build src\Controls\samples\Controls.Sample.Droid\Maui.Controls.Sample.Droid-net6.csproj -t:Run
dotnet build src\Controls\samples\Controls.Sample.iOS\Maui.Controls.Sample.iOS-net6.csproj -t:Run
```

## Current News
Expand Down

0 comments on commit 104ff4c

Please sign in to comment.