mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-08 06:08:20 -05:00
Add startup notice for .NET 8 upgrade
This commit is contained in:
parent
bfa8a25a43
commit
63ccd02eac
@ -94,6 +94,15 @@ namespace IW4MAdmin.Application
|
||||
Console.WriteLine($" Version {Utilities.GetVersionAsString()}");
|
||||
Console.WriteLine("=====================================================");
|
||||
|
||||
Console.ForegroundColor = ConsoleColor.Red;
|
||||
Console.WriteLine("!!!! IMPORTANT !!!!");
|
||||
Console.WriteLine("The next update of IW4MAdmin will require .NET 8.");
|
||||
Console.WriteLine("This is a breaking change!");
|
||||
Console.WriteLine(
|
||||
"Please update the ASP.NET Core Runtime: https://dotnet.microsoft.com/en-us/download/dotnet/8.0");
|
||||
Console.WriteLine("!!!!!!!!!!!!!!!!!!!");
|
||||
Console.ForegroundColor = ConsoleColor.Gray;
|
||||
|
||||
await LaunchAsync();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user