WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 0c76cab

Browse files
Bump the spectre group with 2 updates
Bumps Spectre.Console from 0.52.0 to 0.54.0 Bumps Spectre.Console.Cli from 0.52.0 to 0.53.1 --- updated-dependencies: - dependency-name: Spectre.Console dependency-version: 0.54.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: spectre - dependency-name: Spectre.Console.Cli dependency-version: 0.53.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: spectre ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 782c25f commit 0c76cab

File tree

6 files changed

+43
-38
lines changed

6 files changed

+43
-38
lines changed

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<PackageVersion Include="OneOf.SourceGenerator" Version="3.0.271" />
1616
<PackageVersion Include="PdfPig" Version="0.1.12" />
1717
<PackageVersion Include="PlantUml.Net" Version="1.4.80" />
18-
<PackageVersion Include="Spectre.Console" Version="0.52.0" />
19-
<PackageVersion Include="Spectre.Console.Cli" Version="0.52.0" />
18+
<PackageVersion Include="Spectre.Console" Version="0.54.0" />
19+
<PackageVersion Include="Spectre.Console.Cli" Version="0.53.1" />
2020
<PackageVersion Include="Stubble.Core" Version="1.10.8" />
2121
<PackageVersion Include="System.Composition" Version="10.0.0" />
2222
<PackageVersion Include="YamlDotNet" Version="16.3.0" />
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
<ItemGroup>
3-
<ProjectReference Include="..\Docfx.Common\Docfx.Common.csproj" />
4-
</ItemGroup>
5-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<ItemGroup>
3+
<PackageReference Include="Spectre.Console" VersionOverride="0.54.0" />
4+
<ProjectReference Include="..\Docfx.Common\Docfx.Common.csproj" />
5+
</ItemGroup>
6+
</Project>
Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
<ItemGroup>
3-
<ProjectReference Include="..\Docfx.DataContracts.Common\Docfx.DataContracts.Common.csproj" />
4-
<ProjectReference Include="..\Docfx.Common\Docfx.Common.csproj" />
5-
<ProjectReference Include="..\Docfx.YamlSerialization\Docfx.YamlSerialization.csproj" />
6-
</ItemGroup>
7-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<ItemGroup>
3+
<PackageReference Include="Spectre.Console" VersionOverride="0.54.0" />
4+
<ProjectReference Include="..\Docfx.DataContracts.Common\Docfx.DataContracts.Common.csproj" />
5+
<ProjectReference Include="..\Docfx.Common\Docfx.Common.csproj" />
6+
<ProjectReference Include="..\Docfx.YamlSerialization\Docfx.YamlSerialization.csproj" />
7+
</ItemGroup>
8+
</Project>
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
<ItemGroup>
3-
<ProjectReference Include="..\Docfx.Common\Docfx.Common.csproj" />
4-
<ProjectReference Include="..\Docfx.YamlSerialization\Docfx.YamlSerialization.csproj" />
5-
<ProjectReference Include="..\Docfx.DataContracts.Common\Docfx.DataContracts.Common.csproj" />
6-
</ItemGroup>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<ItemGroup>
3+
<PackageReference Include="Spectre.Console" VersionOverride="0.54.0" />
4+
<ProjectReference Include="..\Docfx.Common\Docfx.Common.csproj" />
5+
<ProjectReference Include="..\Docfx.YamlSerialization\Docfx.YamlSerialization.csproj" />
6+
<ProjectReference Include="..\Docfx.DataContracts.Common\Docfx.DataContracts.Common.csproj" />
7+
</ItemGroup>
78
</Project>

src/Docfx.Glob/Docfx.Glob.csproj

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
<ItemGroup>
3-
<ProjectReference Include="..\Docfx.Common\Docfx.Common.csproj" />
4-
</ItemGroup>
5-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<ItemGroup>
3+
<PackageReference Include="Spectre.Console" VersionOverride="0.54.0" />
4+
<ProjectReference Include="..\Docfx.Common\Docfx.Common.csproj" />
5+
</ItemGroup>
6+
</Project>
Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
<ItemGroup>
3-
<PackageReference Include="Markdig" />
4-
<PackageReference Include="Newtonsoft.Json" />
5-
</ItemGroup>
6-
7-
<ItemGroup>
8-
<ProjectReference Include="..\Docfx.MarkdigEngine.Extensions\Docfx.MarkdigEngine.Extensions.csproj" />
9-
<ProjectReference Include="..\Docfx.Common\Docfx.Common.csproj" />
10-
<ProjectReference Include="..\Docfx.YamlSerialization\Docfx.YamlSerialization.csproj" />
11-
</ItemGroup>
12-
13-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<ItemGroup>
3+
<PackageReference Include="Markdig" />
4+
<PackageReference Include="Newtonsoft.Json" />
5+
</ItemGroup>
6+
7+
<ItemGroup>
8+
<PackageReference Include="Spectre.Console" VersionOverride="0.54.0" />
9+
<ProjectReference Include="..\Docfx.MarkdigEngine.Extensions\Docfx.MarkdigEngine.Extensions.csproj" />
10+
<ProjectReference Include="..\Docfx.Common\Docfx.Common.csproj" />
11+
<ProjectReference Include="..\Docfx.YamlSerialization\Docfx.YamlSerialization.csproj" />
12+
</ItemGroup>
13+
14+
</Project>

0 commit comments

Comments
 (0)