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

Commit 11139d6

Browse files
authored
Merge pull request #11230 from MattGal/expand_UWP_dependency_list
Remove UWP meta-package reference and replace with indirect dependencies
2 parents fb9744c + fe736e7 commit 11139d6

File tree

1 file changed

+76
-1
lines changed

1 file changed

+76
-1
lines changed

src/Common/test-runtime/project.json

Lines changed: 76 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,82 @@
2222
"netstandard1.3": {},
2323
"uap10.0": {
2424
"dependencies": {
25-
"Microsoft.NETCore.UniversalWindowsPlatform": "5.2.1-beta-000547-00",
25+
"Microsoft.NETCore.Runtime": "1.0.1",
26+
"Microsoft.CSharp": "4.0.1",
27+
"Microsoft.VisualBasic": "10.0.1",
28+
"System.AppContext": "4.1.0",
29+
"System.Collections": "4.0.11",
30+
"System.Collections.Concurrent": "4.0.12",
31+
"System.Collections.Immutable": "1.2.0",
32+
"System.ComponentModel": "4.0.1",
33+
"System.ComponentModel.Annotations": "4.1.0",
34+
"System.Diagnostics.Debug": "4.0.11",
35+
"System.Diagnostics.Tools": "4.0.1",
36+
"System.Diagnostics.Tracing": "4.1.0",
37+
"System.Dynamic.Runtime": "4.0.11",
38+
"System.Globalization": "4.0.11",
39+
"System.Globalization.Calendars": "4.0.1",
40+
"System.Globalization.Extensions": "4.0.1",
41+
"System.IO": "4.1.0",
42+
"System.IO.Compression.ZipFile": "4.0.1",
43+
"System.IO.FileSystem": "4.0.1",
44+
"System.IO.FileSystem.Primitives": "4.0.1",
45+
"System.IO.UnmanagedMemoryStream": "4.0.1",
46+
"System.Linq": "4.1.0",
47+
"System.Linq.Expressions": "4.1.0",
48+
"System.Linq.Queryable": "4.0.1",
49+
"System.Net.Http": "4.1.0",
50+
"System.Net.NetworkInformation": "4.1.0",
51+
"System.Net.Primitives": "4.0.11",
52+
"System.Numerics.Vectors": "4.1.1",
53+
"System.ObjectModel": "4.0.12",
54+
"System.Reflection": "4.1.0",
55+
"System.Reflection.DispatchProxy": "4.0.1",
56+
"System.Reflection.Extensions": "4.0.1",
57+
"System.Reflection.Metadata": "1.3.0",
58+
"System.Reflection.Primitives": "4.0.1",
59+
"System.Reflection.TypeExtensions": "4.1.0",
60+
"System.Resources.ResourceManager": "4.0.1",
61+
"System.Runtime": "4.1.0",
62+
"System.Runtime.Extensions": "4.1.0",
63+
"System.Runtime.Handles": "4.0.1",
64+
"System.Runtime.InteropServices": "4.1.0",
65+
"System.Runtime.Numerics": "4.0.1",
66+
"System.Security.Claims": "4.0.1",
67+
"System.Security.Principal": "4.0.1",
68+
"System.Text.Encoding": "4.0.11",
69+
"System.Text.Encoding.Extensions": "4.0.11",
70+
"System.Text.RegularExpressions": "4.1.0",
71+
"System.Threading": "4.0.11",
72+
"System.Threading.Tasks": "4.0.11",
73+
"System.Threading.Tasks.Dataflow": "4.6.0",
74+
"System.Threading.Tasks.Parallel": "4.0.1",
75+
"System.Threading.Timer": "4.0.1",
76+
"System.Xml.ReaderWriter": "4.0.11",
77+
"System.Xml.XDocument": "4.0.11",
78+
"Microsoft.NETCore.Portable.Compatibility": "1.0.2",
79+
"Microsoft.Win32.Primitives": "4.0.1",
80+
"System.ComponentModel.EventBasedAsync": "4.0.11",
81+
"System.Data.Common": "4.1.0",
82+
"System.Diagnostics.StackTrace": "4.0.2",
83+
"System.IO.IsolatedStorage": "4.0.1",
84+
"System.Net.Http.Rtc": "4.0.1",
85+
"System.Net.NameResolution": "4.0.0",
86+
"System.Net.Requests": "4.0.11",
87+
"System.Net.Sockets": "4.1.0",
88+
"System.Net.WebHeaderCollection": "4.0.1",
89+
"System.Net.WebSockets": "4.0.0",
90+
"System.Net.WebSockets.Client": "4.0.0",
91+
"System.Numerics.Vectors.WindowsRuntime": "4.0.1",
92+
"System.Reflection.Context": "4.0.1",
93+
"System.Runtime.InteropServices.WindowsRuntime": "4.0.1",
94+
"System.Runtime.Serialization.Json": "4.0.2",
95+
"System.Runtime.Serialization.Primitives": "4.1.1",
96+
"System.Runtime.Serialization.Xml": "4.1.1",
97+
"System.Runtime.WindowsRuntime": "4.0.11",
98+
"System.Runtime.WindowsRuntime.UI.Xaml": "4.0.1",
99+
"System.Text.Encoding.CodePages": "4.0.1",
100+
"System.Xml.XmlSerializer": "4.0.11",
26101
"System.Console": "4.3.0-beta-24431-01",
27102
"microsoft.xunit.runner.uwp": "1.0.3-prerelease-00614-01",
28103
"Microsoft.DotNet.TestILC": {

0 commit comments

Comments
 (0)