Skip to content

Commit

Permalink
Set platform target to anycpu for the FaissMask project
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kosten committed Nov 13, 2024
1 parent 3c9a572 commit f2a327b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions FaissMask/FaissMask.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<PlatformTarget Condition="$(PlatformTarget)=='' and '$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture)' == 'arm64'">arm64</PlatformTarget>
<PlatformTarget Condition="$(PlatformTarget)==''">x64</PlatformTarget>
<PlatformTarget>anycpu</PlatformTarget>
<LangVersion>Latest</LangVersion>
</PropertyGroup>

Expand Down

0 comments on commit f2a327b

Please sign in to comment.