aboutsummaryrefslogtreecommitdiff
path: root/lib/Plugins.Runtime/src
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-09-27 20:25:20 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-09-27 20:25:20 -0400
commitee6f8eb955a2b9656b91d28a8edfd959841729a6 (patch)
treeeaf101d1eb5e3110d80c96623944ae4078dbe749 /lib/Plugins.Runtime/src
parentce0735893e04d3914d0456de50c29c6b8533ded4 (diff)
serializer better cancellation support, license file project copy
Diffstat (limited to 'lib/Plugins.Runtime/src')
-rw-r--r--lib/Plugins.Runtime/src/VNLib.Plugins.Runtime.csproj9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/Plugins.Runtime/src/VNLib.Plugins.Runtime.csproj b/lib/Plugins.Runtime/src/VNLib.Plugins.Runtime.csproj
index ab8f547..c3e58f3 100644
--- a/lib/Plugins.Runtime/src/VNLib.Plugins.Runtime.csproj
+++ b/lib/Plugins.Runtime/src/VNLib.Plugins.Runtime.csproj
@@ -15,12 +15,12 @@
<Company>Vaughn Nugent</Company>
<PackageId>VNLib.Plugins.Runtime</PackageId>
<Copyright>Copyright © 2023 Vaughn Nugent</Copyright>
- <Description>
- A runtime plugin loader for .NET. Allows runtime loading and tracking of .NET assemblies
- that export the VNLib.Plugin.IPlugin interface.
- </Description>
+ <Description>A runtime plugin loader for .NET. Allows runtime loading and tracking of .NET assemblies that export the VNLib.Plugin.IPlugin interface.</Description>
<PackageProjectUrl>https://www.vaughnnugent.com/resources/software/modules/VNLib.Core</PackageProjectUrl>
<RepositoryUrl>https://github.com/VnUgE/VNLib.Core/tree/main/lib/Plugins.Runtime</RepositoryUrl>
+ <PackageReadmeFile>README.md</PackageReadmeFile>
+ <PackageLicenseFile>LICENSE</PackageLicenseFile>
+ <PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -54,6 +54,7 @@
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>