


























For the latest version (10.0.2) you potentially need to manually remove these files when updating (will be released when I manage to actually push to the AUR):
dotnet-sdk-bin: /usr/share/dotnet/sdk-manifests/10.0.100/microsoft.net.sdk.android/36.1.2/WorkloadDependencies.json exists in filesystem
dotnet-sdk-bin: /usr/share/dotnet/sdk-manifests/10.0.100/microsoft.net.sdk.android/36.1.2/WorkloadManifest.json exists in filesystem
dotnet-sdk-bin: /usr/share/dotnet/sdk-manifests/10.0.100/microsoft.net.sdk.android/36.1.2/WorkloadManifest.targets exists in filesystem
@BrianAllred you are right, I reverted some changes but I missed dotnet-runtime-bin. Fixing it now
This package should probably provide dotnet-runtime. am2rlauncher requires dotnet-runtime>=6, but I receive the error installing dotnet-runtime-bin (10.0.0.sdk100-3) breaks dependency 'dotnet-runtime>=6' required by am2rlauncher when installing this package.
@jetersen you are right, that is now fixed
I've removed netstandard-targeting-pack-bin from this package - link for package maintainers.
I verified that you can continue targeting netstandard2.0 without needing the targeting pack on dotnet10, for anything below you still need it (from a packaging perspective for sure...).
You can still get netstandard-targeting-pack from the official repos or if there is a demand I can create a completely separate package that provides it via dotnet9.
I will update this when I verified that netstandard-targeting-pack is meant to be missing from the official Microsoft release of .NET 10 Linux SDK.
This package has a circular dependency on itself (dotnet-runtime-bin) causing some build scripts to resolve until killed.
@oech3 No point. This package group has been around since 2019.
How about renaming to dotnet-core-microsoft-bin etc...?
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
IMPORTANT INSTALLATION INFO (a reminder for myself as well):
For dotnet to work you need to EXPLICITLY install:
If you keep the install order in mind and you don't rely on pacman to resolve your dependencies you will be fine.
Longer explanation:
Every dotnet-sdk is dependent on a specific version of dotnet-runtime, this is built into dotnet.
Technically you only need the latest dotnet-sdk because it can build to any earlier versions.