1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 23:31:13 -05:00

Update SharedLibraryCore package version

The version of the SharedLibraryCore package reference has been updated across multiple projects from '2024.2.4.85' to '2024.2.5.9'. Meanwhile, version within SharedLibraryCore.csproj has been changed from '2024.02.04.085' to '2024.01.01.1'. Changes also include removal of .NET 8 requirement notice and reenabling of status upload to master communicator.
This commit is contained in:
Amos
2024-02-09 23:39:58 +00:00
committed by RaidMax
parent 0dedff9d48
commit 7e80032af6

View File

@ -263,7 +263,7 @@ namespace IW4MAdmin.Application
applicationManager.Start(),
versionChecker.CheckVersion(),
webfrontTask,
//masterCommunicator.RunUploadStatus(_serverManager.CancellationToken),
masterCommunicator.RunUploadStatus(_serverManager.CancellationToken),
collectionService.BeginCollectionAsync(cancellationToken: _serverManager.CancellationToken)
};