Skip to content

Commit a3d5fe1

Browse files
authored
Update README.md
1 parent 6536077 commit a3d5fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This isn't "just another test framework". This is all based on the Microsoft MST
1515
1. Inside your solution, create a new blank .NET MAUI Project.
1616
2. Add "MSTestX.UnitTestRunner" NuGet package.
1717
3. Delete `AppShell.xaml`, `MainPage.xaml` `App.xaml` and their code-behind files.
18-
4. In `MauiProgram.cs` replace `.UseMauiApp<App>()` with `.UseMauiApp<MSTestX.RunnerApp>()
18+
4. In `MauiProgram.cs` replace `.UseMauiApp<App>()` with `.UseMauiApp<MSTestX.RunnerApp>()`
1919
5. Add a unit test class with the following content:
2020

2121
```cs

0 commit comments

Comments
 (0)