Browse Source

Update PlatformTarget

Ruben 1 year ago
parent
commit
d195aefb69
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/PicView.Core/PicView.Core.csproj

+ 1 - 1
src/PicView.Core/PicView.Core.csproj

@@ -4,7 +4,7 @@
     <TargetFramework>net9.0</TargetFramework>
     <ImplicitUsings>enable</ImplicitUsings>
     <Nullable>enable</Nullable>
-    <PlatformTarget>x64</PlatformTarget>
+    <Platforms>x64;arm64</Platforms>
     <LangVersion>preview</LangVersion>
   </PropertyGroup>