Skip to content

Commit ded9183

Browse files
committed
readme
1 parent 59f05b8 commit ded9183

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# <img src="img/CSharp-Toolkit-Icon.png" alt="Backend Toolkit" width="64px" />Orleans.Multiservice
2-
Prevent microservices pain with logical service separation for Microsoft Orleans 7
2+
Prevent microservices pain with logical service separation for [Microsoft Orleans 7](https://github.com/dotnet/orleans/releases/tag/v7.0.0)
33

44
Orleans.Multiservice is an automated code structuring pattern for logical service separation within a Microsoft Orleans microservice.
55

@@ -54,8 +54,8 @@ Single team solution:
5454
- Debug [eShopTeamA.sln](https://github.com/Applicita/Orleans.Multiservice/tree/main/src/Example/eShopBySingleTeam/TeamA)
5555

5656
Two team solution:
57-
- Ensure you have the [.NET OpenAPI tool](https://learn.microsoft.com/en-us/aspnet/core/web-api/microsoft.dotnet-openapi?view=aspnetcore-7.0) installed for .NET 7 rc2:
58-
`dotnet tool install --global Microsoft.dotnet-openapi --version 7.0.0-rc.2.22476.2`
57+
- Ensure you have the [.NET OpenAPI tool](https://learn.microsoft.com/en-us/aspnet/core/web-api/microsoft.dotnet-openapi?view=aspnetcore-7.0) installed for .NET 7:
58+
`dotnet tool install --global Microsoft.dotnet-openapi --version 7.0.0`
5959
On build, this will generate the `CatalogServiceClient` from `CatalogService.json`
6060
- Debug [eShopTeamAof2.sln](https://github.com/Applicita/Orleans.Multiservice/tree/main/src/Example/eShopByTwoTeams/TeamA) and [eShopTeamBof2.sln](https://github.com/Applicita/Orleans.Multiservice/tree/main/src/Example/eShopByTwoTeams/TeamB)
6161

0 commit comments

Comments
 (0)