mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
10 lines
221 B
Bash
Executable File
10 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
|