Skip to content

Commit

Permalink
(deps): Bump Buildalyzer from 3.2.2 to 4.1.2
Browse files Browse the repository at this point in the history
Bumps [Buildalyzer](https://github.com/daveaglick/Buildalyzer) from 3.2.2 to 4.1.2.
- [Release notes](https://github.com/daveaglick/Buildalyzer/releases)
- [Changelog](https://github.com/daveaglick/Buildalyzer/blob/main/RELEASE.md)
- [Commits](phmonte/Buildalyzer@v3.2.2...v4.1.2)

---
updated-dependencies:
- dependency-name: Buildalyzer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and arturcic committed Mar 30, 2022
1 parent f416196 commit e682e04
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/GitVersion.MsBuild.Tests/GitVersion.MsBuild.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,16 @@
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">
<PackageReference Include="Buildalyzer" Version="3.2.2" />
<PackageReference Include="MSBuild.ProjectCreation" Version="6.3.3" />
<PackageReference Include="Microsoft.Build" Version="16.9.0" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
<PackageReference Include="Buildalyzer" Version="3.2.8" />
<PackageReference Include="MSBuild.ProjectCreation" Version="6.3.3" />
<PackageReference Include="Microsoft.Build" Version="$(PackageVersion_MsBuild)" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Buildalyzer" Version="4.1.2" />
<PackageReference Include="MSBuild.ProjectCreation" Version="6.3.3" />
<PackageReference Include="LibGit2Sharp" Version="$(PackageVersion_LibGit2Sharp)" />
</ItemGroup>

Expand Down

0 comments on commit e682e04

Please sign in to comment.