Skip to content

Commit 099119d

Browse files
committed
[Dev] Fix debug breakpoints not working
1 parent 8c75005 commit 099119d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CompactGUI.Core/CompactGUI.Core.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@
44
<TargetFramework>net9.0-windows</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
7+
</PropertyGroup>
8+
9+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
710
<DebugType>none</DebugType>
811
</PropertyGroup>
912

13+
1014
<ItemGroup>
1115
<PackageReference Include="K4os.Compression.LZ4.Streams" Version="1.3.8" />
1216
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.183">

0 commit comments

Comments
 (0)