Update SDK and runtime versions
This commit is contained in:
parent
a52244340b
commit
0332d9d929
|
|
@ -1,19 +1,19 @@
|
||||||
{
|
{
|
||||||
"sdk": {
|
"sdk": {
|
||||||
"version": "5.0.103"
|
"version": "5.0.104"
|
||||||
},
|
},
|
||||||
"tools": {
|
"tools": {
|
||||||
"dotnet": "5.0.103",
|
"dotnet": "5.0.104",
|
||||||
"runtimes": {
|
"runtimes": {
|
||||||
"dotnet/x64": [
|
"dotnet/x64": [
|
||||||
"2.1.25",
|
"2.1.26",
|
||||||
"$(MicrosoftNETCoreAppInternalPackageVersion)"
|
"$(MicrosoftNETCoreAppInternalPackageVersion)"
|
||||||
],
|
],
|
||||||
"dotnet/x86": [
|
"dotnet/x86": [
|
||||||
"$(MicrosoftNETCoreAppInternalPackageVersion)"
|
"$(MicrosoftNETCoreAppInternalPackageVersion)"
|
||||||
],
|
],
|
||||||
"aspnetcore/x64": [
|
"aspnetcore/x64": [
|
||||||
"3.1.12"
|
"3.1.13"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Git": "2.22.0",
|
"Git": "2.22.0",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue