This commit is contained in:
Benedikt Reinartz 2019-11-07 07:37:05 +01:00
Родитель 3240e8a7d6
Коммит 2bf7057ad6
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -8,6 +8,8 @@ using NXPorts.Attributes;
namespace ClrLoader
{
using DllExportAttribute = ExportAttribute;
public static class ClrLoader
{
delegate int EntryPoint(IntPtr buffer, int size);

Просмотреть файл

@ -5,7 +5,7 @@
</PropertyGroup>
<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>