File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
components/AppServices/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929 </PropertyGroup >
3030
3131 <!-- Add the Desktop Extension SDK when on UWP-->
32- <ItemGroup Condition =" '$(IsUwp)' == 'true'" >
32+ <ItemGroup Condition =" '$(IsUwp)' == 'true' AND $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) != 'windows' " >
3333 <SDKReference Include =" WindowsDesktop, Version=$(TargetPlatformVersion)" >
3434 <Name >Windows Desktop Extensions for the UWP</Name >
3535 </SDKReference >
5555 <None Include =" CommunityToolkit.AppServices.targets" PackagePath =" build\uap10.0" Pack =" true" />
5656
5757 <!-- Pack the source generator to the right package folder -->
58- <None Include =" ..\CommunityToolkit.AppServices.SourceGenerators\bin\$(Configuration)\netstandard2.0\CommunityToolkit.AppServices.SourceGenerators.dll" PackagePath =" analyzers\dotnet\cs" Pack =" true" Visible =" false" />
58+ <None Include =" ..\CommunityToolkit.AppServices.SourceGenerators\bin\$(Platform)\$( Configuration)\netstandard2.0\CommunityToolkit.AppServices.SourceGenerators.dll" PackagePath =" analyzers\dotnet\cs" Pack =" true" Visible =" false" />
5959 </ItemGroup >
6060
6161 <!-- Remove imported global usings -->
You can’t perform that action at this time.
0 commit comments