Skip to content

Commit

Permalink
Update custom-component.md (#1530)
Browse files Browse the repository at this point in the history
needed the dot to properly access the `sln` file
  • Loading branch information
sammychinedu2ky committed Aug 21, 2024
1 parent 0885cbf commit a4bce98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extensibility/custom-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If you're following along, you should have a Newsletter app from the steps in th
1. Add the project to the solution.

```dotnetcli
dotnet sln /MailDevResource.sln add MailKit.Client/MailKit.Client.csproj
dotnet sln ./MailDevResource.sln add MailKit.Client/MailKit.Client.csproj
```

The next step is to add all the NuGet packages that the component relies on. Rather than having you add each package one-by-one from the .NET CLI, it's likely easier to copy and paste the following XML into the _MailKit.Client.csproj_ file.
Expand Down

0 comments on commit a4bce98

Please sign in to comment.