We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799bab5 commit ba29764Copy full SHA for ba29764
1 file changed
src/Platforms/SecureFolderFS.Uno/SecureFolderFS.Uno.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Uno.Sdk">
+<Project Sdk="Uno.Sdk">
2
<PropertyGroup>
3
<TargetFrameworks>net10.0-desktop;net10.0-windows10.0.26100.0</TargetFrameworks>
4
@@ -91,7 +91,7 @@
91
</When>
92
93
<!-- Windows -->
94
- <When Condition="'$(TargetFramework)'=='net10.0-windows10.0.26100'">
+ <When Condition="'$(TargetFramework)'=='net10.0-windows10.0.26100.0'">
95
<ItemGroup>
96
<PackageReference Include="CommunityToolkit.WinUI.UI.Controls.Markdown" />
97
<PackageReference Include="Vanara.PInvoke.ComCtl32" />
0 commit comments