Skip to content

Commit

Permalink
Correctly reference ref project for Windows.Primitives.csproj (#10122)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer authored Dec 2, 2024
1 parent 27b71f0 commit 227c5cf
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
<ItemGroup>
<PackageReference Include="Microsoft.Windows.CsWin32" Version="$(MicrosoftWindowsCsWin32PackageVersion)" PrivateAssets="all" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="$(SystemRuntimeCompilerServicesUnsafePackageVersion)" />

<ProjectReference Include="$(WpfSourceDir)System.Windows.Primitives\ref\System.Windows.Primitives-ref.csproj">
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>

</Project>
</Project>

0 comments on commit 227c5cf

Please sign in to comment.