Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Merge pull request #28034 from weshaggard/AddXamarinPlaceholders
Browse files Browse the repository at this point in the history
Add Xamarin placeholders for System.Memory package
  • Loading branch information
weshaggard committed Mar 14, 2018
2 parents ffd5ef3 + 6813af0 commit c4f2317
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion pkg/Microsoft.Private.PackageBaseline/packageIndex.json
Expand Up @@ -2461,8 +2461,14 @@
},
"System.Memory": {
"InboxOn": {
"monoandroid10": "Any",
"monotouch10": "Any",
"netcoreapp2.1": "4.0.1.0",
"uap10.0.16300": "4.0.1.0"
"uap10.0.16300": "4.0.1.0",
"xamarinios10": "Any",
"xamarinmac20": "Any",
"xamarintvos10": "Any",
"xamarinwatchos10": "Any"
},
"AssemblyVersionInPackageVersion": {
"4.0.0.0": "4.4.0",
Expand Down
6 changes: 3 additions & 3 deletions src/System.Memory/pkg/System.Memory.pkgproj
Expand Up @@ -7,11 +7,11 @@
<SupportedFramework>net45;netcore45;wpa81;netcoreapp1.0;$(AllXamarinFrameworks)</SupportedFramework>
</ProjectReference>
<ProjectReference Include="..\src\System.Memory.csproj" />

<InboxOnTargetFramework Include="$(AllXamarinFrameworks)" />
<!-- Since UAP and .NETCoreApp are package based we still want to enable
OOBing libraries that happen to overlap with their framework package.
This avoids us having to lock the API in our NuGet packages just
to match what shipped inbox: since we can provide a new library
This avoids us having to lock the API in our NuGet packages just
to match what shipped inbox: since we can provide a new library
we can update it to add API without raising the netstandard version. -->
<ValidatePackageSuppression Include="TreatAsOutOfBox">
<Value>.NETCoreApp;UAP</Value>
Expand Down

0 comments on commit c4f2317

Please sign in to comment.