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

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