From 2bcb417b6e8df4056816f812d6b6a7a6c5516b6e Mon Sep 17 00:00:00 2001 From: KhushbuB Date: Oct 23 2020 18:49:56 +0000 Subject: [PATCH 1/2] Fixes issue #542 --- diff --git a/modules/release-notes/pages/update_dotnet.adoc b/modules/release-notes/pages/update_dotnet.adoc new file mode 100644 index 0000000..f8b715d --- /dev/null +++ b/modules/release-notes/pages/update_dotnet.adoc @@ -0,0 +1,19 @@ += Enhancement + +== .NET core now available with Fedora *Aarch64* architecture + +Previously, .NET Core was available with only Fedora *x86_64* architecture but with this update, .NET core is now available for *Aarch64* architecture in Fedora 33. Users who are using Fedora on *Aarch64* architecture, can now use the normal `.NET Core SDK` distribution packages with Fedora 33. + +To use this enhancement, execute the following steps : + +. Install Fedora 33 on *Aarch64* architecture. +. Install .NET Core packages ++ +---- +sudo dnf install dotnet-sdk-3.1 +---- +. Verify .NET Core package ++ +---- +dotnet --info +---- From a130889ee27ca20fa2a89f4de62f292ede46de75 Mon Sep 17 00:00:00 2001 From: KhushbuB Date: Oct 23 2020 18:49:56 +0000 Subject: [PATCH 2/2] Adding SME Reviews --- diff --git a/modules/release-notes/pages/update_dotnet.adoc b/modules/release-notes/pages/update_dotnet.adoc index f8b715d..57866dc 100644 --- a/modules/release-notes/pages/update_dotnet.adoc +++ b/modules/release-notes/pages/update_dotnet.adoc @@ -1,8 +1,8 @@ = Enhancement -== .NET core now available with Fedora *Aarch64* architecture +== .NET Core now available with Fedora *Aarch64* architecture -Previously, .NET Core was available with only Fedora *x86_64* architecture but with this update, .NET core is now available for *Aarch64* architecture in Fedora 33. Users who are using Fedora on *Aarch64* architecture, can now use the normal `.NET Core SDK` distribution packages with Fedora 33. +Previously, .NET Core was available with only Fedora *x86_64* architecture but with this update, .NET Core is now available for *Aarch64* architecture in Fedora 33. Users who are using Fedora on *Aarch64* architecture, can now use the normal `.NET Core SDK` distribution packages with Fedora 33. To use this enhancement, execute the following steps :