Skip to content

Commit

Permalink
New DotNetCore Sdks 2024-03-13 (#2390)
Browse files Browse the repository at this point in the history
* [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>
  • Loading branch information
4 people authored Mar 13, 2024
1 parent 9df2440 commit e44ea82
Show file tree
Hide file tree
Showing 9 changed files with 216 additions and 211 deletions.
10 changes: 5 additions & 5 deletions build/__dotNetCoreRunTimeVersions.sh
Original file line number Diff line number Diff line change
@@ -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'
Expand Down Expand Up @@ -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'
2 changes: 1 addition & 1 deletion build/__dotNetCoreSdkVersions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Loading

0 comments on commit e44ea82

Please sign in to comment.