From 0c1f426dc157c8e8ed366617f1e9c9a65872c8f6 Mon Sep 17 00:00:00 2001 From: Gitii Date: Wed, 23 Feb 2022 23:05:36 +0100 Subject: [PATCH] Fix runtimes (#11) --- .../Properties/PublishProfiles/win-arm64.pubxml | 6 +++--- MakePolicyFromApp/Properties/PublishProfiles/win-x86.pubxml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/MakePolicyFromApp/Properties/PublishProfiles/win-arm64.pubxml b/MakePolicyFromApp/Properties/PublishProfiles/win-arm64.pubxml index cf4dafc..19fbf26 100644 --- a/MakePolicyFromApp/Properties/PublishProfiles/win-arm64.pubxml +++ b/MakePolicyFromApp/Properties/PublishProfiles/win-arm64.pubxml @@ -1,4 +1,4 @@ - + @@ -9,10 +9,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121. bin\Release\publish\win-arm64 FileSystem net6.0-windows10.0.20348.0 - win-arm64 + win10-arm64 true False True True - \ No newline at end of file + diff --git a/MakePolicyFromApp/Properties/PublishProfiles/win-x86.pubxml b/MakePolicyFromApp/Properties/PublishProfiles/win-x86.pubxml index d9a8e8f..c02054b 100644 --- a/MakePolicyFromApp/Properties/PublishProfiles/win-x86.pubxml +++ b/MakePolicyFromApp/Properties/PublishProfiles/win-x86.pubxml @@ -1,4 +1,4 @@ - + @@ -9,10 +9,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121. bin\Release\publish\win-x86\ FileSystem net6.0-windows10.0.20348.0 - win-x86 + win10-x86 true False True True - \ No newline at end of file +