From ba42e9bf014efbcc13fec0482bfdea5ffce1abba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radoslav=20=C4=8C=C3=A1p?= Date: Tue, 28 Aug 2018 02:36:43 +0200 Subject: [PATCH] .net installation page update (#273) added external guide --- tech/languages/csharp/dotnet-installation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tech/languages/csharp/dotnet-installation.md b/tech/languages/csharp/dotnet-installation.md index df8d8919..286dce52 100644 --- a/tech/languages/csharp/dotnet-installation.md +++ b/tech/languages/csharp/dotnet-installation.md @@ -17,6 +17,7 @@ $ sudo dnf copr enable @dotnet-sig/dotnet ### .NET Core SDK + .NET Core SDK enables building and publishing of C# source code. To install the latest SDK version: @@ -37,6 +38,9 @@ To install runtime only, for example to merely deploy already prebuilt applicati $ sudo dnf install dotnet-runtime-x.y ``` +## Create your app +You can create your first console app following instructions in [this official guide](https://www.microsoft.com/net/learn/get-started-with-dotnet-tutorial#create). + ## References * [Fedora .NET SIG copr](https://copr.fedorainfracloud.org/coprs/g/dotnet-sig/dotnet)