dotnetCorePackages.dotnet_10.packages: add NativeAOT package
This packages is already included with the binary SDK.
This commit is contained in:
@@ -114,6 +114,9 @@ let
|
||||
(mkPackage "runtime.${targetRid}.Microsoft.NETCore.DotNetHost" runtime.version)
|
||||
(mkPackage "runtime.${targetRid}.Microsoft.NETCore.DotNetHostPolicy" runtime.version)
|
||||
(mkPackage "runtime.${targetRid}.Microsoft.NETCore.DotNetHostResolver" runtime.version)
|
||||
]
|
||||
++ lib.optionals (lib.versionAtLeast runtime.version "10") [
|
||||
(mkPackage "Microsoft.NETCore.App.Runtime.NativeAOT.${targetRid}" runtime.version)
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user