Skip to content

Commit f116b8a

Browse files
dependabot[bot]arturcic
authored andcommitted
(deps): Bump Buildalyzer from 3.2.2 to 3.2.8
Bumps [Buildalyzer](https://github.com/daveaglick/Buildalyzer) from 3.2.2 to 3.2.8. - [Release notes](https://github.com/daveaglick/Buildalyzer/releases) - [Changelog](https://github.com/daveaglick/Buildalyzer/blob/main/ReleaseNotes.md) - [Commits](Buildalyzer/Buildalyzer@v3.2.2...v3.2.8) --- updated-dependencies: - dependency-name: Buildalyzer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 82bdc6c commit f116b8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
</ItemGroup>
1414

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

21-
<ItemGroup Condition=" '$(TargetFramework)' != 'netcoreapp3.1' or '$(TargetFramework)' != 'net5.0' ">
22-
<PackageReference Include="Buildalyzer" Version="3.2.5" />
21+
<ItemGroup Condition=" '$(TargetFramework)' == 'net48' or '$(TargetFramework)' == 'net6.0' ">
22+
<PackageReference Include="Buildalyzer" Version="3.2.8" />
2323
<PackageReference Include="MSBuild.ProjectCreation" Version="6.3.3" />
2424
<PackageReference Include="Microsoft.Build" Version="17.0.0" />
2525
</ItemGroup>

0 commit comments

Comments
 (0)