Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 15d74f5

Browse files
committed
Treat ValueTuple inbox on netstandard2.0 in nupkg
This is necessary to avoid type conflicts.
1 parent d99e172 commit 15d74f5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pkg/Microsoft.Private.PackageBaseline/packageIndex.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4694,6 +4694,7 @@
46944694
"BaselineVersion": "4.4.0",
46954695
"InboxOn": {
46964696
"netcoreapp2.0": "4.0.2.0",
4697+
"netstandard2.0": "4.0.2.0",
46974698
"monoandroid10": "Any",
46984699
"monotouch10": "Any",
46994700
"uap10.1": "4.0.2.0",

src/System.ValueTuple/pkg/System.ValueTuple.pkgproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<SupportedFramework>net45;netcore45;netcoreapp1.0;wp8;wpa81;$(AllXamarinFrameworks)</SupportedFramework>
77
</ProjectReference>
88
<ProjectReference Include="..\src\System.ValueTuple.csproj" />
9+
<InboxOnTargetFramework Include="netstandard2.0" />
910
<InboxOnTargetFramework Include="netcoreapp2.0" />
1011
<InboxOnTargetFramework Include="uap10.1" />
1112
<InboxOnTargetFramework Include="$(AllXamarinFrameworks)" />

0 commit comments

Comments
 (0)