Skip to content

Commit

Permalink
Breaking change that requires different usage for projects targeting …
Browse files Browse the repository at this point in the history
…frameworks prior to .NET 5.0 in order to cater for potential thread aborts.
  • Loading branch information
MarkCiliaVincenti committed Sep 7, 2024
1 parent 821909a commit 794850f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ public void Bar()
}
```

Use the `Lock` class the same way you would use [System.Threading.Lock](https://learn.microsoft.com/en-us/dotnet/api/system.threading.lock?view=net-9.0).

## Usage (only if targeting .NET 5.0 or later)
Use this library the same way you would use [System.Threading.Lock](https://learn.microsoft.com/en-us/dotnet/api/system.threading.lock?view=net-9.0).

Expand Down

0 comments on commit 794850f

Please sign in to comment.