nongnu: dotnet: Rename dotnet to dotnet-6.

* nongnu/packages/dotnet.scm (dotnet-6): Rename dotnet to dotnet-6.
* nongnu/packages/dotnet.scm (dotnet): Add dotnet poining to dotnet-6.
This commit is contained in:
Juliana Sims 2023-07-04 04:37:17 -04:00
parent e4fe4809f8
commit d38c9d2fa9

View File

@ -1,5 +1,6 @@
;;; SPDX-License-Identifier: GPL-3.0-or-later
;;; Copyright © 2021 Jelle Licht <jlicht@fsfe.org>
;;; Copyright © 2023 Juliana Sims <juli@incana.org>
(define-module (nongnu packages dotnet)
#:use-module (ice-9 match)
@ -66,7 +67,7 @@ Roslyn workspaces. It provides project dependencies and C# language services to
various IDEs and plugins.")
(license license:expat)))
(define-public dotnet
(define-public dotnet-6
(let ((dotnet-sdk-version "6.0.9"))
(package
(name "dotnet")
@ -177,6 +178,8 @@ various IDEs and plugins.")
building different types of applications.")
(license license:expat))))
(define-public dotnet dotnet-6)
(define-public dotnet-core-3.1
(let ((dotnet-sdk-version "3.1.25"))
(package