Exiled.Dev.References
1.0.0
See the version list below for details.
dotnet add package Exiled.Dev.References --version 1.0.0
NuGet\Install-Package Exiled.Dev.References -Version 1.0.0
<PackageReference Include="Exiled.Dev.References" Version="1.0.0" />
<PackageVersion Include="Exiled.Dev.References" Version="1.0.0" />
<PackageReference Include="Exiled.Dev.References" />
paket add Exiled.Dev.References --version 1.0.0
#r "nuget: Exiled.Dev.References, 1.0.0"
#addin nuget:?package=Exiled.Dev.References&version=1.0.0
#tool nuget:?package=Exiled.Dev.References&version=1.0.0
Exiled Dev References
A NuGet package containing all necessary DLLs for Exiled plugin development.
Description
This package provides all the required DLL references for developing plugins for the Exiled framework. Instead of having to manually reference dozens of DLLs in your project, you can simply install this package to get all required dependencies.
Installation
Install via NuGet Package Manager:
PM> Install-Package Exiled.Dev.References
Or via .NET CLI:
dotnet add package Exiled.Dev.References
Usage
Once installed, all necessary DLLs will be available to your project. You can then start developing your Exiled plugin without needing to manually reference individual dependencies.
Included References
This package includes all the necessary DLLs for Exiled development, including:
- Assembly-CSharp-Publicized.dll
- PluginAPI.dll
- Mirror.dll
- Unity assemblies
- System and framework libraries
License
This project is licensed under the MIT License - see the LICENSE file for details.
Author
Swishhyy
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.