remove net6 pre-check

This commit is contained in:
IsWaffle 2024-04-23 10:17:54 -04:00
parent 4811d03902
commit 92cc51ee8d
3 changed files with 3 additions and 3 deletions

View File

@ -7,6 +7,7 @@ using SPTInstaller.Helpers;
namespace SPTInstaller.Installer_Tasks.PreChecks;
[Obsolete("No longer needed, but keeping around for now just in case. Can be removed from code after 7/1/2024 if no issues are found")]
public class NetCore6PreCheck : PreCheckBase
{
public NetCore6PreCheck() : base(".Net Core 6 Desktop Runtime", true)

View File

@ -45,7 +45,6 @@ internal class Program
#if !TEST
ServiceHelper.Register<PreCheckBase, NetFramework472PreCheck>();
ServiceHelper.Register<PreCheckBase, NetCore6PreCheck>();
ServiceHelper.Register<PreCheckBase, Net8PreCheck>();
ServiceHelper.Register<PreCheckBase, FreeSpacePreCheck>();
ServiceHelper.Register<PreCheckBase, EftLauncherPreCheck>();

View File

@ -9,8 +9,8 @@
<PackageIcon>icon.ico</PackageIcon>
<ApplicationIcon>Assets\icon.ico</ApplicationIcon>
<Configurations>Debug;Release;TEST</Configurations>
<AssemblyVersion>2.58</AssemblyVersion>
<FileVersion>2.58</FileVersion>
<AssemblyVersion>2.59</AssemblyVersion>
<FileVersion>2.59</FileVersion>
<Company>SPT-AKI</Company>
</PropertyGroup>