wip: address performance issues in plugin loading and versioning

This commit is contained in:
jtalborough 2025-02-27 17:12:57 -05:00 committed by Neil Dorin
parent 4a2c9fe311
commit fbcd9c84da
3 changed files with 377 additions and 45 deletions

View file

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>PepperDash.Essentials.AppServer</RootNamespace>
<TargetFrameworks>net6;net8</TargetFrameworks>
<TargetFramework>net8</TargetFramework>
<AssemblyTitle>mobile-control-messengers</AssemblyTitle>
<AssemblyName>mobile-control-messengers</AssemblyName>
<Product>mobile-control-messengers</Product>