Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist authored Jan 21, 2025
1 parent bca5d6b commit 4e63e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orleans/BankAccount/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public Task Withdraw(uint amount) => _balance.PerformUpdate(x =>

## Sample prerequisites

This sample is written in C# and targets .NET 7.0. It requires the [.NET 9.0 SDK](https://dotnet.microsoft.com/download/dotnet/9.0) or later.
This sample is written in C# and targets .NET 9.0. It requires the [.NET 9.0 SDK](https://dotnet.microsoft.com/download/dotnet/9.0) or later.

## Building the sample

Expand Down

0 comments on commit 4e63e9e

Please sign in to comment.