-
Couldn't load subscription status.
- Fork 6.1k
Update freshness dates and package references for 39 high-traffic .NET documentation articles #49375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Update freshness dates and package references for 39 high-traffic .NET documentation articles #49375
Changes from 4 commits
fe1ca75
7249213
7cab484
ebd3bd4
75e9416
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -3,7 +3,7 @@ title: Service discovery in .NET | |||||||
| description: Learn how to use the Microsoft.Extensions.ServiceDiscovery library to simplify the integration of service discovery patterns in .NET applications. | ||||||||
| author: IEvangelist | ||||||||
| ms.author: dapine | ||||||||
| ms.date: 04/10/2024 | ||||||||
| ms.date: 10/20/2025 | ||||||||
| ms.topic: overview | ||||||||
| --- | ||||||||
|
|
||||||||
|
|
@@ -18,20 +18,13 @@ To get started with service discovery in .NET, install the [Microsoft.Extensions | |||||||
| ### [.NET CLI](#tab/dotnet-cli) | ||||||||
|
|
||||||||
| ```dotnetcli | ||||||||
| dotnet add package Microsoft.Extensions.ServiceDiscovery --prerelease | ||||||||
| ``` | ||||||||
|
|
||||||||
| Or, if you're using .NET 10+ SDK: | ||||||||
|
|
||||||||
| ```dotnetcli | ||||||||
| dotnet package add Microsoft.Extensions.ServiceDiscovery --prerelease | ||||||||
| dotnet add package Microsoft.Extensions.ServiceDiscovery | ||||||||
| ``` | ||||||||
|
|
||||||||
|
Comment on lines
+21
to
23
|
||||||||
| dotnet add package Microsoft.Extensions.ServiceDiscovery | |
| ``` | |
| dotnet add package Microsoft.Extensions.ServiceDiscovery --version 9.5.1 |
Note
The Microsoft.Extensions.ServiceDiscovery package is stable starting from version 9.5.1. Make sure to use at least this version or newer to avoid prerelease issues.
Uh oh!
There was an error while loading. Please reload this page.