Skip to content

Commit

Permalink
Fix runtimes (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitii authored Feb 23, 2022
1 parent 8d100ca commit 0c1f426
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions MakePolicyFromApp/Properties/PublishProfiles/win-arm64.pubxml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
Expand All @@ -9,10 +9,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PublishDir>bin\Release\publish\win-arm64</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<TargetFramework>net6.0-windows10.0.20348.0</TargetFramework>
<RuntimeIdentifier>win-arm64</RuntimeIdentifier>
<RuntimeIdentifier>win10-arm64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>False</PublishSingleFile>
<PublishReadyToRun>True</PublishReadyToRun>
<PublishTrimmed>True</PublishTrimmed>
</PropertyGroup>
</Project>
</Project>
6 changes: 3 additions & 3 deletions MakePolicyFromApp/Properties/PublishProfiles/win-x86.pubxml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
Expand All @@ -9,10 +9,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PublishDir>bin\Release\publish\win-x86\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<TargetFramework>net6.0-windows10.0.20348.0</TargetFramework>
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<RuntimeIdentifier>win10-x86</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>False</PublishSingleFile>
<PublishReadyToRun>True</PublishReadyToRun>
<PublishTrimmed>True</PublishTrimmed>
</PropertyGroup>
</Project>
</Project>

0 comments on commit 0c1f426

Please sign in to comment.