File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
build/BenchmarkDotNet.Build Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments