Skip to content

Commit 97f3ff6

Browse files
committed
disable adding $(DefineConstants) while building and packing
1 parent d73d3e5 commit 97f3ff6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Smdn.MSBuild.DefineConstants.NETSdkApi/Smdn.MSBuild.DefineConstants.NETSdkApi.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ SPDX-License-Identifier: MIT
99
<VersionPrefix>1.5.2</VersionPrefix>
1010
<VersionSuffix></VersionSuffix>
1111
<DevelopmentDependency>true</DevelopmentDependency>
12+
<!-- disable adding $(DefineConstants) while building and packing -->
13+
<EnableAddingNETSdkApiDefineConstants>false</EnableAddingNETSdkApiDefineConstants>
1214
</PropertyGroup>
1315

1416
<!-- suppress recursive package reference -->

0 commit comments

Comments
 (0)