Skip to content

Commit 37764a4

Browse files
committed
Add missing declaration for reflection build
1 parent 3364fff commit 37764a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nanoFramework.CoreLibrary/CoreLibrary.nfproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<Deterministic>true</Deterministic>
3030
<IncludeSymbols>true</IncludeSymbols>
3131
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
32+
<DefineConstants>$(DefineConstants);NANOCLR_REFLECTION;</DefineConstants>
3233
<ContinuousIntegrationBuild Condition="'$(TF_BUILD)' == 'true'">True</ContinuousIntegrationBuild>
3334
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
3435
</PropertyGroup>

0 commit comments

Comments
 (0)