diff --git a/BUILDING.md b/BUILDING.md index 0b7e664..0171500 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -7,36 +7,27 @@ It is recommended you have prior experience with multi-target .NET Core/Standard In order to build the library, you will first need to install some software. ### Windows -On Windows, we only officially support Visual Studio 2019 16.10 or newer. Visual Studio Code and other IDEs might work, but are generally not supported or even guaranteed to work properly. +On Windows, we only officially support Visual Studio 2022 17.0 or newer. Visual Studio Code and other IDEs might work, but are generally not supported or even guaranteed to work properly. * **Windows 10** - while we support running the library on Windows 7 and above, we only support building on Windows 10 and better. * [**Git for Windows**](https://git-scm.com/download/win) - required to clone the repository. -* [**Visual Studio 2021**](https://www.visualstudio.com/downloads/) - community edition or better. We do not support Visual Studio 2017 and older. Note that to build the library, you need Visual Studio 2019 version 16.10 or newer. - * **Workloads**: - * **.NET Framework Desktop** - required to build .NETFX (4.5, 4.6, and 4.7 targets) - * **.NET Core Cross-Platform Development** - required to build .NET Standard targets (1.1, 1.3, and 2.0) and the project overall. - * **Individual Components**: - * **.NET Framework 4.5 SDK** - required for .NETFX 4.5 target - * **.NET Framework 4.6 SDK** - required for .NETFX 4.6 target - * **.NET Framework 4.7 SDK** - required for .NETFX 4.7 target -* [**.NET Core SDK 3.1**](https://www.microsoft.com/net/download) - required to build the project. +* [**Visual Studio 2022**](https://www.visualstudio.com/downloads/) - community edition or better. We do not support Visual Studio 2021 and older. * **Windows PowerShell** - required to run the build scripts. You need to make sure your script execution policy allows execution of unsigned scripts. +* [**.NET SDK 8.0 or newer**](https://www.microsoft.com/net/download) - required to build the project. ### GNU/Linux On GNU/Linux, we support building via Visual Studio Code and .NET Core SDK. Other IDEs might work, but are not supported or guaranteed to work properly. -While these should apply to any modern distribution, we only test against Debian 10. Your mileage may vary. +While these should apply to any modern distribution, we only test against Ubuntu 24.04. Your mileage may vary. When installing the below, make sure you install all the dependencies properly. We might ship a build environment as a docker container in the future. -* **Any modern GNU/Linux distribution** - like Debian 10. +* **Any modern GNU/Linux distribution** - like Ubuntu 24.04. * **Git** - to clone the repository. * [**Visual Studio Code**](https://code.visualstudio.com/Download) - a recent version is required. * **C# for Visual Studio Code (powered by OmniSharp)** - required for syntax highlighting and basic Intellisense -* [**.NET SDK 6.0**](https://www.microsoft.com/net/download) - required to build the project. -* [**Mono 5.x**](http://www.mono-project.com/download/#download-lin) - required to build the .NETFX 4.5, 4.6, and 4.7 targets, as well as to build the docs. -* [**PowerShell Core**](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7.1) - required to execute the build scripts. -* **p7zip-full** - required to package docs. +* [**.NET SDK 8.0 or newer**](https://www.microsoft.com/net/download) - required to build the project. +* [**PowerShell Core**](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7.5) - required to execute the build scripts. ## Instructions Once you install all the necessary prerequisites, you can proceed to building. These instructions assume you have already cloned the repository. diff --git a/DisCatSharp.Extensions.OAuth2Web/DisCatSharp.Extensions.OAuth2Web.csproj b/DisCatSharp.Extensions.OAuth2Web/DisCatSharp.Extensions.OAuth2Web.csproj index dd401d8..b948f7a 100644 --- a/DisCatSharp.Extensions.OAuth2Web/DisCatSharp.Extensions.OAuth2Web.csproj +++ b/DisCatSharp.Extensions.OAuth2Web/DisCatSharp.Extensions.OAuth2Web.csproj @@ -39,7 +39,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/DisCatSharp.Extensions.SimpleMusicCommands/DisCatSharp.Extensions.SimpleMusicCommands.csproj b/DisCatSharp.Extensions.SimpleMusicCommands/DisCatSharp.Extensions.SimpleMusicCommands.csproj index c386b4a..6550a73 100644 --- a/DisCatSharp.Extensions.SimpleMusicCommands/DisCatSharp.Extensions.SimpleMusicCommands.csproj +++ b/DisCatSharp.Extensions.SimpleMusicCommands/DisCatSharp.Extensions.SimpleMusicCommands.csproj @@ -24,17 +24,17 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - - + + diff --git a/DisCatSharp.Extensions.TwoFactorCommands/DisCatSharp.Extensions.TwoFactorCommands.csproj b/DisCatSharp.Extensions.TwoFactorCommands/DisCatSharp.Extensions.TwoFactorCommands.csproj index a0d9186..6907872 100644 --- a/DisCatSharp.Extensions.TwoFactorCommands/DisCatSharp.Extensions.TwoFactorCommands.csproj +++ b/DisCatSharp.Extensions.TwoFactorCommands/DisCatSharp.Extensions.TwoFactorCommands.csproj @@ -26,16 +26,16 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - - - + + + diff --git a/Targets/Version.targets b/Targets/Version.targets index cf6afa6..a782401 100644 --- a/Targets/Version.targets +++ b/Targets/Version.targets @@ -2,7 +2,7 @@ - 3.0.6 + 3.1.0 $(VersionPrefix)-$(VersionSuffix)-$(BuildNumber)