浏览代码

Update JetBrains.Annotations

It uses [Conditional] again after 2025.2.2
Lucas Trzesniewski 1 周之前
父节点
当前提交
e0e7cb030c
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/Directory.Build.props

+ 1 - 2
src/Directory.Build.props

@@ -45,8 +45,7 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <!-- Do not update beyond 2024.3.0, later versions do not use [Conditional] anymore -->
-    <PackageReference Include="JetBrains.Annotations" Version="[2024.3.0]" PrivateAssets="all" />
+    <PackageReference Include="JetBrains.Annotations" Version="2025.2.2" PrivateAssets="all" />
   </ItemGroup>
 
 </Project>