File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments