Mono/C#: Default to net47 for new projects
This commit is contained in:
parent
ff7e7bd260
commit
d9ff5f7fc2
6 changed files with 10 additions and 10 deletions
|
|
@ -100,7 +100,7 @@ namespace GodotTools.ProjectEditor
|
|||
mainGroup.AddProperty("OutputPath", Path.Combine("bin", "$(Configuration)"));
|
||||
mainGroup.AddProperty("RootNamespace", IdentifierUtils.SanitizeQualifiedIdentifier(name, allowEmptyIdentifiers: true));
|
||||
mainGroup.AddProperty("AssemblyName", name);
|
||||
mainGroup.AddProperty("TargetFrameworkVersion", "v4.5");
|
||||
mainGroup.AddProperty("TargetFrameworkVersion", "v4.7");
|
||||
mainGroup.AddProperty("GodotProjectGeneratorVersion", Assembly.GetExecutingAssembly().GetName().Version.ToString());
|
||||
|
||||
var debugGroup = root.AddPropertyGroup();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue