diff --git a/netfx_loader/ClrLoader.cs b/netfx_loader/ClrLoader.cs index ad10e18..8d1261b 100644 --- a/netfx_loader/ClrLoader.cs +++ b/netfx_loader/ClrLoader.cs @@ -8,6 +8,8 @@ using NXPorts.Attributes; namespace ClrLoader { + using DllExportAttribute = ExportAttribute; + public static class ClrLoader { delegate int EntryPoint(IntPtr buffer, int size); diff --git a/netfx_loader/ClrLoader.csproj b/netfx_loader/ClrLoader.csproj index 8c020c0..08ac92d 100644 --- a/netfx_loader/ClrLoader.csproj +++ b/netfx_loader/ClrLoader.csproj @@ -5,7 +5,7 @@ - + 1.0.0-preview.2 all