Skip to content

Commit 509a567

Browse files
committed
Publish AOT
1 parent 1f1dd55 commit 509a567

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

AssetRipper.TextureDecoder.ConsoleApp/AssetRipper.TextureDecoder.ConsoleApp.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<PublishSingleFile>true</PublishSingleFile>
6-
<PublishTrimmed>true</PublishTrimmed>
5+
<PublishAot>true</PublishAot>
76
</PropertyGroup>
87

98
<ItemGroup>

Directory.Build.props

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
<PropertyGroup>
33
<TargetFramework>net8.0</TargetFramework>
44
<LangVersion>Latest</LangVersion>
5-
<ImplicitUsings>enable</ImplicitUsings>
65
<Nullable>enable</Nullable>
7-
<IsTrimmable>true</IsTrimmable>
8-
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
6+
<IsAotCompatible>true</IsAotCompatible>
97
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
108

119
<Version>2.0.0</Version>

0 commit comments

Comments
 (0)