We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f6173 commit 3674758Copy full SHA for 3674758
1 file changed
eng/update-dependencies/BuildUpdaterService.cs
@@ -55,6 +55,7 @@ public async Task<int> UpdateFrom(Build build, CreatePullRequestOptions pullRequ
55
ProductVersions = new Dictionary<string, string?>()
56
{
57
// In the VMR, runtime and aspnetcore versions are coupled
58
+ { "dotnet", productCommits.Runtime.Version },
59
{ "runtime", productCommits.Runtime.Version },
60
{ "aspnet", productCommits.AspNetCore.Version },
61
{ "aspnet-composite", productCommits.AspNetCore.Version },
0 commit comments