Skip to content

Commit ee3727e

Browse files
authored
Apply suggestions from code review
1 parent 687f6c4 commit ee3727e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/platforms/dotnet/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ Install the **NuGet** package to add the Sentry dependency:
5353
<OnboardingOption optionId="profiling">
5454

5555
```shell {tabTitle:.NET Core CLI}
56-
dotnet add package Sentry.Profiling -v {{@inject packages.version('sentry.dotnet') }}
56+
dotnet add package Sentry.Profiling -v {{@inject packages.version('sentry.dotnet.profiling') }}
5757
```
5858

5959
```powershell {tabTitle:Package Manager}
60-
Install-Package Sentry.Profiling -Version {{@inject packages.version('sentry.dotnet') }}
60+
Install-Package Sentry.Profiling -Version {{@inject packages.version('sentry.dotnet.profiling') }}
6161
```
6262

6363
</OnboardingOption>

0 commit comments

Comments
 (0)