Skip to content
Open
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
4 changes: 2 additions & 2 deletions docs/dotnet/core/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The *Core* and *Contracts* packages will give you what you need for writing and

```sh
dotnet add package Microsoft.AutoGen.AgentChat --version 0.4.0-dev-1
dotnet add package Microsoft.AutoGen.Agents --version 0.4.0-dev-1
Note: The Microsoft.AutoGen.Agents package is not currently available on NuGet. This feature is planned for a future release.
dotnet add package Microsoft.AutoGen.Extensions --version 0.4.0-dev-1
```

Expand All @@ -45,4 +45,4 @@ To enable running a system with agents in different processes that allows for x-
dotnet add package Microsoft.AutoGen.Core.Grpc --version 0.4.0-dev-1
dotnet add package Microsoft.AutoGen.RuntimeGateway.Grpc --version 0.4.0-dev-1
dotnet add package Microsoft.AutoGen.AgentHost --version 0.4.0-dev-1
```
```