Skip to content

Commit

Permalink
Merge pull request #137 from DHancock/Dev
Browse files Browse the repository at this point in the history
Update arm64 RID
  • Loading branch information
DHancock authored Aug 18, 2024
2 parents ccbdb84 + 6718bfc commit dc134bf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<PublishDir>bin\Release\net8.0-windows10.0.17763.0\publish\win-arm\</PublishDir>
<PublishDir>bin\Release\net8.0-windows10.0.17763.0\publish\win-arm64\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
<TargetFramework>net8.0-windows10.0.17763.0</TargetFramework>
<RuntimeIdentifier>win-arm</RuntimeIdentifier>
<RuntimeIdentifier>win-arm64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
Expand Down

0 comments on commit dc134bf

Please sign in to comment.