Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathShellDocs.Components.csproj
More file actions
Latest commit
23 lines (19 loc) · 1005 Bytes
/
Copy pathShellDocs.Components.csproj
File metadata and controls
23 lines (19 loc) · 1005 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<ProjectSdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<IsPackable>true</IsPackable>
<PackageId>ShellDocs.Components</PackageId>
<Description>Blazor RCL — DocsLayout, DocsSidebar, DocsHeader, CodeBlock, SearchDialog, TableOfContents, and every other primitive that makes a ShellDocs site look sleek.</Description>
</PropertyGroup>
<ItemGroup>
<SupportedPlatformInclude="browser" />
</ItemGroup>
<ItemGroup>
<ProjectReferenceInclude="..\ShellDocs.Core\ShellDocs.Core.csproj" />
<ProjectReferenceInclude="..\ShellDocs.Markdown\ShellDocs.Markdown.csproj" />
<ProjectReferenceInclude="..\ShellDocs.Tokens\ShellDocs.Tokens.csproj" />
<PackageReferenceInclude="Microsoft.AspNetCore.Components.Web" />
<PackageReferenceInclude="Microsoft.Extensions.DependencyInjection.Abstractions" />
<!-- ShellUI.Components ref lands once shellui is published to NuGet. -->
<!-- <PackageReference Include="ShellUI.Components" /> -->
</ItemGroup>
</Project>