Skip to content

Commit ba29764

Browse files
committed
Fix build error
1 parent 799bab5 commit ba29764

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Platforms/SecureFolderFS.Uno/SecureFolderFS.Uno.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Uno.Sdk">
1+
<Project Sdk="Uno.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net10.0-desktop;net10.0-windows10.0.26100.0</TargetFrameworks>
44

@@ -91,7 +91,7 @@
9191
</When>
9292

9393
<!-- Windows -->
94-
<When Condition="'$(TargetFramework)'=='net10.0-windows10.0.26100'">
94+
<When Condition="'$(TargetFramework)'=='net10.0-windows10.0.26100.0'">
9595
<ItemGroup>
9696
<PackageReference Include="CommunityToolkit.WinUI.UI.Controls.Markdown" />
9797
<PackageReference Include="Vanara.PInvoke.ComCtl32" />

0 commit comments

Comments
 (0)