aboutsummaryrefslogtreecommitdiff
path: root/lib/Plugins.Runtime
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-01-22 14:56:46 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2023-01-22 14:56:46 -0500
commit185afcee727027c60257ddda4da974dccb808e5a (patch)
treed29ba6e07d1dde6ec33f4eb1cb21c3c1c0350cad /lib/Plugins.Runtime
parent05ebe3b38342ba38ad0f1c418058d5100ca776ab (diff)
Project file cleanup
Diffstat (limited to 'lib/Plugins.Runtime')
-rw-r--r--lib/Plugins.Runtime/src/VNLib.Plugins.Runtime.csproj25
1 files changed, 15 insertions, 10 deletions
diff --git a/lib/Plugins.Runtime/src/VNLib.Plugins.Runtime.csproj b/lib/Plugins.Runtime/src/VNLib.Plugins.Runtime.csproj
index 9b77b22..5306727 100644
--- a/lib/Plugins.Runtime/src/VNLib.Plugins.Runtime.csproj
+++ b/lib/Plugins.Runtime/src/VNLib.Plugins.Runtime.csproj
@@ -1,21 +1,26 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <Nullable>enable</Nullable>
+ <Nullable>enable</Nullable>
<TargetFramework>net6.0</TargetFramework>
- <Authors>Vaughn Nugent</Authors>
- <Copyright>Copyright © 2022 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>
+ <RootNamespace>VNLib.Plugins.Runtime</RootNamespace>
+ <AssemblyName>VNLib.Plugins.Runtime</AssemblyName>
<Version>1.0.1.1</Version>
- <PackageProjectUrl>https://www.vaughnnugent.com/resources</PackageProjectUrl>
- <!-- Resolve nuget dll files and store them in the output dir -->
- <CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
- <GenerateDocumentationFile>True</GenerateDocumentationFile>
- <AnalysisLevel>latest-all</AnalysisLevel>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>\\vaughnnugent.com\Internal\Folder Redirection\vman\Documents\Programming\Software\StrongNameingKey.snk</AssemblyOriginatorKeyFile>
+ <AnalysisLevel>latest-all</AnalysisLevel>
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
+ <GenerateDocumentationFile>True</GenerateDocumentationFile>
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <Authors>Vaughn Nugent</Authors>
+ <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>
+ <PackageProjectUrl>https://www.vaughnnugent.com/resources</PackageProjectUrl>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">