1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-12 23:55:41 +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> <FileVersion>2.6.0</FileVersion>
<PackageVersion>2.6.0</PackageVersion> <PackageVersion>2.6.0</PackageVersion>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>