Skip to content

Commit b2f8e7d

Browse files
authored
Add PrivateAssets="all" to all development dependencies in Directory.Packages.props
1 parent b41e224 commit b2f8e7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
4141
</ItemGroup>
4242
<ItemGroup Condition="'$(IsPackable)'=='true'">
43-
<GlobalPackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4" />
44-
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
43+
<GlobalPackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4" PrivateAssets="all" />
44+
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
4545
<GlobalPackageReference Include="MinVer" Version="6.0.0" PrivateAssets="all" />
4646
</ItemGroup>
4747
</Project>

0 commit comments

Comments
 (0)