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 5fa5c39 commit 75650afCopy full SHA for 75650af
source/nanoFramework.CoreLibrary/CoreLibrary.nfproj
@@ -367,6 +367,9 @@
367
<NFMDP_PE_ExcludeClassByName Include="System.UIntPtr">
368
<InProject>false</InProject>
369
</NFMDP_PE_ExcludeClassByName>
370
+ <NFMDP_PE_ExcludeClassByName Include="ThisAssembly">
371
+ <InProject>false</InProject>
372
+ </NFMDP_PE_ExcludeClassByName>
373
</ItemGroup>
374
<ItemGroup>
375
<None Include="key.snk" />
source/nanoFramework.CoreLibrary/System/AssemblyInfo2.cs
@@ -14,4 +14,4 @@
14
[assembly: AssemblyProduct("nanoFramework mscorlib")]
15
[assembly: AssemblyCopyright("Copyright © nanoFramework Contributors 2017")]
16
17
-[assembly: AssemblyNativeVersion("1.2.1.0")]
+[assembly: AssemblyNativeVersion("100.2.1.0")]
0 commit comments