Merged PR 787813: Update .net runtime versions to 6.0.31, 7.0.20, 8.0.6

Update .net runtime versions to 6.0.31, 7.0.20, 8.0.6
This commit is contained in:
Michael Pysson 2024-05-31 17:19:45 +00:00
Родитель 47938a03a9
Коммит 06f67cd7c9
2 изменённых файлов: 18 добавлений и 18 удалений

Просмотреть файл

@ -582,7 +582,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.AspNetCore.App.Ref",
"Version": "6.0.30"
"Version": "6.0.31"
}
}
},
@ -591,7 +591,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.AspNetCore.App.Ref",
"Version": "7.0.19"
"Version": "7.0.20"
}
}
},
@ -600,7 +600,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.AspNetCore.App.Ref",
"Version": "8.0.5"
"Version": "8.0.6"
}
}
},
@ -609,7 +609,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.AspNetCore.App.Runtime.linux-x64",
"Version": "6.0.30"
"Version": "6.0.31"
}
}
},
@ -618,7 +618,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.AspNetCore.App.Runtime.linux-x64",
"Version": "7.0.19"
"Version": "7.0.20"
}
}
},
@ -627,7 +627,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.AspNetCore.App.Runtime.linux-x64",
"Version": "8.0.5"
"Version": "8.0.6"
}
}
},
@ -636,7 +636,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.AspNetCore.App.Runtime.osx-x64",
"Version": "6.0.30"
"Version": "6.0.31"
}
}
},
@ -645,7 +645,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.AspNetCore.App.Runtime.osx-x64",
"Version": "7.0.19"
"Version": "7.0.20"
}
}
},
@ -654,7 +654,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.AspNetCore.App.Runtime.osx-x64",
"Version": "8.0.5"
"Version": "8.0.6"
}
}
},
@ -663,7 +663,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.AspNetCore.App.Runtime.win-x64",
"Version": "6.0.30"
"Version": "6.0.31"
}
}
},
@ -672,7 +672,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.AspNetCore.App.Runtime.win-x64",
"Version": "7.0.19"
"Version": "7.0.20"
}
}
},
@ -681,7 +681,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.AspNetCore.App.Runtime.win-x64",
"Version": "8.0.5"
"Version": "8.0.6"
}
}
},

Просмотреть файл

@ -5,14 +5,14 @@ const aspVersion = "8.0.0";
// Versions used by framework reference packages for reference assemblies
// and runtime assemblies respectively
const asp6RefVersion = "6.0.30";
const asp6RuntimeVersion = "6.0.30";
const asp6RefVersion = "6.0.31";
const asp6RuntimeVersion = "6.0.31";
const asp7RefVersion = "7.0.19";
const asp7RuntimeVersion = "7.0.19";
const asp7RefVersion = "7.0.20";
const asp7RuntimeVersion = "7.0.20";
const asp8RefVersion = "8.0.5";
const asp8RuntimeVersion = "8.0.5";
const asp8RefVersion = "8.0.6";
const asp8RuntimeVersion = "8.0.6";
export const pkgs = [
// aspnet web api