Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bd3ab3c

Browse files
committed
Bump NXPorts and reference assemblies version
1 parent 5f7cbfb commit bd3ab3c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

netfx_loader/ClrLoader.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
namespace ClrLoader
1010
{
11-
using DllExportAttribute = ExportAttribute;
12-
1311
public static class ClrLoader
1412
{
1513
delegate int EntryPoint(IntPtr buffer, int size);

netfx_loader/ClrLoader.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="NXPorts" Version="0.2.0-p-52ea1696deff18634a6e45d34b8c6108161401f3" />
8+
<PackageReference Include="NXPorts" Version="1.0.0" />
99
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Condition="$(MSBuildRuntimeType) == 'Core'">
10-
<Version>1.0.0-preview.2</Version>
10+
<Version>1.0.0</Version>
1111
<PrivateAssets>all</PrivateAssets>
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1313
</PackageReference>

0 commit comments

Comments
 (0)