Skip to content

Commit 563f717

Browse files
authored
Clean up docs-builder dependency graph (#1837)
1 parent 72e6dfe commit 563f717

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

src/api/Elastic.Documentation.Api.Infrastructure/Elastic.Documentation.Api.Infrastructure.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</ItemGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Amazon.Lambda.AspNetCoreServer.Hosting" />
18+
<FrameworkReference Include="Microsoft.AspNetCore.App" />
1919
<PackageReference Include="Elastic.Clients.Elasticsearch" />
2020
<PackageReference Include="NetEscapades.EnumGenerators" />
2121
</ItemGroup>
File renamed without changes.

src/tooling/docs-builder/docs-builder.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<ItemGroup>
2929
<ProjectReference Include="..\..\api\Elastic.Documentation.Api.Core\Elastic.Documentation.Api.Core.csproj" />
3030
<ProjectReference Include="..\..\api\Elastic.Documentation.Api.Infrastructure\Elastic.Documentation.Api.Infrastructure.csproj" />
31+
3132
<ProjectReference Include="..\..\Elastic.ApiExplorer\Elastic.ApiExplorer.csproj" />
3233
<ProjectReference Include="..\Elastic.Documentation.Tooling\Elastic.Documentation.Tooling.csproj" />
3334
<ProjectReference Include="..\..\authoring\Elastic.Documentation.Refactor\Elastic.Documentation.Refactor.csproj" />

0 commit comments

Comments
 (0)