mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 13:46:41 +02:00
9 lines
221 B
Bash
Executable file
9 lines
221 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cat >&2 <<-EOF
|
|
*
|
|
* Please note that dotnet6-runtime 6.0.36 will be the last servicing release
|
|
* as .NET 6 is EOL since Nov 12th 2024. dotnet8-runtime is available starting
|
|
* with Alpine Linux v3.20.
|
|
*
|
|
EOF
|