Fixed min. .NET version
This commit is contained in:
parent
677b26c282
commit
d92aada3b6
@ -444,7 +444,7 @@ public sealed partial class Setting : UserControl
|
||||
Icon: Icons.icons8_code_512,
|
||||
SettingName: () => "Generator: .NET",
|
||||
ChangeNeedsRestart: false,
|
||||
SettingExplanation: () => "When enabled, .NET translation files are generated. Requires a .NET 6 or newer project.",
|
||||
SettingExplanation: () => "When enabled, .NET translation files are generated. Requires a .NET 7 or newer project.",
|
||||
SettingExplanationLink: () => (string.Empty, string.Empty),
|
||||
SetupDataControl: (changeTrigger) =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user