Skip to content

Commit 9b1e477

Browse files
committed
bump System.CommandLine up to 2.0.0
1 parent 04f5971 commit 9b1e477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Smdn.Reflection.ReverseGenerating.ListApi/Smdn.Reflection.ReverseGenerating.ListApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ SPDX-License-Identifier: MIT
3232
</PropertyGroup>
3333

3434
<ItemGroup>
35-
<PackageReference Include="System.CommandLine" Version="2.0.0-beta5.25306.1" />
35+
<PackageReference Include="System.CommandLine" Version="2.0.0" />
3636
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" Condition="$(TargetFramework.StartsWith('net6.')) Or $(TargetFramework.StartsWith('netcoreapp'))" />
3737
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" Condition="$(TargetFramework.StartsWith('net8.'))" />
3838

0 commit comments

Comments
 (0)