Skip to content

Commit 75650af

Browse files
authored
Work on native assembly declaration (#83)
1 parent 5fa5c39 commit 75650af

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

source/nanoFramework.CoreLibrary/CoreLibrary.nfproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,9 @@
367367
<NFMDP_PE_ExcludeClassByName Include="System.UIntPtr">
368368
<InProject>false</InProject>
369369
</NFMDP_PE_ExcludeClassByName>
370+
<NFMDP_PE_ExcludeClassByName Include="ThisAssembly">
371+
<InProject>false</InProject>
372+
</NFMDP_PE_ExcludeClassByName>
370373
</ItemGroup>
371374
<ItemGroup>
372375
<None Include="key.snk" />

source/nanoFramework.CoreLibrary/System/AssemblyInfo2.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
[assembly: AssemblyProduct("nanoFramework mscorlib")]
1515
[assembly: AssemblyCopyright("Copyright © nanoFramework Contributors 2017")]
1616

17-
[assembly: AssemblyNativeVersion("1.2.1.0")]
17+
[assembly: AssemblyNativeVersion("100.2.1.0")]

0 commit comments

Comments
 (0)