Skip to content

Commit

Permalink
[TaskScheduler] Force PlatformTarget to x64
Browse files Browse the repository at this point in the history
  • Loading branch information
bagusnl committed Nov 21, 2024
1 parent d2cb274 commit 99257ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Hi3Helper.TaskScheduler/Hi3Helper.TaskScheduler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<TargetFramework>netframework462</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Platforms>x64</Platforms>
<PlatformTarget>x64</PlatformTarget>
<Nullable>enable</Nullable>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<DebugType>portable</DebugType>
Expand Down

0 comments on commit 99257ec

Please sign in to comment.