We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f1dd55 commit 509a567Copy full SHA for 509a567
2 files changed
AssetRipper.TextureDecoder.ConsoleApp/AssetRipper.TextureDecoder.ConsoleApp.csproj
@@ -1,9 +1,8 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <PublishSingleFile>true</PublishSingleFile>
6
- <PublishTrimmed>true</PublishTrimmed>
+ <PublishAot>true</PublishAot>
7
</PropertyGroup>
8
9
<ItemGroup>
Directory.Build.props
@@ -2,10 +2,8 @@
<TargetFramework>net8.0</TargetFramework>
<LangVersion>Latest</LangVersion>
- <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
- <IsTrimmable>true</IsTrimmable>
- <EnableTrimAnalyzer>true</EnableTrimAnalyzer>
+ <IsAotCompatible>true</IsAotCompatible>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
10
11
<Version>2.0.0</Version>
0 commit comments