From 2a1b428f39c02387e2c6f09c71f110d8a7708d6b Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Wed, 25 May 2022 07:22:58 +1000 Subject: [PATCH] remove obsolete .NetCore 3.1 and update publish profile .Net5 to 6 --- .../Net6.0-SelfContained.pubxml | 18 ++++++++++++++++++ .../NetCore3.1-SelfContained.pubxml.user | 6 ------ 2 files changed, 18 insertions(+), 6 deletions(-) create mode 100644 Flow.Launcher/Properties/PublishProfiles/Net6.0-SelfContained.pubxml delete mode 100644 Flow.Launcher/Properties/PublishProfiles/NetCore3.1-SelfContained.pubxml.user diff --git a/Flow.Launcher/Properties/PublishProfiles/Net6.0-SelfContained.pubxml b/Flow.Launcher/Properties/PublishProfiles/Net6.0-SelfContained.pubxml new file mode 100644 index 000000000..23867d894 --- /dev/null +++ b/Flow.Launcher/Properties/PublishProfiles/Net6.0-SelfContained.pubxml @@ -0,0 +1,18 @@ + + + + + FileSystem + Release + Any CPU + net6.0-windows10.0.19041.0 + ..\Output\Release\ + win-x64 + true + False + False + False + + diff --git a/Flow.Launcher/Properties/PublishProfiles/NetCore3.1-SelfContained.pubxml.user b/Flow.Launcher/Properties/PublishProfiles/NetCore3.1-SelfContained.pubxml.user deleted file mode 100644 index 312c6e3b8..000000000 --- a/Flow.Launcher/Properties/PublishProfiles/NetCore3.1-SelfContained.pubxml.user +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file