зеркало из https://github.com/microsoft/BuildXL.git
Merged PR 787099: Update .net runtime versions to 6.0.30, 7.0.19, 8.0.5
Update .net runtime versions to 6.0.30, 7.0.19, 8.0.5 Related work items: #2182665, #2182666, #2182667
This commit is contained in:
Родитель
41f024629d
Коммит
b06d5d5e5c
|
@ -582,7 +582,7 @@
|
|||
"Type": "NuGet",
|
||||
"NuGet": {
|
||||
"Name": "Microsoft.AspNetCore.App.Ref",
|
||||
"Version": "6.0.28"
|
||||
"Version": "6.0.30"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -591,7 +591,7 @@
|
|||
"Type": "NuGet",
|
||||
"NuGet": {
|
||||
"Name": "Microsoft.AspNetCore.App.Ref",
|
||||
"Version": "7.0.17"
|
||||
"Version": "7.0.19"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -600,7 +600,7 @@
|
|||
"Type": "NuGet",
|
||||
"NuGet": {
|
||||
"Name": "Microsoft.AspNetCore.App.Ref",
|
||||
"Version": "8.0.3"
|
||||
"Version": "8.0.5"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -609,7 +609,7 @@
|
|||
"Type": "NuGet",
|
||||
"NuGet": {
|
||||
"Name": "Microsoft.AspNetCore.App.Runtime.linux-x64",
|
||||
"Version": "6.0.28"
|
||||
"Version": "6.0.30"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -618,7 +618,7 @@
|
|||
"Type": "NuGet",
|
||||
"NuGet": {
|
||||
"Name": "Microsoft.AspNetCore.App.Runtime.linux-x64",
|
||||
"Version": "7.0.17"
|
||||
"Version": "7.0.19"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -627,7 +627,7 @@
|
|||
"Type": "NuGet",
|
||||
"NuGet": {
|
||||
"Name": "Microsoft.AspNetCore.App.Runtime.linux-x64",
|
||||
"Version": "8.0.3"
|
||||
"Version": "8.0.5"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -636,7 +636,7 @@
|
|||
"Type": "NuGet",
|
||||
"NuGet": {
|
||||
"Name": "Microsoft.AspNetCore.App.Runtime.osx-x64",
|
||||
"Version": "6.0.28"
|
||||
"Version": "6.0.30"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -645,7 +645,7 @@
|
|||
"Type": "NuGet",
|
||||
"NuGet": {
|
||||
"Name": "Microsoft.AspNetCore.App.Runtime.osx-x64",
|
||||
"Version": "7.0.17"
|
||||
"Version": "7.0.19"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -654,7 +654,7 @@
|
|||
"Type": "NuGet",
|
||||
"NuGet": {
|
||||
"Name": "Microsoft.AspNetCore.App.Runtime.osx-x64",
|
||||
"Version": "8.0.3"
|
||||
"Version": "8.0.5"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -663,7 +663,7 @@
|
|||
"Type": "NuGet",
|
||||
"NuGet": {
|
||||
"Name": "Microsoft.AspNetCore.App.Runtime.win-x64",
|
||||
"Version": "6.0.28"
|
||||
"Version": "6.0.30"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -672,7 +672,7 @@
|
|||
"Type": "NuGet",
|
||||
"NuGet": {
|
||||
"Name": "Microsoft.AspNetCore.App.Runtime.win-x64",
|
||||
"Version": "7.0.17"
|
||||
"Version": "7.0.19"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -681,7 +681,7 @@
|
|||
"Type": "NuGet",
|
||||
"NuGet": {
|
||||
"Name": "Microsoft.AspNetCore.App.Runtime.win-x64",
|
||||
"Version": "8.0.3"
|
||||
"Version": "8.0.5"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -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.28";
|
||||
const asp6RuntimeVersion = "6.0.28";
|
||||
const asp6RefVersion = "6.0.30";
|
||||
const asp6RuntimeVersion = "6.0.30";
|
||||
|
||||
const asp7RefVersion = "7.0.17";
|
||||
const asp7RuntimeVersion = "7.0.17";
|
||||
const asp7RefVersion = "7.0.19";
|
||||
const asp7RuntimeVersion = "7.0.19";
|
||||
|
||||
const asp8RefVersion = "8.0.3";
|
||||
const asp8RuntimeVersion = "8.0.3";
|
||||
const asp8RefVersion = "8.0.5";
|
||||
const asp8RuntimeVersion = "8.0.5";
|
||||
|
||||
export const pkgs = [
|
||||
// aspnet web api
|
||||
|
|
Загрузка…
Ссылка в новой задаче