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

@@ -4,8 +4,6 @@
<NeutralLanguage>en</NeutralLanguage>
<LangVersion>default</LangVersion>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Condition="!$(TargetFramework.StartsWith(`net2`)) AND !$(TargetFramework.StartsWith(`net3`)) AND !$(TargetFramework.StartsWith(`net40`))">

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>