File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 88 </UnoFeatures >
99
1010 <IsPackable >false</IsPackable >
11+ <UnoSingleProject >true</UnoSingleProject >
1112 <RootNamespace >CommunityToolkit.App.Uno</RootNamespace >
1213
1314 <!-- Platform flags for Generated/*.props project reference conditions -->
3132
3233 <!-- Force component project references to resolve to net9.0 (not windows-specific) -->
3334 <ItemGroup >
34- <ProjectReference Update =" $(RepositoryDirectory)components\**\*.csproj" SetTargetFramework =" TargetFramework=net9.0" />
35+ <ProjectReference Update =" $(RepositoryDirectory)components\**\*.csproj" SetTargetFramework =" TargetFramework=net9.0" UndefineProperties = " RuntimeIdentifier " />
3536 </ItemGroup >
3637
3738 <!-- Shared app code -->
Original file line number Diff line number Diff line change 88 </UnoFeatures >
99
1010 <IsPackable >false</IsPackable >
11+ <UnoSingleProject >true</UnoSingleProject >
1112
1213 <!-- Platform flags for project reference conditions -->
1314 <IsDeployableHead >true</IsDeployableHead >
2627
2728 <!-- Direct project references for single component -->
2829 <ItemGroup >
29- <ProjectReference Include =" ..\..\src\*.csproj" SetTargetFramework =" TargetFramework=net9.0" />
30- <ProjectReference Include =" ..\..\samples\*.csproj" SetTargetFramework =" TargetFramework=net9.0" />
30+ <ProjectReference Include =" ..\..\src\*.csproj" SetTargetFramework =" TargetFramework=net9.0" UndefineProperties = " RuntimeIdentifier " />
31+ <ProjectReference Include =" ..\..\samples\*.csproj" SetTargetFramework =" TargetFramework=net9.0" UndefineProperties = " RuntimeIdentifier " />
3132 </ItemGroup >
3233
3334 <!-- Shared app code -->
You can’t perform that action at this time.
0 commit comments