2022-08-25 14:51:32 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2024-09-04 22:21:23 +00:00
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2022-08-25 14:51:32 +00:00
|
|
|
|
<Nullable>enable</Nullable>
|
2023-05-11 20:35:53 +00:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2022-08-25 14:51:32 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-01-04 18:41:28 +00:00
|
|
|
|
<PackageReference Include="docfx.console" Version="2.59.4">
|
2022-08-25 14:51:32 +00:00
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Folder Include="images\" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|