Skip to content

Commit

Permalink
Bump Microsoft.Build.Artifacts from 4.2.0 to 5.0.1 (#476)
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Build.Artifacts](https://github.com/Microsoft/MSBuildSdks) from 4.2.0 to 5.0.1.
- [Release notes](https://github.com/Microsoft/MSBuildSdks/releases)
- [Changelog](https://github.com/microsoft/MSBuildSdks/blob/main/RELEASE.md)
- [Commits](Microsoft.Build.Artifacts.4.2.0...Microsoft.Build.Artifacts.5.0.1)

---
updated-dependencies:
- dependency-name: Microsoft.Build.Artifacts
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 1344729 commit 1e193d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<GlobalPackageReference Include="Microsoft.Build.Artifacts" Version="4.2.0" Condition="'$(EnableArtifacts)' != 'false'" />
<GlobalPackageReference Include="Microsoft.Build.Artifacts" Version="5.0.1" Condition="'$(EnableArtifacts)' != 'false'" />
<GlobalPackageReference Include="Microsoft.VisualStudioEng.MicroBuild.Core" Version="1.0.0" Condition="'$(EnableMicroBuild)' != 'false'" />
<GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.6.133" Condition="'$(EnableGitVersioning)' != 'false'" />
</ItemGroup>
Expand Down

0 comments on commit 1e193d0

Please sign in to comment.