Skip to content

Commit 3674758

Browse files
committed
Fix bug that was preventing dotnet version from being updated in manifest.versions.json
1 parent 83f6173 commit 3674758

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

eng/update-dependencies/BuildUpdaterService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public async Task<int> UpdateFrom(Build build, CreatePullRequestOptions pullRequ
5555
ProductVersions = new Dictionary<string, string?>()
5656
{
5757
// In the VMR, runtime and aspnetcore versions are coupled
58+
{ "dotnet", productCommits.Runtime.Version },
5859
{ "runtime", productCommits.Runtime.Version },
5960
{ "aspnet", productCommits.AspNetCore.Version },
6061
{ "aspnet-composite", productCommits.AspNetCore.Version },

0 commit comments

Comments
 (0)