Package Details: aspnet-runtime-7.0-bin 7.0.16.sdk406-1

Git Clone URL: https://aur.archlinux.org/dotnet-core-7.0-bin.git (read-only, click to copy)
Package Base: dotnet-core-7.0-bin
Description: The ASP.NET Core runtime (binary)
Upstream URL: https://www.microsoft.com/net/core
Licenses: MIT
Conflicts: aspnet-runtime, aspnet-runtime-7.0
Provides: aspnet-runtime, aspnet-runtime-7.0
Submitter: Gr3q
Maintainer: Gr3q
Last Packager: Gr3q
Votes: 0
Popularity: 0.000000
First Submitted: 2023-11-14 17:35 (UTC)
Last Updated: 2024-03-11 08:12 (UTC)

Latest Comments

Gr3q commented on 2023-12-04 09:29 (UTC)

@20Percent it only conflicts with dotnet-runtime and dotnet-sdk that provides the same major version (7).

I can install them side by side:

Host:
  Version:      8.0.0
  Architecture: x64
  Commit:       5535e31a71

.NET SDKs installed:
  5.0.408 [/usr/share/dotnet/sdk]
  6.0.416 [/usr/share/dotnet/sdk]
  7.0.404 [/usr/share/dotnet/sdk]
  8.0.100 [/usr/share/dotnet/sdk]

.NET runtimes installed:
  Microsoft.AspNetCore.App 6.0.24 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
  Microsoft.AspNetCore.App 7.0.14 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
  Microsoft.AspNetCore.App 8.0.0 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 5.0.17 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
  Microsoft.NETCore.App 6.0.24 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
  Microsoft.NETCore.App 7.0.14 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
  Microsoft.NETCore.App 8.0.0 [/usr/share/dotnet/shared/Microsoft.NETCore.App]

dotnet-core-bin packages conflicts with the packages in the Arch linux repos, but the rest just conflicts with packages that provides the same major version. The restriction is that if you want to install e.g. dotnet-sdk-7.0-bin it needs dotnet-runtime-7.0-bin so they are always on the same release (same with targeting packs).

They only require dotnet-host to be installed from one of the packages.

Rosentti commented on 2023-12-03 23:58 (UTC)

I don't think this should conflict with dotnet-runtime and dotnet-sdk. What if I want to keep net8.0, net7.0 and net6.0 all at the same time? These package will force you to only pick one version, although dotnet supports multiple SDKs and runtimes.