Skip to content

Commit 2e71df6

Browse files
[release/6.0] Add osx-arm64.runtime.native.System.IO.Ports (#60084)
* Add runtime.osx-arm64.runtime.native.System.IO.Ports proj file for packaging. Tested on actual osx-arm64 hardware, resulting package works correctly. * Update src/libraries/System.IO.Ports/pkg/runtime.osx-arm64.runtime.native.System.IO.Ports.proj Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com> Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
1 parent 3c86f5f commit 2e71df6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<Project>
2+
<Import Project="runtime.native.System.IO.Ports.props" />
3+
<PropertyGroup>
4+
<!-- TODO: Remove when the package shipped. -->
5+
<DisablePackageBaselineValidation>true</DisablePackageBaselineValidation>
6+
</PropertyGroup>
7+
</Project>

0 commit comments

Comments
 (0)