Skip to content

Commit e32c86b

Browse files
(deps): Bump Microsoft.Build from 16.9.0 to 17.4.0
Bumps [Microsoft.Build](https://github.com/dotnet/msbuild) from 16.9.0 to 17.4.0. - [Release notes](https://github.com/dotnet/msbuild/releases) - [Changelog](https://github.com/dotnet/msbuild/blob/main/documentation/Changelog.md) - [Commits](https://github.com/dotnet/msbuild/commits) --- updated-dependencies: - dependency-name: Microsoft.Build dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 15da5ed commit e32c86b

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
@@ -9,19 +9,19 @@
99
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">
1010
<PackageReference Include="Buildalyzer" Version="3.2.2" />
1111
<PackageReference Include="MSBuild.ProjectCreation" Version="6.3.3" />
12-
<PackageReference Include="Microsoft.Build" Version="16.9.0" />
12+
<PackageReference Include="Microsoft.Build" Version="17.4.0" />
1313
</ItemGroup>
1414

1515
<ItemGroup Condition=" '$(TargetFramework)' == 'net5.0' ">
1616
<PackageReference Include="Buildalyzer" Version="3.2.3" />
1717
<PackageReference Include="MSBuild.ProjectCreation" Version="6.3.3" />
18-
<PackageReference Include="Microsoft.Build" Version="16.11.0" />
18+
<PackageReference Include="Microsoft.Build" Version="17.4.0" />
1919
</ItemGroup>
2020

2121
<ItemGroup Condition=" '$(TargetFramework)' != 'netcoreapp3.1' or '$(TargetFramework)' != 'net5.0' ">
2222
<PackageReference Include="Buildalyzer" Version="3.2.3" />
2323
<PackageReference Include="MSBuild.ProjectCreation" Version="6.3.3" />
24-
<PackageReference Include="Microsoft.Build" Version="17.0.0" />
24+
<PackageReference Include="Microsoft.Build" Version="17.4.0" />
2525
</ItemGroup>
2626

2727
<ItemGroup>

0 commit comments

Comments
 (0)