|
1 | 1 | <Project Sdk="Uno.Sdk"> |
2 | 2 | <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> |
8 | 4 |
|
9 | 5 | <!-- Uncomment if you want to explicity set a TargetFramework --> |
10 | 6 | <!--<TargetFramework>net10.0-desktop</TargetFramework>--> |
11 | | - <!--<TargetFramework>net10.0-maccatalyst</TargetFramework>--> |
12 | 7 | <!--<TargetFramework>net10.0-windows10.0.26100</TargetFramework>--> |
13 | 8 | </PropertyGroup> |
14 | 9 |
|
|
59 | 54 |
|
60 | 55 | <Choose> |
61 | 56 |
|
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 | | - |
79 | 57 | <!-- Skia Desktop --> |
80 | 58 | <When Condition="'$(TargetFramework)'=='net10.0-desktop'"> |
81 | 59 | <PropertyGroup> |
|
145 | 123 | <EnableMsixTooling>True</EnableMsixTooling> |
146 | 124 | <ApplicationManifest>app.manifest</ApplicationManifest> |
147 | 125 | <RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers> |
148 | | - <TargetFramework>$(DotNetVersion)-net10.0-windows10.0.26100</TargetFramework> |
149 | 126 | <PublishProfile>win-$(Platform).pubxml</PublishProfile> |
150 | 127 | <!--<RuntimeIdentifier>win-$(Platform)</RuntimeIdentifier>--> |
151 | 128 |
|
|
0 commit comments