Files
AntdUI/doc/wiki/en/Install.md
2025-10-16 11:03:26 +08:00

1020 B
Raw Permalink Blame History

HomeUpdateLogConfigThemed)

Install

NuGet Installation

👏 Recommending NuGet for swift installation

Visual Studio Visual Installation

nuget

PM command installation

PM> Install-Package AntdUI


Source Code Download

Access the official code repository of AntdUI at https://github.com/AntdUI/AntdUI downcode

Unzip, launch AntdUI.sln and set examples/Demo as startup project. F5 run.

Compilation Issues?

Ensure you have Visual Studio 2022 or above for compilation.

Consider installing older versions (like.NET Framework 4.0 and 4.5) of Visual Studio if needed

Toolbox Absence?

Modify AntdUI.csproj TargetFrameworks to retain only your project's framework version and regenerate.

Still Not Displaying? Restart VS to refresh and recompile repeatedly to ensure latest DLLs are used.