Files
imhex/plugins/script_loader/templates/CSharp/ImHexLibrary/ImHexLibrary.csproj
2023-07-16 20:13:50 +02:00

11 lines
254 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>
</Project>