Skip to content

Commit

Permalink
Fix linting error.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbritch committed Nov 7, 2024
1 parent 6f225df commit 94a1e65
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/windows/includes/convert-packaged-to-unpackaged.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ Visual Studio will modify your app's project file (*.csproj) to set the `$(Windo

In addition, your app's *Properties/launchSettings.json* file will have the `commandName` value changed from `MsixPackage` to `Project`:

```json
{
"profiles": {
"Windows Machine": {
"commandName": "Project",
"nativeDebugging": false
}
}
```json
{
"profiles": {
"Windows Machine": {
"commandName": "Project",
"nativeDebugging": false
}
```
}
}
```

> [!IMPORTANT]
> If your app defines multiple launch setting profiles you'll have to manually update the `commandName` value from `MsixPackage` to `Project` for each profile.

0 comments on commit 94a1e65

Please sign in to comment.