Skip to content

Commit a507859

Browse files
committed
Add warning about JetBrains.Annotations
JetBrains/JetBrains.Annotations#45
1 parent e604737 commit a507859

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Directory.Build.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
</PropertyGroup>
3939

4040
<ItemGroup>
41-
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" PrivateAssets="all" />
41+
<!-- Do not update beyond 2024.3.0, later versions do not use [Conditional] anymore -->
42+
<PackageReference Include="JetBrains.Annotations" Version="[2024.3.0]" PrivateAssets="all" />
4243
</ItemGroup>
4344

4445
<ItemGroup>

0 commit comments

Comments
 (0)