Skip to content

Commit 8c2c8c7

Browse files
committed
Add x86 and AnyCPU on Universal project
1 parent 37737cd commit 8c2c8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Hi3Helper.Http.Universal.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Platforms>x64</Platforms>
5+
<Platforms>x64;x86;AnyCPU</Platforms>
66
<LangVersion>8.0</LangVersion>
77
<Configurations>Debug;Release</Configurations>
88
<Nullable>disable</Nullable>

0 commit comments

Comments
 (0)