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 104e6bc commit 52144aeCopy full SHA for 52144ae
BencodeNET/BencodeNET.csproj
@@ -26,6 +26,10 @@
26
<DefineConstants>$(DefineConstants);NETSTANDARD</DefineConstants>
27
</PropertyGroup>
28
29
+ <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net45|AnyCPU'">
30
+ <DebugType>pdbonly</DebugType>
31
+ </PropertyGroup>
32
+
33
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
34
<Reference Include="System" />
35
<Reference Include="Microsoft.CSharp" />
0 commit comments