Skip to content

Commit

Permalink
fix(package): remove AnyCPU as platform
Browse files Browse the repository at this point in the history
  • Loading branch information
MingboPeng committed Mar 26, 2024
1 parent 1ee6e08 commit 4d0671a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PollinationSDK/PollinationSDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageProjectUrl>https://github.com/pollination/csharp-sdk</PackageProjectUrl>
<RepositoryUrl>https://github.com/pollination/csharp-sdk</RepositoryUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Platforms>AnyCPU;x64</Platforms>
<Platforms>x64</Platforms>
<NoWarn>0472;0108</NoWarn>
</PropertyGroup>

Expand Down

0 comments on commit 4d0671a

Please sign in to comment.