Skip to content

Commit

Permalink
Link to upstream Debian dependencies in MS release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldaviva authored Dec 31, 2024
1 parent 91193e3 commit 2fcee5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RaspberryPiDotnetRepository/Data/DebianPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public class DebianPackage(RuntimeType runtime, Version runtimeVersion, Version
/// <para>Packages that this package depends on. They are mandatory to install when this package is installed, and package managers like apt will install them automatically.</para>
/// <para> </para>
/// <para>Microsoft documentation: https://learn.microsoft.com/en-us/dotnet/core/install/linux-debian#dependencies</para>
/// <para>Microsoft release notes: https://github.com/dotnet/core/blob/main/release-notes/9.0/os-packages.md#debian</para>
/// <para>Microsoft container images: https://github.com/dotnet/dotnet-docker/blob/main/src/runtime-deps/8.0/bookworm-slim/arm32v7/Dockerfile</para>
/// <para>Ubuntu packages: https://packages.ubuntu.com/mantic/dotnet-runtime-8.0</para>
/// <para> </para>
Expand Down Expand Up @@ -271,4 +272,4 @@ public bool Equals(DebianPackage? other) => other is not null &&

public override int GetHashCode() => HashCode.Combine((int) runtime, version, versionSuffix, architecture);

}
}

0 comments on commit 2fcee5b

Please sign in to comment.