diff --git a/orleans/BankAccount/README.md b/orleans/BankAccount/README.md index 034327132df..b7a1a78328f 100644 --- a/orleans/BankAccount/README.md +++ b/orleans/BankAccount/README.md @@ -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