Skip to content

Commit

Permalink
Work on native assembly declaration (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes authored Jun 22, 2019
1 parent 5fa5c39 commit 75650af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions source/nanoFramework.CoreLibrary/CoreLibrary.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,9 @@
<NFMDP_PE_ExcludeClassByName Include="System.UIntPtr">
<InProject>false</InProject>
</NFMDP_PE_ExcludeClassByName>
<NFMDP_PE_ExcludeClassByName Include="ThisAssembly">
<InProject>false</InProject>
</NFMDP_PE_ExcludeClassByName>
</ItemGroup>
<ItemGroup>
<None Include="key.snk" />
Expand Down
2 changes: 1 addition & 1 deletion source/nanoFramework.CoreLibrary/System/AssemblyInfo2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
[assembly: AssemblyProduct("nanoFramework mscorlib")]
[assembly: AssemblyCopyright("Copyright © nanoFramework Contributors 2017")]

[assembly: AssemblyNativeVersion("1.2.1.0")]
[assembly: AssemblyNativeVersion("100.2.1.0")]

0 comments on commit 75650af

Please sign in to comment.