Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Mellino <erme@microsoft.com>2016-05-24 01:16:33 +0300
committerEric Mellino <erme@microsoft.com>2016-05-24 01:16:33 +0300
commit6d549900eec99cf957b884d43a8718c04632d424 (patch)
tree56040712e02b5a39bf7708c12f8a73460e0613ca /src/System.IO/pkg
parent298d9237773ea858e628e5272b56bc28758dd60f (diff)
Include framework references for all .NET Framework facades.
I have omitted mscorlib references from this list because, generally, it would not be useful.
Diffstat (limited to 'src/System.IO/pkg')
-rw-r--r--src/System.IO/pkg/System.IO.pkgproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/System.IO/pkg/System.IO.pkgproj b/src/System.IO/pkg/System.IO.pkgproj
index 31801e1c12..9397deb13f 100644
--- a/src/System.IO/pkg/System.IO.pkgproj
+++ b/src/System.IO/pkg/System.IO.pkgproj
@@ -18,7 +18,9 @@
<ProjectReference Include="aot\System.IO.pkgproj" />
<InboxOnTargetFramework Include="MonoAndroid10" />
<InboxOnTargetFramework Include="MonoTouch10" />
- <InboxOnTargetFramework Include="net45" />
+ <InboxOnTargetFramework Include="net45">
+ <FrameworkReference>System</FrameworkReference>
+ </InboxOnTargetFramework>
<InboxOnTargetFramework Include="win8" />
<InboxOnTargetFramework Include="wp80" />
<InboxOnTargetFramework Include="wpa81" />