We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3240e8a commit 2bf7057Copy full SHA for 2bf7057
netfx_loader/ClrLoader.cs
@@ -8,6 +8,8 @@
8
9
namespace ClrLoader
10
{
11
+ using DllExportAttribute = ExportAttribute;
12
+
13
public static class ClrLoader
14
15
delegate int EntryPoint(IntPtr buffer, int size);
netfx_loader/ClrLoader.csproj
@@ -5,7 +5,7 @@
5
</PropertyGroup>
6
7
<ItemGroup>
- <PackageReference Include="NXports" Version="0.2.0" />
+ <PackageReference Include="NXPorts" Version="0.2.0-p-52ea1696deff18634a6e45d34b8c6108161401f3" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Condition="$(MSBuildRuntimeType) == 'Core'">
<Version>1.0.0-preview.2</Version>
<PrivateAssets>all</PrivateAssets>
0 commit comments