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