# 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.AspNetCore.App "$PKGDIR"/usr/lib/dotnet/shared # 6
# Note: following directory is mentioned in Microsoft document but does
# not exist in build artifact.
# mv -v "$SRCDIR"/output/shared/Microsoft.AspNetCore.All "$PKGDIR"/usr/lib/dotnet/shared # 6
