Fix build configuration

This commit is contained in:
Gustave Monce
2024-06-25 15:50:16 +02:00
parent 52780dfd94
commit e1f85070d2
+1 -1
View File
@@ -3,7 +3,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework> <TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<Platforms>x64;x86;ARM64</Platforms> <Platforms>x64;x86;arm64</Platforms>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>