From d38c9d2fa9d2dfd6a04bb92fa30fcee75585d611 Mon Sep 17 00:00:00 2001 From: Juliana Sims Date: Tue, 4 Jul 2023 04:37:17 -0400 Subject: [PATCH] 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. --- nongnu/packages/dotnet.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nongnu/packages/dotnet.scm b/nongnu/packages/dotnet.scm index a45a1ca..4a0fc4b 100644 --- a/nongnu/packages/dotnet.scm +++ b/nongnu/packages/dotnet.scm @@ -1,5 +1,6 @@ ;;; SPDX-License-Identifier: GPL-3.0-or-later ;;; Copyright © 2021 Jelle Licht +;;; Copyright © 2023 Juliana Sims (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