From abe4ce8021f128eb2dea0bd1dee2e6030331c74d Mon Sep 17 00:00:00 2001 From: Thomas Papendieck Date: Wed, 30 Mar 2022 20:57:00 +0200 Subject: [PATCH] =?UTF-8?q?Installationsanweisung=20DotNET-Framework=20erg?= =?UTF-8?q?=C3=A4nzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f77d89c..518dea9 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ Continous Integration in der Praxis Gruppenarbeit Zum Installieren der SDK die unten stehenden Zeilen ins Terminal einfügen. Es wird einmal das SDK und die Runtime in der Version 5.0 installiert: +wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb +sudo dpkg -i packages-microsoft-prod.deb +rm packages-microsoft-prod.deb sudo apt-get update; \ sudo apt-get install -y apt-transport-https && \ sudo apt-get update && \ @@ -32,4 +35,4 @@ dotnet --list-runtimes Das Ausführen und Testen wird mit den folgenden Befehlen ausgeführt: - Testen = dotnet test -- Ausführen = dotnet run \ No newline at end of file +- Ausführen = dotnet run