We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c75005 commit 099119dCopy full SHA for 099119d
1 file changed
CompactGUI.Core/CompactGUI.Core.csproj
@@ -4,9 +4,13 @@
4
<TargetFramework>net9.0-windows</TargetFramework>
5
<Nullable>enable</Nullable>
6
<ImplicitUsings>enable</ImplicitUsings>
7
+ </PropertyGroup>
8
+
9
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
10
<DebugType>none</DebugType>
11
</PropertyGroup>
12
13
14
<ItemGroup>
15
<PackageReference Include="K4os.Compression.LZ4.Streams" Version="1.3.8" />
16
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.183">
0 commit comments