I modified the below code for Shared Project,
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
</PropertyGroup>
I modified the below code for Shared Project,
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
</PropertyGroup>
No, it does not. Plan to migrate to Maui, which targets WinUI 3 (Windows App SDK) instead of UWP. UWP is deprecated for new .NET projects.