Skip to content

Commit

Permalink
Remove some unnecessary PrivateAssets=all.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Dec 14, 2023
1 parent de5d9fd commit 064c335
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions src/generators/generators.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp"
PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" />
</ItemGroup>
</Project>
6 changes: 2 additions & 4 deletions src/tests/tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,12 @@

<ItemGroup>
<PackageReference Include="Meziantou.Xunit.ParallelTestFramework" />
<PackageReference Include="Microsoft.NET.Test.Sdk"
PrivateAssets="all" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="Shouldly" />
<PackageReference Include="Verify.DiffPlex" />
<PackageReference Include="Verify.Xunit" />
<PackageReference Include="xunit" />
<PackageReference Include="xunit.runner.visualstudio"
PrivateAssets="all" />
<PackageReference Include="xunit.runner.visualstudio" />
</ItemGroup>

<Import Project="../language/core/core.targets" />
Expand Down

0 comments on commit 064c335

Please sign in to comment.