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:
authorChristopher Costa <chcosta@microsoft.com>2016-03-11 03:15:19 +0300
committerChristopher Costa <chcosta@microsoft.com>2016-03-11 03:15:19 +0300
commitbe08afd9701053f5f9369762db58b87c8ca9559f (patch)
tree1a3b9bbd8da3a8ec4a837630a02bb76d6528aaa4 /src/System.IO.FileSystem/pkg/win/System.IO.FileSystem.pkgproj
parent20ac596658d1460cb38c7d178f66ee34a2428847 (diff)
Fat package conversions
Diffstat (limited to 'src/System.IO.FileSystem/pkg/win/System.IO.FileSystem.pkgproj')
-rw-r--r--src/System.IO.FileSystem/pkg/win/System.IO.FileSystem.pkgproj8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/System.IO.FileSystem/pkg/win/System.IO.FileSystem.pkgproj b/src/System.IO.FileSystem/pkg/win/System.IO.FileSystem.pkgproj
index 0f117e99ed..0d821e6e9b 100644
--- a/src/System.IO.FileSystem/pkg/win/System.IO.FileSystem.pkgproj
+++ b/src/System.IO.FileSystem/pkg/win/System.IO.FileSystem.pkgproj
@@ -8,8 +8,12 @@
</PropertyGroup>
<ItemGroup>
- <ProjectReference Include="..\..\src\System.IO.FileSystem.builds">
- <AdditionalProperties>FilterToOSGroup=Windows_NT</AdditionalProperties>
+ <ProjectReference Include="..\..\src\System.IO.FileSystem.csproj">
+ <OSGroup>Windows_NT</OSGroup>
+ </ProjectReference>
+ <ProjectReference Include="..\..\src\System.IO.FileSystem.csproj">
+ <OSGroup>Windows_NT</OSGroup>
+ <TargetGroup>netcore50</TargetGroup>
</ProjectReference>
<!-- No implementation on platforms where our P-Invokes are not allowed -->