Skip to content

Commit

Permalink
deps: update dependency microsoft.build.artifacts to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 8, 2024
1 parent c91ee9f commit 965e1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/YoloDev.Sdk/Sdk/Artifacts.targets
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup Condition="'$(EnableArtifacts)' != 'false'">
<PackageReference Include="Microsoft.Build.Artifacts" Version="4.0.4" IsImplicitlyDefined="true" PrivateAssets="all" />
<PackageReference Include="Microsoft.Build.Artifacts" Version="4.2.0" IsImplicitlyDefined="true" PrivateAssets="all" />
</ItemGroup>

<!-- Single target build -->
Expand Down

0 comments on commit 965e1cf

Please sign in to comment.