Skip to content

Commit 13ccdf4

Browse files
Update: (#4854)
- Microsoft.Build.Tasks.Core to 17.14.7 - Microsoft.Build.Utilities.Core to 17.14.7 --- updated-dependencies: - dependency-name: Microsoft.Build.Tasks.Core dependency-version: 17.14.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4b01916 commit 13ccdf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/benchmarks/real-world/ILLink/ILLinkBenchmarks.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<PackageReference Include="Microsoft.Net.ILLink" Version="$(MicrosoftNetILLinkPackageVersion)" />
1818
<PackageReference Include="Microsoft.Net.ILLink.Tasks" Version="$(MicrosoftNetILLinkTasksVersion)" />
1919
<PackageReference Include="Microsoft.Build" Version="17.3.1" />
20-
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.3.1" />
21-
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.3.1" />
20+
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.14.7" />
21+
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.14.7" />
2222
</ItemGroup>
2323

2424
<!-- Make a copy of the sample project with the latest version of ILLink.Tasks -->

0 commit comments

Comments
 (0)