Skip to content

Commit

Permalink
🚧 net35
Browse files Browse the repository at this point in the history
  • Loading branch information
AigioL committed Sep 7, 2023
1 parent c80f4de commit 0367fc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ static void PublishAppHost(string publishDir, Platform platform, bool debug)
// return;
//}

const string app_host_tfm = "net40"/*"net35"*/; // net35 在 Windows 10 LTSC 上即使 app.config 中配置了 4.x 兼容但依旧会打开设置窗口并且定位在可选功能
const string app_host_tfm = "net35";
var configuration = PublishCommandArg.GetConfiguration(debug);
string? arguments = null;
bool isWindows = false;
Expand Down

0 comments on commit 0367fc0

Please sign in to comment.