New DotNetCore Sdks 2024-03-13 (#2390)

* [create-pull-request] automated change

* Add runtime build number

* DotnetCoreSdk support 8.0.2

* DOTNETCORE|8, remove focal-scm and stretch

* update dotnetcore versions

* update readme

* updated readme

---------

Co-authored-by: kumaraksh1 <kumaraksh1@users.noreply.github.com>
Co-authored-by: William Hernandez <williamhe@microsoft.com>
Co-authored-by: Akshay Kumar <kumaraksh@microsoft.com>
This commit is contained in:
Harry Li 2024-03-13 04:06:53 -07:00 коммит произвёл GitHub
Родитель 9df24408c5
Коммит e44ea82901
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
9 изменённых файлов: 216 добавлений и 211 удалений

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

@ -1,6 +1,6 @@
# This file was auto-generated from 'constants.yaml'. Changes may be overridden.
DOT_NET_CORE_RUNTIME_BASE_TAG='20240308.1'
DOT_NET_CORE_RUNTIME_BASE_TAG='20240313.1'
NET_CORE_APP_10='1.0.16'
NET_CORE_APP_11='1.1.13'
NET_CORE_APP_20='2.0.9'
@ -30,7 +30,7 @@ NET_CORE_APP_70='7.0.14'
NET_CORE_APP_70_SHA='02fd66ef2059d124d9c4f3fbfd0d5b0375b83610cdf51a2972567e4bdaf1d55e532478533509ec2408c371e7fdd6efea8e9b9aec9eb5cd703e8e5d2814ef319b'
ASPNET_CORE_APP_70='7.0.14'
ASPNET_CORE_APP_70_SHA='00f55556cb580d81bf0059a61a642ed8b405452d55e94460c03a0edec9a4f608fd78561560e5fc5bf6e42fb1f45420eba75f8d102d8bd46686379dab7ffde6f6'
NET_CORE_APP_80='8.0.2'
NET_CORE_APP_80_SHA='f30f72f55b9e97e36107f920e932477183867726a963ea0d4d151f291981877ba253a7175614c60b386b6a37f9192d97d7402dafdad2529369f512698cb9d1dd'
ASPNET_CORE_APP_80='8.0.2'
ASPNET_CORE_APP_80_SHA='c8d4f9ad45cc97570ac607c0d14064da6c1215ef864afd73688ec7470af774f80504a937cbb5aadbb0083250122aae361770d2bca68f30ac7b62b4717bee6fca'
NET_CORE_APP_80='8.0.3'
NET_CORE_APP_80_SHA='08ad7065abf73d09bd718963bd1277c4736f9d51c7c51849255732db03b59f2321d321235be8be35ca5ef2bbd4f331a0fecaefb48d3e1075659e075bcd1f0169'
ASPNET_CORE_APP_80='8.0.3'
ASPNET_CORE_APP_80_SHA='73a16e08402989f25ca780acc981c2ae3a41ef39b4bb6b6b4962053144b6eda7c175fdd5ee3c25bcd0c86a27d1a83d4f8b9b2f69f37d4e3972f5901a9e0600b6'

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

@ -10,4 +10,4 @@ DOT_NET_50_SDK_VERSION='5.0.408'
DOT_NET_60_SDK_VERSION='6.0.417'
DOT_NET_60_RTM_SDK_VERSION='6-0-100-rtm-21527-11'
DOT_NET_70_SDK_VERSION='7.0.404'
DOT_NET_80_SDK_VERSION='8.0.201'
DOT_NET_80_SDK_VERSION='8.0.202'

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

@ -27,14 +27,14 @@
python-gunicorn-custom-thread-num: PYTHON_GUNICORN_CUSTOM_THREAD_NUM
nginx-conf-file: NGINX_CONF_FILE
outputs:
- type: csharp
directory: src/BuildScriptGenerator.Common
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: shell
directory: build
file-name-prefix: __
- type: go
directory: src/startupscriptgenerator/src/common/consts
- type: csharp
directory: src/BuildScriptGenerator.Common
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: shell
directory: build
file-name-prefix: __
- type: go
directory: src/startupscriptgenerator/src/common/consts
- name: dot-net-core-sdk-versions
constants:
dot-net-core-11-sdk-version: 1.1.14
@ -47,29 +47,29 @@
dot-net-60-sdk-version: 6.0.417
dot-net-60-rtm-sdk-version: 6-0-100-rtm-21527-11
dot-net-70-sdk-version: 7.0.404
dot-net-80-sdk-version: 8.0.201
dot-net-80-sdk-version: 8.0.202
runtime-versions:
- 3.0-debian-buster
- 3.1-debian-bullseye
- 3.1-debian-buster
- 5.0-debian-buster
- 6.0-debian-bullseye
- 6.0-debian-buster
- 7.0-debian-bullseye
- 7.0-debian-buster
- 8.0-debian-bullseye
- 8.0-debian-bookworm
- dynamic-debian-buster
- 3.0-debian-buster
- 3.1-debian-bullseye
- 3.1-debian-buster
- 5.0-debian-buster
- 6.0-debian-bullseye
- 6.0-debian-buster
- 7.0-debian-bullseye
- 7.0-debian-buster
- 8.0-debian-bullseye
- 8.0-debian-bookworm
- dynamic-debian-buster
outputs:
- type: csharp
directory: src/BuildScriptGenerator/DotNetCore
namespace: Microsoft.Oryx.BuildScriptGenerator.DotNetCore
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator/DotNetCore
namespace: Microsoft.Oryx.BuildScriptGenerator.DotNetCore
- type: shell
directory: build
file-name-prefix: __
- name: dot-net-core-run-time-versions
constants:
dot-net-core-runtime-base-tag: 20240308.1
dot-net-core-runtime-base-tag: 20240313.1
net-core-app-10: 1.0.16
net-core-app-11: 1.1.13
net-core-app-20: 2.0.9
@ -99,17 +99,17 @@
net-core-app-70-sha: 02fd66ef2059d124d9c4f3fbfd0d5b0375b83610cdf51a2972567e4bdaf1d55e532478533509ec2408c371e7fdd6efea8e9b9aec9eb5cd703e8e5d2814ef319b
aspnet-core-app-70: 7.0.14
aspnet-core-app-70-sha: 00f55556cb580d81bf0059a61a642ed8b405452d55e94460c03a0edec9a4f608fd78561560e5fc5bf6e42fb1f45420eba75f8d102d8bd46686379dab7ffde6f6
net-core-app-80: 8.0.2
net-core-app-80-sha: f30f72f55b9e97e36107f920e932477183867726a963ea0d4d151f291981877ba253a7175614c60b386b6a37f9192d97d7402dafdad2529369f512698cb9d1dd
aspnet-core-app-80: 8.0.2
aspnet-core-app-80-sha: c8d4f9ad45cc97570ac607c0d14064da6c1215ef864afd73688ec7470af774f80504a937cbb5aadbb0083250122aae361770d2bca68f30ac7b62b4717bee6fca
net-core-app-80: 8.0.3
net-core-app-80-sha: 08ad7065abf73d09bd718963bd1277c4736f9d51c7c51849255732db03b59f2321d321235be8be35ca5ef2bbd4f331a0fecaefb48d3e1075659e075bcd1f0169
aspnet-core-app-80: 8.0.3
aspnet-core-app-80-sha: 73a16e08402989f25ca780acc981c2ae3a41ef39b4bb6b6b4962053144b6eda7c175fdd5ee3c25bcd0c86a27d1a83d4f8b9b2f69f37d4e3972f5901a9e0600b6
outputs:
- type: csharp
directory: src/BuildScriptGenerator/DotNetCore
namespace: Microsoft.Oryx.BuildScriptGenerator.DotNetCore
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator/DotNetCore
namespace: Microsoft.Oryx.BuildScriptGenerator.DotNetCore
- type: shell
directory: build
file-name-prefix: __
- name: final-stretch-versions
constants:
final-stretch-dot-net-core-31-sdk-version: 3.1.420
@ -124,12 +124,12 @@
final-stretch-node14-version: 14.21.3
final-stretch-node16-version: 16.20.0
outputs:
- type: csharp
directory: src/BuildScriptGenerator
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: shell
directory: build
file-name-prefix: __
- name: golang-versions
constants:
golang16-version: 1.16.7
@ -141,12 +141,12 @@
golang19-version: 1.19.7
golang19-tar-sha256: 7a75720c9b066ae1750f6bcc7052aba70fa3813f4223199ee2a2315fd3eb533d
outputs:
- type: csharp
directory: src/BuildScriptGenerator
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: shell
directory: build
file-name-prefix: __
- name: python-versions
constants:
python-runtime-base-tag: 20240227.1
@ -160,29 +160,29 @@
python311-version: 3.11.8
python312-version: 3.12.2
runtime-versions:
- 3.7-debian-bullseye
- 3.7-debian-buster
- 3.8-debian-bookworm
- 3.8-debian-bullseye
- 3.8-debian-buster
- 3.9-debian-bookworm
- 3.9-debian-bullseye
- 3.9-debian-buster
- 3.10-debian-bookworm
- 3.10-debian-bullseye
- 3.10-debian-buster
- 3.11-debian-bookworm
- 3.11-debian-bullseye
- 3.12-debian-bookworm
- 3.12-debian-bullseye
- dynamic-debian-buster
- 3.7-debian-bullseye
- 3.7-debian-buster
- 3.8-debian-bookworm
- 3.8-debian-bullseye
- 3.8-debian-buster
- 3.9-debian-bookworm
- 3.9-debian-bullseye
- 3.9-debian-buster
- 3.10-debian-bookworm
- 3.10-debian-bullseye
- 3.10-debian-buster
- 3.11-debian-bookworm
- 3.11-debian-bullseye
- 3.12-debian-bookworm
- 3.12-debian-bullseye
- dynamic-debian-buster
outputs:
- type: csharp
directory: src/BuildScriptGenerator
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: shell
directory: build
file-name-prefix: __
- name: php-versions
constants:
php-runtime-base-tag: 20240222.2
@ -222,30 +222,30 @@
php56-keys: 0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
php56-tar-sha256: 1369a51eee3995d7fbd1c5342e5cc917760e276d561595b6052b21ace2656d1c
runtime-versions:
- 7.4-debian-bullseye
- 7.4-debian-buster
- 8.0-debian-bullseye
- 8.0-debian-buster
- 8.1-debian-bullseye
- 8.1-debian-buster
- 8.2-debian-bullseye
- 8.2-debian-buster
- 7.4-debian-bullseye
- 7.4-debian-buster
- 8.0-debian-bullseye
- 8.0-debian-buster
- 8.1-debian-bullseye
- 8.1-debian-buster
- 8.2-debian-bullseye
- 8.2-debian-buster
fpm-runtime-versions:
- 7.4-fpm-debian-bullseye
- 7.4-fpm-debian-buster
- 8.0-fpm-debian-bullseye
- 8.0-fpm-debian-buster
- 8.1-fpm-debian-bullseye
- 8.1-fpm-debian-buster
- 8.2-fpm-debian-bullseye
- 8.2-fpm-debian-buster
- 7.4-fpm-debian-bullseye
- 7.4-fpm-debian-buster
- 8.0-fpm-debian-bullseye
- 8.0-fpm-debian-buster
- 8.1-fpm-debian-bullseye
- 8.1-fpm-debian-buster
- 8.2-fpm-debian-bullseye
- 8.2-fpm-debian-buster
outputs:
- type: csharp
directory: src/BuildScriptGenerator
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: shell
directory: build
file-name-prefix: __
- name: ruby-versions
constants:
gem-version: 3.3.21
@ -260,20 +260,20 @@
ruby30-version: 3.0.5
ruby30-tar-sha256: cf7cb5ba2030fe36596a40980cdecfd79a0337d35860876dc2b10a38675bddde
runtime-versions:
- 2.5-debian-bullseye
- 2.5-debian-buster
- 2.6-debian-bullseye
- 2.6-debian-buster
- 2.7-debian-bullseye
- 2.7-debian-buster
- dynamic-debian-buster
- 2.5-debian-bullseye
- 2.5-debian-buster
- 2.6-debian-bullseye
- 2.6-debian-buster
- 2.7-debian-bullseye
- 2.7-debian-buster
- dynamic-debian-buster
outputs:
- type: csharp
directory: src/BuildScriptGenerator
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: shell
directory: build
file-name-prefix: __
- name: file-paths
constants:
compressed-output-file-name: oryx_output.tar.gz
@ -290,11 +290,11 @@
pre-run-command-env-var-name: PRE_RUN_COMMAND
app-svc-file-name: appsvc.yaml
outputs:
- type: csharp
directory: src/BuildScriptGenerator.Common
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: go
directory: src/startupscriptgenerator/src/common/consts
- type: csharp
directory: src/BuildScriptGenerator.Common
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: go
directory: src/startupscriptgenerator/src/common/consts
- name: os-types
constants:
debian-stretch: stretch
@ -303,11 +303,11 @@
debian-buster: buster
ubuntu-focal-scm: focal-scm
outputs:
- type: csharp
directory: src/BuildScriptGenerator.Common
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: go
directory: src/startupscriptgenerator/src/common/consts
- type: csharp
directory: src/BuildScriptGenerator.Common
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: go
directory: src/startupscriptgenerator/src/common/consts
- name: node-versions
constants:
node-runtime-base-tag: 20240221.3
@ -326,21 +326,21 @@
pm2-version: 4.5.6
npm-version: 9.6.4
runtime-versions:
- 14-debian-bullseye
- 14-debian-buster
- 16-debian-bullseye
- 16-debian-buster
- 18-debian-bullseye
- 20-debian-bullseye
- 20-debian-bookworm
- dynamic-debian-buster
- 14-debian-bullseye
- 14-debian-buster
- 16-debian-bullseye
- 16-debian-buster
- 18-debian-bullseye
- 20-debian-bullseye
- 20-debian-bookworm
- dynamic-debian-buster
outputs:
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator/Node
namespace: Microsoft.Oryx.BuildScriptGenerator.Node
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator/Node
namespace: Microsoft.Oryx.BuildScriptGenerator.Node
- name: sdk-storage-constants
constants:
enable-dynamic-install-key: ENABLE_DYNAMIC_INSTALL
@ -368,17 +368,17 @@
legacy-dotnet-runtime-version-metadata-name: Runtime_version
os-type-metadata-name: Os_type
outputs:
- type: shell
directory: images
file-name-prefix: __
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator.Common
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: go
directory: src/startupscriptgenerator/src/common/consts
- type: shell
directory: images
file-name-prefix: __
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator.Common
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: go
directory: src/startupscriptgenerator/src/common/consts
- name: runtime-dynamic-installation-constants
constants:
node-installation-dir: /tmp/oryx/nodejs
@ -388,8 +388,8 @@
setup-script-location: /tmp/oryx/setupEnv.sh
ruby-installation-root-dir: /opt/ruby
outputs:
- type: go
directory: src/startupscriptgenerator/src/common/consts
- type: go
directory: src/startupscriptgenerator/src/common/consts
- name: hugo-constants
constants:
version: 0.112.5
@ -398,52 +398,52 @@
installation-url-format: https://github.com/gohugoio/hugo/releases/download/v#VERSION#/#TAR_FILE#
tar-file-name-format: hugo_extended_#VERSION#_Linux-64bit.tar.gz
toml-file-names:
- config.toml
- hugo.toml
- config.toml
- hugo.toml
yaml-file-names:
- config.yaml
- hugo.yaml
- config.yaml
- hugo.yaml
yml-file-names:
- config.yml
- hugo.yml
- config.yml
- hugo.yml
json-file-names:
- config.json
- hugo.json
- config.json
- hugo.json
config-folder-name: config
outputs:
- type: csharp
directory: src/BuildScriptGenerator/Hugo
namespace: Microsoft.Oryx.BuildScriptGenerator.Hugo
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator/Hugo
namespace: Microsoft.Oryx.BuildScriptGenerator.Hugo
- type: shell
directory: build
file-name-prefix: __
- name: detector-nuget-packages-versions
constants:
version-prefix: 1.0.0
version-suffix: pre-$(BUILD_BUILDNUMBER)
version: $(VERSION_PREFIX)-$(VERSION_SUFFIX)
outputs:
- type: msbuild
directory: build/detector
file-name-prefix: __
- type: msbuild
directory: build/detector
file-name-prefix: __
- name: detector-nuget-packages-versions
constants:
version-prefix: 1.0.0
version-suffix: '"pre-$BUILD_BUILDNUMBER"'
version: '"$VERSION_PREFIX-$VERSION_SUFFIX"'
outputs:
- type: shell
directory: build/detector
file-name-prefix: __
- type: shell
directory: build/detector
file-name-prefix: __
- name: detector-nuget-packages-versions
constants:
version-prefix: 1.0.0
version-suffix: '"pre-$env:BUILD_BUILDNUMBER"'
version: '"$VERSION_PREFIX-$VERSION_SUFFIX"'
outputs:
- type: powershell
directory: build/detector
file-name-prefix: __
- type: powershell
directory: build/detector
file-name-prefix: __
- name: conda-constants
constants:
conda-version: 4.12.0-0
@ -453,56 +453,56 @@
default-python2-version: 2.7.15
default-python2-conda-environment-yml-file-template-name: python2.default.envrionment.yml.template
outputs:
- type: csharp
directory: src/BuildScriptGenerator/Python
namespace: Microsoft.Oryx.BuildScriptGenerator.Python
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator/Python
namespace: Microsoft.Oryx.BuildScriptGenerator.Python
- type: shell
directory: build
file-name-prefix: __
- name: java-versions
constants:
java-version: 17.0.2
java-version11: 11.0.14
maven-version: 3.8.5
outputs:
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator/Java
namespace: Microsoft.Oryx.BuildScriptGenerator.Java
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator/Java
namespace: Microsoft.Oryx.BuildScriptGenerator.Java
- name: go-versions
constants:
go-version: 1.15.8
outputs:
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator
namespace: Microsoft.Oryx.BuildScriptGenerator.Go
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator
namespace: Microsoft.Oryx.BuildScriptGenerator.Go
- name: staging-runtime-constants
constants:
dotnetcore-staging-runtime-versions:
-
-
python-staging-runtime-versions:
-
-
node-staging-runtime-versions:
-
-
java-staging-runtime-versions:
-
-
php-staging-runtime-versions:
-
-
hugo-staging-runtime-versions:
-
-
ruby-staging-runtime-versions:
-
-
golang-staging-runtime-versions:
-
-
outputs:
- type: csharp
directory: src/BuildScriptGenerator
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: shell
directory: build
file-name-prefix: __
- type: csharp
directory: src/BuildScriptGenerator
namespace: Microsoft.Oryx.BuildScriptGenerator.Common
- type: shell
directory: build
file-name-prefix: __

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

@ -22,6 +22,7 @@
- 8.0.100
- 8.0.101
- 8.0.201
- 8.0.202
### bullseye
@ -98,6 +99,7 @@
- 8.0.100
- 8.0.101
- 8.0.201
- 8.0.202
### buster
@ -186,6 +188,7 @@
- 8.0.100
- 8.0.101
- 8.0.201
- 8.0.202
### focal-scm
@ -409,7 +412,6 @@
- 8.0.100
- 8.0.101
## golang
### bullseye

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

@ -19,3 +19,4 @@
8.0.100, 13905ea20191e70baeba50b0e9bbe5f752a7c34587878ee104744f9fb453bfe439994d38969722bdae7f60ee047d75dda8636f3ab62659450e9cd4024f38b2a5, https://dotnetcli.blob.core.windows.net/dotnet-private/Internal/8.0.0/dotnet-sdk-8.0.100-linux-x64.tar.gz,
8.0.101, 26df0151a3a59c4403b52ba0f0df61eaa904110d897be604f19dcaa27d50860c82296733329cb4a3cf20a2c2e518e8f5d5f36dfb7931bf714a45e46b11487c9a,
8.0.201, 310cf54f595698435b533931b12f86d49f89d27243cf7c87a5b926e0c676b80e869aa58aaff17b5095536c432f377c67d92bf0ca8941b9d891d4b3879637d488,
8.0.202, e0e790c7cc6f8129913317d326c599ff8e8ed4927d4e0adccbe55c50be5c353fe3d83043e529973ced2b302b8432c2ab31533b94ffe9c363eaa9964a7160643a,

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

@ -74,3 +74,4 @@
8.0.100, 13905ea20191e70baeba50b0e9bbe5f752a7c34587878ee104744f9fb453bfe439994d38969722bdae7f60ee047d75dda8636f3ab62659450e9cd4024f38b2a5, https://dotnetcli.blob.core.windows.net/dotnet-private/Internal/8.0.0/dotnet-sdk-8.0.100-linux-x64.tar.gz,
8.0.101, 26df0151a3a59c4403b52ba0f0df61eaa904110d897be604f19dcaa27d50860c82296733329cb4a3cf20a2c2e518e8f5d5f36dfb7931bf714a45e46b11487c9a,
8.0.201, 310cf54f595698435b533931b12f86d49f89d27243cf7c87a5b926e0c676b80e869aa58aaff17b5095536c432f377c67d92bf0ca8941b9d891d4b3879637d488,
8.0.202, e0e790c7cc6f8129913317d326c599ff8e8ed4927d4e0adccbe55c50be5c353fe3d83043e529973ced2b302b8432c2ab31533b94ffe9c363eaa9964a7160643a,

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

@ -86,3 +86,4 @@
8.0.100, 13905ea20191e70baeba50b0e9bbe5f752a7c34587878ee104744f9fb453bfe439994d38969722bdae7f60ee047d75dda8636f3ab62659450e9cd4024f38b2a5, https://dotnetcli.blob.core.windows.net/dotnet-private/Internal/8.0.0/dotnet-sdk-8.0.100-linux-x64.tar.gz,
8.0.101, 26df0151a3a59c4403b52ba0f0df61eaa904110d897be604f19dcaa27d50860c82296733329cb4a3cf20a2c2e518e8f5d5f36dfb7931bf714a45e46b11487c9a,
8.0.201, 310cf54f595698435b533931b12f86d49f89d27243cf7c87a5b926e0c676b80e869aa58aaff17b5095536c432f377c67d92bf0ca8941b9d891d4b3879637d488,
8.0.202, e0e790c7cc6f8129913317d326c599ff8e8ed4927d4e0adccbe55c50be5c353fe3d83043e529973ced2b302b8432c2ab31533b94ffe9c363eaa9964a7160643a,

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

@ -4,7 +4,7 @@ namespace Microsoft.Oryx.BuildScriptGenerator.DotNetCore
{
public static class DotNetCoreRunTimeVersions
{
public const string DotNetCoreRuntimeBaseTag = "20240308.1";
public const string DotNetCoreRuntimeBaseTag = "20240313.1";
public const string NetCoreApp10 = "1.0.16";
public const string NetCoreApp11 = "1.1.13";
public const string NetCoreApp20 = "2.0.9";
@ -34,9 +34,9 @@ namespace Microsoft.Oryx.BuildScriptGenerator.DotNetCore
public const string NetCoreApp70Sha = "02fd66ef2059d124d9c4f3fbfd0d5b0375b83610cdf51a2972567e4bdaf1d55e532478533509ec2408c371e7fdd6efea8e9b9aec9eb5cd703e8e5d2814ef319b";
public const string AspnetCoreApp70 = "7.0.14";
public const string AspnetCoreApp70Sha = "00f55556cb580d81bf0059a61a642ed8b405452d55e94460c03a0edec9a4f608fd78561560e5fc5bf6e42fb1f45420eba75f8d102d8bd46686379dab7ffde6f6";
public const string NetCoreApp80 = "8.0.2";
public const string NetCoreApp80Sha = "f30f72f55b9e97e36107f920e932477183867726a963ea0d4d151f291981877ba253a7175614c60b386b6a37f9192d97d7402dafdad2529369f512698cb9d1dd";
public const string AspnetCoreApp80 = "8.0.2";
public const string AspnetCoreApp80Sha = "c8d4f9ad45cc97570ac607c0d14064da6c1215ef864afd73688ec7470af774f80504a937cbb5aadbb0083250122aae361770d2bca68f30ac7b62b4717bee6fca";
public const string NetCoreApp80 = "8.0.3";
public const string NetCoreApp80Sha = "08ad7065abf73d09bd718963bd1277c4736f9d51c7c51849255732db03b59f2321d321235be8be35ca5ef2bbd4f331a0fecaefb48d3e1075659e075bcd1f0169";
public const string AspnetCoreApp80 = "8.0.3";
public const string AspnetCoreApp80Sha = "73a16e08402989f25ca780acc981c2ae3a41ef39b4bb6b6b4962053144b6eda7c175fdd5ee3c25bcd0c86a27d1a83d4f8b9b2f69f37d4e3972f5901a9e0600b6";
}
}

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

@ -16,7 +16,7 @@ namespace Microsoft.Oryx.BuildScriptGenerator.DotNetCore
public const string DotNet60SdkVersion = "6.0.417";
public const string DotNet60RtmSdkVersion = "6-0-100-rtm-21527-11";
public const string DotNet70SdkVersion = "7.0.404";
public const string DotNet80SdkVersion = "8.0.201";
public const string DotNet80SdkVersion = "8.0.202";
public static readonly List<string> RuntimeVersions = new List<string> { "3.0-debian-buster", "3.1-debian-bullseye", "3.1-debian-buster", "5.0-debian-buster", "6.0-debian-bullseye", "6.0-debian-buster", "7.0-debian-bullseye", "7.0-debian-buster", "8.0-debian-bullseye", "8.0-debian-bookworm", "dynamic-debian-buster" };
}
}