Skip to content

Commit

Permalink
Fix duplicate 'dotnet add package' in Nuget package installation comm…
Browse files Browse the repository at this point in the history
…ands (#18824)
  • Loading branch information
saliccio authored Dec 18, 2023
1 parent 109cc57 commit 1fb1dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/csharp/bert-nlp-csharp-console-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ Now that we have tested the model in Python its time to build it out in C#. The
```PowerShell
dotnet add package Microsoft.ML.OnnxRuntime --version 1.16.0
dotnet add package Microsoft.ML.OnnxRuntime.Managed --version 1.16.0
dotnet add package dotnet add package Microsoft.ML
dotnet add package dotnet add package BERTTokenizers --version 1.1.0
dotnet add package Microsoft.ML
dotnet add package BERTTokenizers --version 1.1.0
```

### Create the App
Expand Down

0 comments on commit 1fb1dce

Please sign in to comment.