惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
P
Proofpoint News Feed
宝玉的分享
宝玉的分享
人人都是产品经理
人人都是产品经理
博客园_首页
爱范儿
爱范儿
博客园 - 叶小钗
aimingoo的专栏
aimingoo的专栏
S
SegmentFault 最新的问题
MyScale Blog
MyScale Blog
阮一峰的网络日志
阮一峰的网络日志
IT之家
IT之家
Microsoft Security Blog
Microsoft Security Blog
Blog — PlanetScale
Blog — PlanetScale
博客园 - 【当耐特】
Y
Y Combinator Blog
量子位
博客园 - 三生石上(FineUI控件)
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
T
The Blog of Author Tim Ferriss
月光博客
月光博客
有赞技术团队
有赞技术团队
Apple Machine Learning Research
Apple Machine Learning Research
A
About on SuperTechFans

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - dotnet-core-bin
2026-06-16 · via AUR Newest Packages

Pinned Comments

Gr3q commented on 2019-10-05 07:28 (UTC) (edited on 2021-02-13 09:06 (UTC) by Gr3q)

IMPORTANT INSTALLATION INFO (a reminder for myself as well):

For dotnet to work you need to EXPLICITLY install:

  • ONE dotnet-host - highest version possible
  • ANY NUMBER of dotnet-runtimes (and its sdks after if you want to build as well - Right now version 'bin', '3.1', '3.0', '2.2' and '2.1' are tested to work together)

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.

Gr3q commented on 2026-01-15 09:28 (UTC)

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

Gr3q commented on 2025-11-25 16:50 (UTC)

@BrianAllred you are right, I reverted some changes but I missed dotnet-runtime-bin. Fixing it now

BrianAllred commented on 2025-11-25 15:41 (UTC)

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.

Gr3q commented on 2025-11-22 10:06 (UTC)

@jetersen you are right, that is now fixed

jetersen commented on 2025-11-21 08:06 (UTC)

Gr3q commented on 2025-11-20 17:04 (UTC)

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.

Gr3q commented on 2025-11-16 19:28 (UTC)

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.

ipaqmaster commented on 2025-05-07 05:03 (UTC)

This package has a circular dependency on itself (dotnet-runtime-bin) causing some build scripts to resolve until killed.

xiota commented on 2025-04-24 19:22 (UTC)

@oech3 No point. This package group has been around since 2019.

oech3 commented on 2025-04-24 18:54 (UTC)

How about renaming to dotnet-core-microsoft-bin etc...?