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

12 lines
220 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="dnlib" Version="3.5.0" />
</ItemGroup>
</Project>