Enable unsafe code blocks in project settings

This commit is contained in:
2025-09-13 12:47:04 +01:00
parent 31f7b2c2ff
commit 1b4ea7609a
2 changed files with 1 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
<FileVersion>1.0.0.0</FileVersion>
<InformationalVersion>1.0.0-beta.1</InformationalVersion>
<Copyright>© $([System.DateTime]::Now.Year) Natalia Portillo</Copyright>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>