remove Platforms directive from csproj

main
cosmonaut 2024-01-18 15:58:17 -08:00
parent 842398b237
commit 9b90d47d01
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<Platforms>x64</Platforms>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>