We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a61a37 commit 48edce5Copy full SHA for 48edce5
2 files changed
AGSUnpacker.CLI/AGSUnpacker.CLI.csproj
@@ -3,6 +3,7 @@
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
<TargetFramework>net6.0</TargetFramework>
6
+ <CheckEolTargetFramework>false</CheckEolTargetFramework>
7
</PropertyGroup>
8
9
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
AGSUnpacker.UI/AGSUnpacker.UI.csproj
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<UseWPF>true</UseWPF>
<StartupObject>AGSUnpacker.UI.App</StartupObject>
0 commit comments