Forráskód Böngészése

Remove now-redundant IsDotNet46 property

ghorsington 5 éve
szülő
commit
30638cfaad
1 módosított fájl, 0 hozzáadás és 2 törlés
  1. 0 2
      BepInEx.Preloader/Preloader.cs

+ 0 - 2
BepInEx.Preloader/Preloader.cs

@@ -28,8 +28,6 @@ namespace BepInEx.Preloader
 
 		public static bool IsPostUnity2017 { get; } = File.Exists(Path.Combine(Paths.ManagedPath, "UnityEngine.CoreModule.dll"));
 
-		public static bool IsDotNet46 { get; } = new Version("4.0.30319.42000") <= Environment.Version;
-
 		public static void Run()
 		{
 			try