Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions pkg/Microsoft.Private.Winforms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,10 @@
<PackagePath>$(_packagePath)%(RecursiveDir)</PackagePath>
</TfmSpecificPackageFile>-->

<!-- commenting out until we decide to use them in the WindowsDesktop package -->
<!-- Get resource dlls -->
<!--TfmSpecificPackageFile Include="$(_baseDirectory)**\$(_baseFileName).resources.dll">
<TfmSpecificPackageFile Include="$(_baseDirectory)**\$(_baseFileName).resources.dll">
<PackagePath>$(_packagePath)%(RecursiveDir)</PackagePath>
</TfmSpecificPackageFile-->
</TfmSpecificPackageFile>

</ItemGroup>
</Target>
Expand Down