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 d73d3e5 commit 97f3ff6Copy full SHA for 97f3ff6
src/Smdn.MSBuild.DefineConstants.NETSdkApi/Smdn.MSBuild.DefineConstants.NETSdkApi.csproj
@@ -9,6 +9,8 @@ SPDX-License-Identifier: MIT
9
<VersionPrefix>1.5.2</VersionPrefix>
10
<VersionSuffix></VersionSuffix>
11
<DevelopmentDependency>true</DevelopmentDependency>
12
+ <!-- disable adding $(DefineConstants) while building and packing -->
13
+ <EnableAddingNETSdkApiDefineConstants>false</EnableAddingNETSdkApiDefineConstants>
14
</PropertyGroup>
15
16
<!-- suppress recursive package reference -->
0 commit comments