Diff dotnet-sdk-bin-6.0.404-r1 with a dotnet-sdk-bin-7.0.203

/usr/portage/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-7.0.203.ebuild 2023-10-09 14:52:29.344368346 +0300
22 22
S="${WORKDIR}"
23 23

  
24 24
SDK_SLOT="$(ver_cut 1-2)"
25
RUNTIME_SLOT="${SDK_SLOT}.12"
25
RUNTIME_SLOT="${SDK_SLOT}.5"
26 26
SLOT="${SDK_SLOT}/${RUNTIME_SLOT}"
27 27

  
28 28
LICENSE="MIT"
......
39 39
PDEPEND="
40 40
	~dev-dotnet/dotnet-runtime-nugets-${RUNTIME_SLOT}
41 41
	~dev-dotnet/dotnet-runtime-nugets-3.1.32
42
	~dev-dotnet/dotnet-runtime-nugets-6.0.16
42 43
"
43 44

  
44 45
QA_PREBUILT="*"
Thank you!