Skip to content

Commit eefde7b

Browse files
committed
Update ReactiveUI.Uno.SQLiteStudio.csproj
1 parent 9783a3f commit eefde7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/examples/ReactiveUI.Uno.SQLiteStudio/ReactiveUI.Uno.SQLiteStudio.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@
4848
</PropertyGroup>
4949

5050
<!-- Android-specific settings to avoid MAX_PATH issues and skip linking in Debug -->
51-
<PropertyGroup Condition="'$(TargetFramework.EndsWith('0-android'))">
51+
<PropertyGroup Condition="$(TargetFramework.EndsWith('0-android'))">
5252
<AndroidUseShortFileNames>true</AndroidUseShortFileNames>
5353
<BaseOutputPath>$(LOCALAPPDATA)\uno\bin\</BaseOutputPath>
5454
<AndroidLinkMode>None</AndroidLinkMode>
5555
<EmbedAssembliesIntoApk>false</EmbedAssembliesIntoApk>
5656
<PublishTrimmed>true</PublishTrimmed>
5757
</PropertyGroup>
5858

59-
<PropertyGroup Condition="'!$(TargetFramework.EndsWith('0-android'))">
59+
<PropertyGroup Condition="!$(TargetFramework.EndsWith('0-android'))">
6060
<PublishTrimmed>false</PublishTrimmed>
6161
</PropertyGroup>
6262

0 commit comments

Comments
 (0)