# Note: dotnet use different version number in SDK and runtime
ver=$(cat "$SRCDIR"/aspnet-version.txt)
abinfo "Set version to $ver ..."
PKGVER="$ver"

abinfo "Deploying files ..."
install -dv "$PKGDIR"/usr/lib/dotnet/shared
mv -v "$SRCDIR"/output/shared/Microsoft.NETCore.App "$PKGDIR"/usr/lib/dotnet/shared # 5
