Merge pull request #24444 from BruceForstall/FixGenerateLayoutArgPassing
[platform/upstream/coreclr.git] / tests / src / Common / CoreFX / CoreFX.depproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
3   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
4   <PropertyGroup>
5       <RestoreOutputPath>$(SourceDir)Common\CoreFX\obj</RestoreOutputPath>
6       <Language>C#</Language>
7       <NugetTargetMoniker>.NETCoreApp,Version=v3.0</NugetTargetMoniker>
8       <TargetFramework>netcoreapp3.0</TargetFramework>
9       <ContainsPackageReferences>true</ContainsPackageReferences>
10       <CLRTestKind>SharedLibrary</CLRTestKind>
11       <IsTestProject>false</IsTestProject>
12       <!-- System.Composition and System.Composition.AttributedModel use different versioning conventions -->
13       <SystemCompositionVersions>1.3.0-preview3-26501-04</SystemCompositionVersions>
14       <MicrosoftDiagnosticsTracingTraceVentVersion>2.0.19</MicrosoftDiagnosticsTracingTraceVentVersion>
15       <MicrosoftDotnetPlatformAbstractionsVersion>2.1.0</MicrosoftDotnetPlatformAbstractionsVersion>
16       <MicrosoftPrivateCoreFxTestUtilitiesPackageVersion>4.6.0-preview1-26817-04</MicrosoftPrivateCoreFxTestUtilitiesPackageVersion>
17   </PropertyGroup>
18
19   <!-- Switch RuntimeIdentifier according to currently running OSGroup -->
20   <PropertyGroup>
21       <RuntimeIdentifier Condition="'$(OSGroup)' == 'Windows_NT'">win-x64</RuntimeIdentifier>
22       <RuntimeIdentifier Condition="'$(OSGroup)' == 'Linux'">linux-x64</RuntimeIdentifier>
23       <RuntimeIdentifier Condition="'$(OSGroup)' == 'OSX'">osx-x64</RuntimeIdentifier>
24       <NugetRuntimeIdentifier>$(RuntimeIdentifier)</NugetRuntimeIdentifier>
25   </PropertyGroup>
26
27   <ItemGroup>
28     <PackageReference Include="System.CodeDom">
29       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
30     </PackageReference>
31     <PackageReference Include="System.Configuration.ConfigurationManager">
32       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
33     </PackageReference>
34     <PackageReference Include="System.Composition.Hosting">
35       <Version>$(SystemCompositionVersions)</Version>
36     </PackageReference>
37     <PackageReference Include="System.Composition.AttributedModel">
38       <Version>$(SystemCompositionVersions)</Version>
39     </PackageReference>
40     <PackageReference Include="System.Composition.Convention">
41       <Version>$(SystemCompositionVersions)</Version>
42     </PackageReference>
43     <PackageReference Include="System.Composition.Runtime">
44       <Version>$(SystemCompositionVersions)</Version>
45     </PackageReference>
46     <PackageReference Include="System.Composition.TypedParts">
47       <Version>$(SystemCompositionVersions)</Version>
48     </PackageReference>
49     <PackageReference Include="System.ComponentModel.Composition">
50       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
51     </PackageReference>
52     <PackageReference Include="System.Data.Odbc">
53       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
54     </PackageReference>
55     <PackageReference Include="runtime.native.System.Data.SqlClient.sni">
56       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
57     </PackageReference>
58     <PackageReference Include="System.Security.Principal.Windows">
59       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
60     </PackageReference>
61     <PackageReference Include="System.Text.Encoding.CodePages">
62       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
63     </PackageReference>
64     <PackageReference Include="System.Diagnostics.DiagnosticSource">
65       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
66     </PackageReference>
67     <PackageReference Include="System.Data.SqlClient">
68       <!-- The 4.6 packages of System.Data.SqlClient have a version of 4.5 in the dll so they fail to load -->
69       <Version>4.7.0-preview4.19164.7</Version>
70     </PackageReference>
71     <PackageReference Include="System.Diagnostics.PerformanceCounter">
72       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
73     </PackageReference>
74     <PackageReference Include="System.DirectoryServices">
75       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
76     </PackageReference>
77     <PackageReference Include="System.DirectoryServices.AccountManagement">
78       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
79     </PackageReference>
80     <PackageReference Include="System.DirectoryServices.Protocols">
81       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
82     </PackageReference>
83     <PackageReference Include="System.Drawing.Common">
84       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
85     </PackageReference>
86     <PackageReference Include="System.IO.Packaging">
87       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
88     </PackageReference>
89     <PackageReference Include="System.IO.Pipelines">
90       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
91     </PackageReference>
92     <PackageReference Include="System.IO.Ports">
93       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
94     </PackageReference>
95     <PackageReference Include="System.Management">
96       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
97     </PackageReference>
98     <PackageReference Include="System.Net.Http.WinHttpHandler">
99       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
100     </PackageReference>
101     <PackageReference Include="System.Net.WebSockets.WebSocketProtocol">
102       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
103     </PackageReference>
104     <PackageReference Include="System.Reflection.MetadataLoadContext">
105       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
106     </PackageReference>
107     <PackageReference Include="System.Runtime.Caching">
108       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
109     </PackageReference>
110     <PackageReference Include="System.Reflection.Context">
111       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
112     </PackageReference>
113     <PackageReference Include="System.Security.Cryptography.ProtectedData">
114       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
115     </PackageReference>
116     <PackageReference Include="System.Security.Cryptography.Pkcs">
117       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
118     </PackageReference>
119     <PackageReference Include="System.Security.Cryptography.Xml">
120       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
121     </PackageReference>
122     <PackageReference Include="System.ServiceModel.Syndication">
123       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
124     </PackageReference>
125     <PackageReference Include="System.ServiceProcess.ServiceController">
126       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
127     </PackageReference>
128     <PackageReference Include="System.Text.Encoding.CodePages">
129       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
130     </PackageReference>
131     <PackageReference Include="System.Text.Encodings.Web">
132       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
133     </PackageReference>
134     <PackageReference Include="System.Threading.AccessControl">
135       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
136     </PackageReference>
137     <PackageReference Include="System.Threading.Channels">
138       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
139     </PackageReference>
140     <PackageReference Include="System.Json">
141       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
142     </PackageReference>
143
144   </ItemGroup>
145   <ItemGroup Condition="'$(OSGroup)' == 'Windows_NT'">
146     <!-- Windows Dependencies -->
147     <PackageReference Include="Microsoft.Win32.Registry">
148       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
149     </PackageReference>
150     <PackageReference Include="Microsoft.Win32.Registry.AccessControl">
151       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
152     </PackageReference>
153     <PackageReference Include="Microsoft.Win32.SystemEvents">
154       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
155     </PackageReference>
156     <PackageReference Include="Microsoft.Diagnostics.Tracing.TraceEvent">
157       <Version>$(MicrosoftDiagnosticsTracingTraceVentVersion)</Version>
158     </PackageReference>
159   </ItemGroup>
160   
161   <ItemGroup Condition="'$(OSGroup)' != 'Windows_NT'">
162     <PackageReference Include="Microsoft.DotNet.PlatformAbstractions">
163       <Version>$(MicrosoftDotnetPlatformAbstractionsVersion)</Version>
164     </PackageReference>
165   </ItemGroup>
166   
167   <ItemGroup>
168     <PackageToInclude Include="@(PackageReference -> '%(Identity)' )"/>
169   </ItemGroup>
170   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
171   <PropertyGroup>
172     <ProjectAssetsFile>$(SourceDir)Common\CoreFX\obj\project.assets.json</ProjectAssetsFile>
173   </PropertyGroup>
174 </Project>