Skip to content

Commit 952bc7d

Browse files
committed
Fix the build
1 parent b155b9e commit 952bc7d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/OrchardCoreContrib.Apis.Scalar/Manifest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using OrchardCore.Modules.Manifest;
2+
using ManifestConstants = OrchardCoreContrib.Modules.Manifest.ManifestConstants;
23

34
[assembly: Module(
45
Name = "Scalar UI",

src/OrchardCoreContrib.Apis.Scalar/OrchardCoreContrib.Apis.Scalar.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
<ItemGroup>
3333
<PackageReference Include="OrchardCoreContrib.OpenApi.Abstractions" />
34+
<PackageReference Include="OrchardCoreContrib.Abstractions" />
3435
<PackageReference Include="OrchardCore.Module.Targets" />
3536
<PackageReference Include="Scalar.AspNetCore" />
3637
</ItemGroup>

0 commit comments

Comments
 (0)