Add support for win-arm64 (#2821)

This commit is contained in:
Łukasz Domeradzki
2023-02-09 14:08:39 +01:00
committed by GitHub
parent 0b2f694fb0
commit a89cb28255
3 changed files with 28 additions and 3 deletions

View File

@@ -28,7 +28,7 @@
<RepositoryType>Git</RepositoryType>
<RepositoryUrl>$(PackageProjectUrl).git</RepositoryUrl>
<RollForward>LatestMajor</RollForward>
<RuntimeIdentifiers>linux-arm;linux-arm64;linux-x64;osx-arm64;osx-x64;win-x64</RuntimeIdentifiers>
<RuntimeIdentifiers>linux-arm;linux-arm64;linux-x64;osx-arm64;osx-x64;win-arm64;win-x64</RuntimeIdentifiers>
<TargetFrameworks>net7.0</TargetFrameworks>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
</PropertyGroup>