Skip to content

Commit

Permalink
Merge branch 'master' into fix-wpf-workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-danilov committed Jun 3, 2020
2 parents c37a5b9 + 801f30c commit 7cb4761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/MSBuild.Sdk.Extras/Build/RIDs.targets
Expand Up @@ -215,7 +215,7 @@

<!-- Include the runtimes files -->
<ItemGroup>
<None Include="@(RidSpecificOutput->'%(Identity)')" PackagePath="runtimes/%(Rid)/lib/%(TargetFramework)" Pack="true" KeepMetadata="$(ExtrasNoneRidSpecificOutputKeepMetadata)" />
<None Include="@(RidSpecificOutput->'%(Identity)')" PackagePath="runtimes/%(RidSpecificOutput.Rid)/lib/%(RidSpecificOutput.TargetFramework)" Pack="true" KeepMetadata="$(ExtrasNoneRidSpecificOutputKeepMetadata)" />
</ItemGroup>

</Target>
Expand Down

0 comments on commit 7cb4761

Please sign in to comment.