Skip to content

Commit ad05094

Browse files
committed
Try fixing TFM configuration in Uno head
1 parent 8b16bb6 commit ad05094

1 file changed

Lines changed: 1 addition & 24 deletions

File tree

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

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
<Project Sdk="Uno.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks Condition=" $([MSBuild]::IsOSPlatform('macOS')) ">$(TargetFrameworks);net10.0-desktop</TargetFrameworks>
4-
<TargetFrameworks Condition=" $([MSBuild]::IsOSPlatform('windows')) ">$(TargetFrameworks);net10.0-windows10.0.26100</TargetFrameworks>
5-
<TargetFrameworks Condition=" $([MSBuild]::IsOSPlatform('linux')) ">$(TargetFrameworks);net10.0-desktop</TargetFrameworks>
6-
7-
<!-- To build SecureFolderFS (Desktop) on Windows, comment net10.0-windows[...] -->
3+
<TargetFrameworks>net10.0-desktop;net10.0-windows10.0.26100.0</TargetFrameworks>
84

95
<!-- Uncomment if you want to explicity set a TargetFramework -->
106
<!--<TargetFramework>net10.0-desktop</TargetFramework>-->
11-
<!--<TargetFramework>net10.0-maccatalyst</TargetFramework>-->
127
<!--<TargetFramework>net10.0-windows10.0.26100</TargetFramework>-->
138
</PropertyGroup>
149

@@ -59,23 +54,6 @@
5954

6055
<Choose>
6156

62-
<!-- Mac Catalyst -->
63-
<When Condition="'$(TargetFramework)'=='net10.0-maccatalyst'">
64-
<ItemGroup>
65-
<PackageReference Include="Uno.CommunityToolkit.WinUI.UI.Controls.Markdown" />
66-
</ItemGroup>
67-
68-
<ItemGroup>
69-
<ProjectReference Include="..\..\Core\SecureFolderFS.Core.FUSE\SecureFolderFS.Core.FUSE.csproj" />
70-
<ProjectReference Include="..\..\Core\SecureFolderFS.Core.WebDav\SecureFolderFS.Core.WebDav.csproj" />
71-
</ItemGroup>
72-
73-
<PropertyGroup>
74-
<_RequiresILLinkPack>true</_RequiresILLinkPack>
75-
<_ComputeManagedAssemblyToLink>true</_ComputeManagedAssemblyToLink>
76-
</PropertyGroup>
77-
</When>
78-
7957
<!-- Skia Desktop -->
8058
<When Condition="'$(TargetFramework)'=='net10.0-desktop'">
8159
<PropertyGroup>
@@ -145,7 +123,6 @@
145123
<EnableMsixTooling>True</EnableMsixTooling>
146124
<ApplicationManifest>app.manifest</ApplicationManifest>
147125
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
148-
<TargetFramework>$(DotNetVersion)-net10.0-windows10.0.26100</TargetFramework>
149126
<PublishProfile>win-$(Platform).pubxml</PublishProfile>
150127
<!--<RuntimeIdentifier>win-$(Platform)</RuntimeIdentifier>-->
151128

0 commit comments

Comments
 (0)