Skip to content
This repository was archived by the owner on Jun 5, 2023. It is now read-only.

Commit 5d6e4be

Browse files
committed
Unlock ony one working condition
1 parent dc9f027 commit 5d6e4be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testassets/HelloWorldApp/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ static void Main(string[] args)
2424
window.SendMessage("Got message: " + message);
2525
};
2626

27-
window.NavigateToLocalFile("wwwroot/index.html");
28-
//window.NavigateToUrl("https://bing.com");
27+
//window.NavigateToLocalFile("wwwroot/index.html");
28+
window.NavigateToUrl("https://bing.com");
2929
window.WaitForExit();
3030
}
3131
}

0 commit comments

Comments
 (0)