Skip to content

Commit

Permalink
docs-generator single and self contained but not AOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Dec 9, 2024
1 parent d54bc3a commit beb3d6f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/docs-generator/docs-generator.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<OutputType>Exe</OutputType>
<AssemblyName>docs-generator</AssemblyName>
<RootNamespace>Documentation.Generator</RootNamespace>
<InvariantGlobalization>true</InvariantGlobalization>
<PublishAot>true</PublishAot>
<PublishAot>false</PublishAot>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>

<IsPublishable>true</IsPublishable>
<EnableSdkContainerSupport>true</EnableSdkContainerSupport>
Expand All @@ -23,10 +25,10 @@
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0"/>
<PackageReference Include="Github.Actions.Core" Version="8.1.1"/>
<PackageReference Include="Soenneker.Utils.AutoBogus" Version="2.1.388" />
<PackageReference Include="Soenneker.Utils.AutoBogus" Version="2.1.388"/>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="../Elastic.Markdown/Elastic.Markdown.csproj" />
<ProjectReference Include="../Elastic.Markdown/Elastic.Markdown.csproj"/>
</ItemGroup>
</Project>

0 comments on commit beb3d6f

Please sign in to comment.