Rudi Heitbaum 2022-04-24 13:13:45 +00:00
parent 3ba1dbcf94
commit a385622595
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
116
- Update .NET Runtime 6.0.4
- Update ASP.NET Core Runtime 6.0.4
115 115
- Add .NET Runtime 6.0.1 - Add .NET Runtime 6.0.1
- Add ASP.NET Core Runtime 6.0.1 - Add ASP.NET Core Runtime 6.0.1

View File

@ -2,7 +2,7 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="dotnet-runtime" PKG_NAME="dotnet-runtime"
PKG_REV="115" PKG_REV="116"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="https://dotnet.microsoft.com/" PKG_SITE="https://dotnet.microsoft.com/"