1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-09 23:45:42 +00:00

Allow unsafe blocks for project

This commit is contained in:
Oliver Booth 2021-03-10 11:10:27 +00:00
parent 9837940079
commit bc42ebbcd4

View File

@ -19,6 +19,7 @@
<FileVersion>2.6.0</FileVersion>
<PackageVersion>2.6.0</PackageVersion>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>