We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f01fc7 commit 88b1c50Copy full SHA for 88b1c50
1 file changed
dotnet/Library/Okapi/Okapi.csproj
@@ -9,9 +9,12 @@
9
<Protobuf_ToolsOs Condition="'$([MSBuild]::IsOsPlatform(OSX))'">macosx</Protobuf_ToolsOs>
10
</PropertyGroup>
11
12
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
13
- <WarningLevel>4</WarningLevel>
+ <PropertyGroup>
+ <DebugSymbols>true</DebugSymbols>
14
+ <EmbedAllSources>true</EmbedAllSources>
15
+ <DebugType>portable</DebugType>
16
17
+
18
<ItemGroup>
19
<PackageReference Include="Google.Protobuf" Version="3.17.3" />
20
<PackageReference Include="Grpc" Version="2.38.0" />
0 commit comments