Skip to content

Commit a9992fe

Browse files
dependabot[bot]arturcic
authored andcommitted
(deps): Bump Microsoft.Build from 16.9.0 to 17.1.0
Bumps [Microsoft.Build](https://github.com/dotnet/msbuild) from 16.9.0 to 17.1.0. - [Release notes](https://github.com/dotnet/msbuild/releases) - [Commits](dotnet/msbuild@v16.9.0...v17.1.0) --- 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 990e937 commit a9992fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<ItemGroup Condition=" '$(TargetFramework)' == 'net48' or '$(TargetFramework)' == 'net6.0' ">
2222
<PackageReference Include="Buildalyzer" Version="3.2.8" />
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.1.0" />
2525
</ItemGroup>
2626

2727
<ItemGroup>

0 commit comments

Comments
 (0)