Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/mono/wasm/templates/templates/browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

## Build

You can build the applcation from Visual Studio or by dotnet cli
You can build the application from Visual Studio or by dotnet cli

```
dotnet build -c Debug/Release -r browser-wasm
dotnet build -c Debug/Release
```

After building the application, the result is in the `bin/$(Configuration)/net7.0/browser-wasm/AppBundle` directory.

## Run

You can build the applcation from Visual Studio or by dotnet cli
You can build the application from Visual Studio or by dotnet cli

```
dotnet run -c Debug/Release -r browser-wasm
dotnet run -c Debug/Release
```

Or you can start any static file server from the AppBundle directory
Expand Down
8 changes: 4 additions & 4 deletions src/mono/wasm/templates/templates/console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

## Build

You can build the applcation from Visual Studio or by dotnet cli
You can build the application from Visual Studio or by dotnet cli

```
dotnet build -c Debug/Release -r browser-wasm
dotnet build -c Debug/Release
```

After building the application, the result is in the `bin/$(Configuration)/net7.0/browser-wasm/AppBundle` directory.

## Run

You can build the applcation from Visual Studio or by dotnet cli
You can build the application from Visual Studio or by dotnet cli

```
dotnet run -c Debug/Release -r browser-wasm -h=nodejs
dotnet run -c Debug/Release
```

Or you can start any static file server from the AppBundle directory
Expand Down