Skip to content

Commit c27086d

Browse files
committed
System.CommandLine override no longer needed.
1 parent b4d4d47 commit c27086d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compatibility/ApiDiff/Microsoft.DotNet.ApiDiff.Tool/Microsoft.DotNet.ApiDiff.Tool.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</ItemGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="System.CommandLine" VersionOverride="2.0.0-beta4.22272.1" />
20+
<PackageReference Include="System.CommandLine" />
2121
</ItemGroup>
2222

2323
</Project>

0 commit comments

Comments
 (0)