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 60d4e67 commit 049d313Copy full SHA for 049d313
LibGit2Sharp.Tests/LibGit2Sharp.Tests.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<TargetFrameworks>net461;netcoreapp2.0</TargetFrameworks>
5
- <DefineConstants Condition=" '$(TargetFramework)' == 'net461' ">TRACE;DEBUG;DESKTOP;NET461;LEAKS_IDENTIFYING;LEAKS_TRACKING</DefineConstants>
+ <DefineConstants Condition=" '$(TargetFramework)' == 'net461' ">$(DefineConstants);DESKTOP</DefineConstants>
6
</PropertyGroup>
7
8
<ItemGroup>
0 commit comments