Skip to content

Commit 2d5b99c

Browse files
(deps): Bump the microsoft group with 1 update
Bumps System.CommandLine from 2.0.0-beta7.25362.103 to 2.0.0-beta7.25365.101 --- updated-dependencies: - dependency-name: System.CommandLine dependency-version: 2.0.0-beta7.25365.101 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 117c8e6 commit 2d5b99c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

new-cli/Directory.Build.props

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
</ItemGroup>
2727

2828
<ItemGroup>
29-
<Using Include="System.Collections"/>
30-
<Using Include="System.Collections.Specialized"/>
31-
<Using Include="System.Diagnostics"/>
32-
<Using Include="System.Reflection"/>
33-
<Using Include="System.Text"/>
34-
<Using Include="System.Text.Json"/>
35-
<Using Include="System.Text.Json.Serialization"/>
36-
<Using Include="System.Xml"/>
37-
<Using Include="System.Environment" Alias="SysEnv"/>
29+
<Using Include="System.Collections" />
30+
<Using Include="System.Collections.Specialized" />
31+
<Using Include="System.Diagnostics" />
32+
<Using Include="System.Reflection" />
33+
<Using Include="System.Text" />
34+
<Using Include="System.Text.Json" />
35+
<Using Include="System.Text.Json.Serialization" />
36+
<Using Include="System.Xml" />
37+
<Using Include="System.Environment" Alias="SysEnv" />
3838
</ItemGroup>
3939

4040
</Project>

new-cli/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<PackageVersion Include="Serilog.Sinks.Console" Version="6.0.0" />
3131
<PackageVersion Include="Serilog.Sinks.File" Version="7.0.0" />
3232
<PackageVersion Include="Serilog.Sinks.Map" Version="2.0.0" />
33-
<PackageVersion Include="System.CommandLine" Version="2.0.0-beta7.25362.103" />
33+
<PackageVersion Include="System.CommandLine" Version="2.0.0-beta7.25365.101" />
3434
<PackageVersion Include="System.IO.Abstractions" Version="22.0.15" />
3535
<PackageVersion Include="System.Text.Json" Version="9.0.7" />
3636
</ItemGroup>

0 commit comments

Comments
 (0)