Exiled.Dev.References
1.0.2
See the version list below for details.
dotnet add package Exiled.Dev.References --version 1.0.2
NuGet\Install-Package Exiled.Dev.References -Version 1.0.2
<PackageReference Include="Exiled.Dev.References" Version="1.0.2" />
<PackageVersion Include="Exiled.Dev.References" Version="1.0.2" />
<PackageReference Include="Exiled.Dev.References" />
paket add Exiled.Dev.References --version 1.0.2
#r "nuget: Exiled.Dev.References, 1.0.2"
#addin nuget:?package=Exiled.Dev.References&version=1.0.2
#tool nuget:?package=Exiled.Dev.References&version=1.0.2
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 | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- 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.