diff --git a/Install-.NET-Core-runtime.md b/Install-.NET-Core-runtime.md index e2de37a..e1fb0c9 100644 --- a/Install-.NET-Core-runtime.md +++ b/Install-.NET-Core-runtime.md @@ -1,39 +1,32 @@ -**.NET Core v3.1 Runtime** is required by **DiscordChatExporter v2.16 and newer**. -If you are using GUI flavor of DiscordChatExporter, the runtime will be installed automatically (since v2.27.1). +**.NET v6.0 Runtime** is required by **DiscordChatExporter v2.31 and newer**. +If you are using GUI flavor of DiscordChatExporter, the runtime will be installed automatically (since v2.27.1). If you are using the CLI from Docker, installing the runtime on the host machine is not needed. * Install - * [Windows](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime#windows) - * [macOS](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime#macos) + * [Windows and macOS](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime#windows-and-macos) * [Linux](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime#linux) * [Docker](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime#docker) * [Verify installation](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime#Verify-installation) -## Windows +## Windows and macOS -[![](https://i.imgur.com/T4hUMYl.png)](https://dotnet.microsoft.com/download/dotnet/3.1/runtime) - -The **x64** installer is for **64-bit** systems -The **x86** installer is for **32-bit** systems +**Download from the direct links:** + * [.NET v6.0 Runtime for **Windows x64**](https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-desktop-6.0.0-windows-x64-installer) + * [.NET v6.0 Runtime for **Windows x86**](https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-desktop-6.0.0-windows-x86-installer) + * [.NET v6.0 Runtime for **macOS x64**](https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-6.0.0-macos-x64-installer) -[How can I tell if my computer is running a 32-bit or a 64-bit version?](https://support.microsoft.com/help/15056/windows-32-64-bit-faq) +> 💡 [How can I tell if my computer is running a 32-bit (x86) or a 64-bit (x64) version?](https://support.microsoft.com/help/15056/windows-32-64-bit-faq) -Direct download links: - -- [Windows x64](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-desktop-3.1.10-windows-x64-installer) -- [Windows x86](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-desktop-3.1.10-windows-x86-installer) - -## macOS - -[Check out the latest version in this page](https://dotnet.microsoft.com/download/dotnet/3.1). +**Otherwise:** +[Check out the latest version in this page](https://dotnet.microsoft.com/download/dotnet/6.0). Look for the download link in the '**.NET Runtime**' section, under **Installers**: -[![](https://i.imgur.com/8xQLem1.png)](https://dotnet.microsoft.com/download/dotnet/3.1) +[![](https://i.imgur.com/t3PB3NC.png)](https://dotnet.microsoft.com/download/dotnet/3.1) ## Linux -**You only need to install .NET Core Runtime v3.1** +**You only need to install .NET Core Runtime v6.0** Check out the instructions for your distro: * [Ubuntu](https://docs.microsoft.com/dotnet/core/install/linux-ubuntu#supported-distributions) @@ -43,7 +36,7 @@ Check out the instructions for your distro: For other distros, please check the _'Install on Linux'_ menu on the left of [this page](https://docs.microsoft.com/dotnet/core/install/linux). ## Docker -**Docker** users don't need to install .NET runtime. Please refer to the [Docker usage instructions](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Docker-usage-instructions) page for more information. +Installing .NET Runtime is not needed. Please refer to the [Docker usage instructions](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Docker-usage-instructions) page for more information. @@ -61,7 +54,7 @@ If **.NET Core Runtime** is correctly installed, the command will output the fol ... .NET runtimes installed: - Microsoft.NETCore.App 3.1.x [C:\path\to\dotnet\shared\Microsoft.NETCore.App] - Microsoft.WindowsDesktop.App 3.1.x [C:\path\to\dotnet\shared\Microsoft.WindowsDesktop.App] + Microsoft.NETCore.App 6.0.x [C:\path\to\dotnet\shared\Microsoft.NETCore.App] + Microsoft.WindowsDesktop.App 6.0.x [C:\path\to\dotnet\shared\Microsoft.WindowsDesktop.App] ... ``` \ No newline at end of file