Skip to content

Commit

Permalink
update TargetFramework for script project file
Browse files Browse the repository at this point in the history
  • Loading branch information
MikiraSora committed Nov 4, 2024
1 parent 42b2bf4 commit daaf006
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public bool GenerateProjectFile(string genProjOutputDirPath, string scriptFilePa
root.Sdk = "Microsoft.NET.Sdk";

var projCommonGroup = root.AddPropertyGroup();
projCommonGroup.AddProperty("TargetFramework", "net6.0-windows");
projCommonGroup.AddProperty("TargetFramework", "net8.0-windows");
projCommonGroup.AddProperty("OutputType", "Exe");


Expand Down

0 comments on commit daaf006

Please sign in to comment.