mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-01 17:48:41 +00:00
Fix release build error
This commit is contained in:
parent
9f6407261b
commit
4dbaec82e8
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ using Microsoft.Extensions.DependencyInjection;
|
|||
using Microsoft.Extensions.Hosting;
|
||||
using Microsoft.Extensions.Primitives;
|
||||
using Microsoft.OpenApi.Models;
|
||||
#if RELEASE
|
||||
using Microsoft.Extensions.Hosting.Internal;
|
||||
#endif
|
||||
|
||||
namespace LBPUnion.ProjectLighthouse.Startup;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue