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 01864c0 commit d084b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ There is also no need to reference this library as a dependency for .NET 9.0+. Y

```
<ItemGroup Condition="!$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net9.0'))">
<PackageReference Include="Backport.System.Threading.Lock" Version="2.0.0" />
<PackageReference Include="Backport.System.Threading.Lock" Version="2.0.1" />
</ItemGroup>
```

Expand Down

0 comments on commit d084b8d

Please sign in to comment.