Skip to content

Commit

Permalink
Reference Microsoft.IO.Redist only for net472
Browse files Browse the repository at this point in the history
  • Loading branch information
smitpatel committed Jul 19, 2024
1 parent 102c178 commit f3bc673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/imports/HostAgnostic.props
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<PackageReference Include="Microsoft.VisualStudio.Validation" />
<PackageReference Include="System.Threading.Tasks.Dataflow" />

<PackageReference Include="Microsoft.IO.Redist" />
<PackageReference Include="Microsoft.IO.Redist" Condition="'$(TargetFramework)' == 'net472'" />

<!-- VS MEF -->
<PackageReference Include="Microsoft.VisualStudio.Composition" />
Expand Down

0 comments on commit f3bc673

Please sign in to comment.