Skip to content

Commit 88b1c50

Browse files
committed
Add portable debug symbols
1 parent 6f01fc7 commit 88b1c50

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

dotnet/Library/Okapi/Okapi.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@
99
<Protobuf_ToolsOs Condition="'$([MSBuild]::IsOsPlatform(OSX))'">macosx</Protobuf_ToolsOs>
1010
</PropertyGroup>
1111

12-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
13-
<WarningLevel>4</WarningLevel>
12+
<PropertyGroup>
13+
<DebugSymbols>true</DebugSymbols>
14+
<EmbedAllSources>true</EmbedAllSources>
15+
<DebugType>portable</DebugType>
1416
</PropertyGroup>
17+
1518
<ItemGroup>
1619
<PackageReference Include="Google.Protobuf" Version="3.17.3" />
1720
<PackageReference Include="Grpc" Version="2.38.0" />

0 commit comments

Comments
 (0)