Skip to content

Commit 9a7bb7d

Browse files
[build] Bump: Microsoft.DocAsCode.App 2.67.5 -> Docfx.App 2.71.0
1 parent 465aaf1 commit 9a7bb7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/BenchmarkDotNet.Build/BenchmarkDotNet.Build.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageReference Include="Cake.Frosting" Version="3.0.0" />
1010
<PackageReference Include="Cake.FileHelpers" Version="6.1.3" />
1111
<PackageReference Include="Cake.Git" Version="3.0.0" />
12-
<PackageReference Include="Microsoft.DocAsCode.App" Version="2.67.5" />
12+
<PackageReference Include="Docfx.App" Version="2.71.0" />
1313
<PackageReference Include="Octokit" Version="7.0.0" />
1414
</ItemGroup>
1515
</Project>

build/BenchmarkDotNet.Build/Runners/DocumentationRunner.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ private void RunDocfx()
133133

134134
var currentDirectory = Directory.GetCurrentDirectory();
135135
Directory.SetCurrentDirectory(docfxJsonFile.GetDirectory().FullPath);
136-
Microsoft.DocAsCode.Dotnet.DotnetApiCatalog.GenerateManagedReferenceYamlFiles(docfxJsonFile.FullPath).Wait();
137-
Microsoft.DocAsCode.Docset.Build(docfxJsonFile.FullPath).Wait();
136+
Docfx.Dotnet.DotnetApiCatalog.GenerateManagedReferenceYamlFiles(docfxJsonFile.FullPath).Wait();
137+
Docfx.Docset.Build(docfxJsonFile.FullPath).Wait();
138138
Directory.SetCurrentDirectory(currentDirectory);
139139
}
140140

0 commit comments

Comments
 (0)