Skip to content

Commit

Permalink
Bump MinVer from 5.0.0 to 6.0.0 (#752)
Browse files Browse the repository at this point in the history
Bumps [MinVer](https://github.com/adamralph/minver) from 5.0.0 to 6.0.0.
- [Changelog](https://github.com/adamralph/minver/blob/main/CHANGELOG.md)
- [Commits](adamralph/minver@5.0.0...6.0.0)

---
updated-dependencies:
- dependency-name: MinVer
  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 9, 2024
1 parent bf4a229 commit 1c38a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<SourceRoot Include="$(MSBuildThisFileDirectory)/" />

<AdditionalFiles Include="$(MSBuildThisFileDirectory)/BannedSymbols.txt" Link="Properties/BannedSymbols.txt" />
<PackageReference Include="MinVer" PrivateAssets="All" Version="5.0.0" />
<PackageReference Include="MinVer" PrivateAssets="All" Version="6.0.0" />

<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.2.4">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 1c38a4c

Please sign in to comment.