Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7cbfb commit bd3ab3cCopy full SHA for bd3ab3c
netfx_loader/ClrLoader.cs
@@ -8,8 +8,6 @@
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,9 +5,9 @@
5
</PropertyGroup>
6
7
<ItemGroup>
- <PackageReference Include="NXPorts" Version="0.2.0-p-52ea1696deff18634a6e45d34b8c6108161401f3" />
+ <PackageReference Include="NXPorts" Version="1.0.0" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Condition="$(MSBuildRuntimeType) == 'Core'">
- <Version>1.0.0-preview.2</Version>
+ <Version>1.0.0</Version>
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
0 commit comments