Skip to content

Commit 5647e29

Browse files
authored
Merge pull request #9328 from tmeschter/231113-CompilerToolsetPrivateAssets
Specify PrivateAssets="all"
2 parents d669946 + 35b531d commit 5647e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/imports/HostAgnostic.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<!-- Path Property: PkgMicrosoft_DiaSymReader_Pdb2Pdb -->
1313
<PackageReference Include="Microsoft.DiaSymReader.Pdb2Pdb" ExcludeAssets="all" GeneratePathProperty="true" />
1414
<PackageReference Include="Microsoft.DotNet.XliffTasks" PrivateAssets="all" />
15-
<PackageReference Include="Microsoft.Net.Compilers.Toolset" />
15+
<PackageReference Include="Microsoft.Net.Compilers.Toolset" PrivateAssets="all" />
1616
<!--
1717
The SourceLink package depends on the repo provider used.
1818
https://github.com/dotnet/sourcelink#using-source-link-in-net-projects

0 commit comments

Comments
 (0)