chi-rei-den / Localizer

Package based Terraria mod (tModLoader) localization manager and maker. No mod file modification needed.
https://mirror.sgkoi.dev/
GNU General Public License v3.0
205 stars 21 forks source link

[Todo] Detect .NET Framework version #20

Closed sgkoishi closed 4 years ago

sgkoishi commented 4 years ago

Check runtime framework version before using methods from .NET Framework 4.7.2.

using System.Runtime.InteropServices;

new Version(RuntimeInformation.FrameworkDescription.Substring(15)) >= new Version(4, 7, 2)