Skip to content

Remove GC class #148

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 0 additions & 42 deletions nanoFramework.Runtime.Native/GC.cs

This file was deleted.

8 changes: 1 addition & 7 deletions nanoFramework.Runtime.Native/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
using System.Reflection;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("nanoFramework.Runtime.Native")]
[assembly: AssemblyCompany("nanoFramework Contributors")]
Expand All @@ -14,10 +13,5 @@

////////////////////////////////////////////////////////////////
// update this whenever the native assembly signature changes //
[assembly: AssemblyNativeVersion("100.0.10.0")]
[assembly: AssemblyNativeVersion("100.0.11.0")]
////////////////////////////////////////////////////////////////

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<ProjectGuid>4C4AA37C-19D9-4C41-ADD0-BA83A0E593DA</ProjectGuid>
<OutputType>Library</OutputType>
<FileAlignment>512</FileAlignment>
<RootNamespace></RootNamespace>
<RootNamespace>
</RootNamespace>
<AssemblyName>nanoFramework.Runtime.Native</AssemblyName>
<TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
<NF_IsCoreLibrary>True</NF_IsCoreLibrary>
Expand Down Expand Up @@ -44,7 +45,6 @@
<ItemGroup>
<Compile Include="RebootOption.cs" />
<Compile Include="Power.cs" />
<Compile Include="GC.cs" />
<Compile Include="SystemInfo.cs" />
<Compile Include="ExecutionConstraint.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
Expand Down
Loading