Skip to content

Commit

Permalink
Contributes to #15022
Browse files Browse the repository at this point in the history
Remove the Microsoft.Build.* dependency nodes
from the Microsoft.Arcade.Common package.

Remove the copy of STJ in the XliffTasks package
  • Loading branch information
ViktorHofer authored Aug 22, 2024
1 parent c28c630 commit e4b6684
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Build.Utilities.Core" />
<PackageReference Include="Microsoft.Build.Utilities.Core" PrivateAssets="all" ExcludeAssets="runtime" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Text.Json" />
<PackageReference Include="System.Text.Json" Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'" />
<PackageReference Include="Microsoft.Build.Utilities.Core" />
</ItemGroup>

Expand Down

0 comments on commit e4b6684

Please sign in to comment.