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

Add Xamarin placeholders for System.Memory package #28034

Merged
merged 1 commit into from Mar 14, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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