Skip to content

Commit f73835e

Browse files
committed
1
1 parent 977c649 commit f73835e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/Microsoft.Identity.Client/Microsoft.Identity.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<!-- Mobile targets are disabled by default to speed up dev box -->
11-
<PropertyGroup Condition="'$(INCLUDE_MOBILE_AND_LEGACY_TFM)' != '1'">
11+
<PropertyGroup Condition="'$(INCLUDE_MOBILE_AND_LEGACY_TFM)' != ''">
1212
<TargetFrameworkNetAndroid>net8.0-android</TargetFrameworkNetAndroid>
1313
<TargetFrameworkNetIos>net8.0-ios</TargetFrameworkNetIos>
1414
</PropertyGroup>

0 commit comments

Comments
 (0)