Skip to content

Commit beb3d6f

Browse files
committed
docs-generator single and self contained but not AOT
1 parent d54bc3a commit beb3d6f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/docs-generator/docs-generator.csproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup>
3+
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
55
<OutputType>Exe</OutputType>
66
<AssemblyName>docs-generator</AssemblyName>
77
<RootNamespace>Documentation.Generator</RootNamespace>
88
<InvariantGlobalization>true</InvariantGlobalization>
9-
<PublishAot>true</PublishAot>
9+
<PublishAot>false</PublishAot>
10+
<PublishSingleFile>true</PublishSingleFile>
11+
<SelfContained>true</SelfContained>
1012

1113
<IsPublishable>true</IsPublishable>
1214
<EnableSdkContainerSupport>true</EnableSdkContainerSupport>
@@ -23,10 +25,10 @@
2325
</PackageReference>
2426
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0"/>
2527
<PackageReference Include="Github.Actions.Core" Version="8.1.1"/>
26-
<PackageReference Include="Soenneker.Utils.AutoBogus" Version="2.1.388" />
28+
<PackageReference Include="Soenneker.Utils.AutoBogus" Version="2.1.388"/>
2729
</ItemGroup>
2830

2931
<ItemGroup>
30-
<ProjectReference Include="../Elastic.Markdown/Elastic.Markdown.csproj" />
32+
<ProjectReference Include="../Elastic.Markdown/Elastic.Markdown.csproj"/>
3133
</ItemGroup>
3234
</Project>

0 commit comments

Comments
 (0)