mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-29 08:28:39 +00:00
Fix Game API not working
This commit is contained in:
parent
7e939f8c5f
commit
51b3c72a2f
3 changed files with 3 additions and 10 deletions
|
@ -1,17 +1,10 @@
|
|||
using System;
|
||||
using System.IO;
|
||||
using LBPUnion.ProjectLighthouse.Helpers;
|
||||
using LBPUnion.ProjectLighthouse.Logging;
|
||||
using LBPUnion.ProjectLighthouse.Serialization;
|
||||
using LBPUnion.ProjectLighthouse.Startup.Middlewares;
|
||||
using LBPUnion.ProjectLighthouse.Types;
|
||||
using LBPUnion.ProjectLighthouse.Types.Settings;
|
||||
using Microsoft.AspNetCore.Builder;
|
||||
using Microsoft.AspNetCore.Hosting;
|
||||
using Microsoft.AspNetCore.HttpOverrides;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.Hosting;
|
||||
using Microsoft.Extensions.Primitives;
|
||||
#if RELEASE
|
||||
using Microsoft.Extensions.Hosting.Internal;
|
|
@ -1,7 +1,4 @@
|
|||
using LBPUnion.ProjectLighthouse.Helpers.Middlewares;
|
||||
using Microsoft.AspNetCore.Builder;
|
||||
using Microsoft.AspNetCore.Hosting;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
|
||||
namespace LBPUnion.ProjectLighthouse.Startup;
|
||||
|
|
@ -35,6 +35,9 @@
|
|||
<Content Include="ExampleFiles\**">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<ProjectReference Include="..\ProjectLighthouse.API\ProjectLighthouse.API.csproj"/>
|
||||
<ProjectReference Include="..\ProjectLighthouse.GameAPI\ProjectLighthouse.GameAPI.csproj"/>
|
||||
<ProjectReference Include="..\ProjectLighthouse.Website\ProjectLighthouse.Website.csproj"/>
|
||||
<ProjectReference Include="..\ProjectLighthouse\ProjectLighthouse.csproj"/>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue