Files
MadMin3r-UnconfuserEx/X86Emulator/X86Emulator.csproj
T
2023-03-01 23:18:47 +00:00

14 lines
316 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="dnlib" Version="3.5.0" />
<PackageReference Include="SharpDisasm" Version="1.1.11" />
</ItemGroup>
</Project>