Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add runtime.osx-arm64.runtime.native.System.IO.Ports proj file for pa…
…ckaging.

Tested on actual osx-arm64 hardware, resulting package works correctly.
  • Loading branch information
SeanMollet committed Oct 12, 2021
commit 8a5d6c3954f4f6e7531c78b535b7fbf91f84ab49
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Project>
<Import Project="runtime.native.System.IO.Ports.props" />
<PropertyGroup>
<!-- TODO: Remove when the package shipped. -->
<DisablePackageBaselineValidation>true</DisablePackageBaselineValidation>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this will be shipping in 6.0, do we still need this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right now, yes, because it's not out in 6.0 and there isn't a nuget package the build process can pull down. Once it's actually in 6.0 and there's a package, then it can be removed.

</PropertyGroup>
</Project>