Skip to content

Commit

Permalink
Make System.Threading.Tasks.Dataflow dependency private (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
bording committed Oct 17, 2023
1 parent 486c3e0 commit c80b034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Artifacts/Microsoft.Build.Artifacts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<ItemGroup>
<PackageReference Include="CopyOnWrite" GeneratePathProperty="True" PrivateAssets="All" />
<PackageReference Include="Microsoft.Build.Utilities.Core" ExcludeAssets="Runtime" PrivateAssets="All" />
<PackageReference Include="System.Threading.Tasks.Dataflow" />
<PackageReference Include="System.Threading.Tasks.Dataflow" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<None Include="build\*" Pack="true" PackagePath="build\" />
Expand Down

0 comments on commit c80b034

Please sign in to comment.