@Sejsel You are right, thank you for the fix. Pushed an update
Search Criteria
Package Details: dotnet-targeting-pack-bin 9.0.0.sdk101-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dotnet-core-bin.git (read-only, click to copy) |
---|---|
Package Base: | dotnet-core-bin |
Description: | The .NET Core targeting pack (binary) |
Upstream URL: | https://www.microsoft.com/net/core |
Keywords: | .net dotnet microsoft |
Licenses: | MIT |
Conflicts: | dotnet-targeting-pack, dotnet-targeting-pack-9.0 |
Provides: | dotnet-targeting-pack, dotnet-targeting-pack-9.0 |
Submitter: | Gr3q |
Maintainer: | Gr3q |
Last Packager: | Gr3q |
Votes: | 46 |
Popularity: | 2.53 |
First Submitted: | 2019-10-02 17:13 (UTC) |
Last Updated: | 2024-12-24 15:47 (UTC) |
Dependencies (1)
Required by (10)
- aspnet-targeting-pack-bin
- bililiverecorder-git (requires dotnet-targeting-pack) (make)
- discordrichpresencepresets-git (requires dotnet-targeting-pack) (make)
- dotnet-sdk-8.0.300-bin
- dotnet-sdk-bin
- fluxis-git (requires dotnet-targeting-pack) (make)
- freeserf.net (requires dotnet-targeting-pack) (make)
- openutau-git (requires dotnet-targeting-pack)
- reggie-git (requires dotnet-targeting-pack) (make)
- wacomareax11-git (requires dotnet-targeting-pack) (make)
Sources (4)
- dotnet.sh
- https://download.visualstudio.microsoft.com/download/pr/93a7156d-01ef-40a1-b6e9-bbe7602f7e8b/3c93e90c63b494972c44f073e15bfc26/dotnet-sdk-9.0.101-linux-arm64.tar.gz
- https://download.visualstudio.microsoft.com/download/pr/d74fd2dd-3384-4952-924b-f5d492326e35/e91d8295d4cbe82ba3501e411d78c9b8/dotnet-sdk-9.0.101-linux-x64.tar.gz
- https://download.visualstudio.microsoft.com/download/pr/fa0fa6b6-8db2-441e-a393-2dd2f5c841b9/19b664790a03e20ce4069449eaa74b21/dotnet-sdk-9.0.101-linux-arm.tar.gz
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
Gr3q commented on 2021-11-09 08:21 (UTC)
Sejsel commented on 2021-11-09 02:20 (UTC) (edited on 2021-11-09 02:20 (UTC) by Sejsel)
To get this package to work properly after the .NET 6 update, I had to edit the PKGBUILD to also copy sdk-manifests
in package_dotnet-sdk-bin()
. The fixed version is cp -dr --no-preserve='ownership' sdk sdk-manifests templates "${pkgdir}"/usr/share/dotnet/
. Without this directory, msbuild throws exceptions complaining about those missing files.
amos commented on 2021-04-20 16:12 (UTC)
Cool, thanks! And thanks for maintaining this!
Gr3q commented on 2021-04-20 08:25 (UTC)
@amos fixed, now it can be used with the packages in the community repo
amos commented on 2021-04-19 14:04 (UTC)
@Gr3q Installing both the repository packages and these packages is sometimes necessary. For building .net 5 binaries I'm using these packages. However if I want to be able to build .net core 3 binaries they are not enough, I have to have the donjet-sdk-3.1 package from the repos, otherwise I get The framework 'Microsoft.NETCore.App', version '3.1.0' was not found.
Is there a reason not to provide (and conflict) netstandard-targeting-pack
? This package does indeed provide that.
Regardless, as mentioned before: conflicting and providing netstandard-targeting-pack-bin
is redundant, this is already the name of this package.
SilentStoat commented on 2021-03-21 23:17 (UTC)
I'm kinda new to this so I might be confused, but it looks like PKGBUILD says that aspnet-runtime-bin, dotnet-runtime-bin, and dotnet-sdk-bin are in conflict with themselves.
Gr3q commented on 2021-03-12 08:15 (UTC)
@servime try install dotnet-host-bin, dotnet-runtime-bin and dotnet-sdk-bin all at once if your AUR manager doesn't handle split packages. use just use makepkg -si
after you cloned this repo.
@satcom886 .NET is .NET Core, it was simple renamed after 3.1.
k8ie commented on 2021-03-11 20:20 (UTC) (edited on 2021-03-11 20:21 (UTC) by k8ie)
@Gr3q Yes, let's add dotNET on Windows too, this is not confusing at all. Ok, so from what I understand:
dotNET Framework - Windows-only libraries and tools for running and developing dotNET programs.
dotNET - Pretty much the same thing, but cross-platform, also without a native ability to create GUIs on Linux (at least until MAUI gets released in v6)
dotNET Core - LTS version of the normal dotNET?
servimo commented on 2021-03-11 19:00 (UTC) (edited on 2021-03-11 19:01 (UTC) by servimo)
When I try to install dotnet-sdk-bin 5.0.4 in Manjaro from AUR I get this: "target not found: dotnet-sdk-bin", should I wait till dotnet-core-bin is in AUR?
Gr3q commented on 2021-03-11 08:23 (UTC)
You might be talking about the .NET Framework, the framework running WinForms applications. The normal .NET is .NET Core for a while now (renamed simply as .NET)
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:
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.