Skip to content

Commit 2bf7057

Browse files
committed
Update NXPorts
1 parent 3240e8a commit 2bf7057

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: netfx_loader/ClrLoader.cs

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
namespace ClrLoader
1010
{
11+
using DllExportAttribute = ExportAttribute;
12+
1113
public static class ClrLoader
1214
{
1315
delegate int EntryPoint(IntPtr buffer, int size);

Diff for: netfx_loader/ClrLoader.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="NXports" Version="0.2.0" />
8+
<PackageReference Include="NXPorts" Version="0.2.0-p-52ea1696deff18634a6e45d34b8c6108161401f3" />
99
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Condition="$(MSBuildRuntimeType) == 'Core'">
1010
<Version>1.0.0-preview.2</Version>
1111
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)