1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-14 00:58:18 -05:00

remove some build warnings

This commit is contained in:
RaidMax
2024-07-01 11:45:50 -05:00
parent 918e11ed89
commit 499e53ee7f
3 changed files with 57 additions and 3 deletions

View File

@ -4,7 +4,6 @@ using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.DependencyInjection;
using SharedLibraryCore.Configuration;
using SharedLibraryCore.Interfaces;
namespace WebfrontCore