Skip to content

Commit fa23bc4

Browse files
(deps): Bump Buildalyzer from 3.2.2 to 4.1.2
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](Buildalyzer/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] <[email protected]>
1 parent 5c9e137 commit fa23bc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GitVersion.MsBuild.Tests/GitVersion.MsBuild.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
</PropertyGroup>
88

99
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">
10-
<PackageReference Include="Buildalyzer" Version="3.2.2" />
10+
<PackageReference Include="Buildalyzer" Version="4.1.2" />
1111
<PackageReference Include="MSBuild.ProjectCreation" Version="6.3.3" />
1212
<PackageReference Include="Microsoft.Build" Version="16.9.0" />
1313
</ItemGroup>
1414

1515
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
16-
<PackageReference Include="Buildalyzer" Version="3.2.8" />
16+
<PackageReference Include="Buildalyzer" Version="4.1.2" />
1717
<PackageReference Include="MSBuild.ProjectCreation" Version="6.3.3" />
1818
<PackageReference Include="Microsoft.Build" Version="$(PackageVersion_MsBuild)" />
1919
</ItemGroup>

0 commit comments

Comments
 (0)