Skip to content

Commit 7f3ae3f

Browse files
dependabot-preview[bot]arturcic
authored andcommitted
Bump Microsoft.Build.Tasks.Core from 16.0.461 to 16.3.0
Bumps [Microsoft.Build.Tasks.Core](https://github.com/microsoft/msbuild) from 16.0.461 to 16.3.0. - [Release notes](https://github.com/microsoft/msbuild/releases) - [Commits](https://github.com/microsoft/msbuild/commits) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent d9543d7 commit 7f3ae3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/GitVersionTask.MsBuild/GitVersionTask.MsBuild.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<ItemGroup>
88
<PackageReference Include="Microsoft.Build" Version="16.3.0" />
9-
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="16.0.461" />
9+
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="16.3.0" />
1010
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="2.1.0" />
1111
</ItemGroup>
1212

src/GitVersionTask.Tests/GitVersionTask.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<Import Project="..\test.msbuild" />
77
<ItemGroup>
8-
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="16.0.461" />
8+
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="16.3.0" />
99
</ItemGroup>
1010
<ItemGroup>
1111
<Content Include="Approved\**\*.txt" />

0 commit comments

Comments
 (0)