1
0
mirror of synced 2024-11-13 18:50:53 +01:00
ImHex/plugins/script_loader/templates/CSharp/ImHexLibrary/ImHexLibrary.csproj

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>