Skip to content

Commit 4d0671a

Browse files
committed
fix(package): remove AnyCPU as platform
1 parent 1ee6e08 commit 4d0671a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PollinationSDK/PollinationSDK.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageProjectUrl>https://github.com/pollination/csharp-sdk</PackageProjectUrl>
1313
<RepositoryUrl>https://github.com/pollination/csharp-sdk</RepositoryUrl>
1414
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
15-
<Platforms>AnyCPU;x64</Platforms>
15+
<Platforms>x64</Platforms>
1616
<NoWarn>0472;0108</NoWarn>
1717
</PropertyGroup>
1818

0 commit comments

Comments
 (0)