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

Commit 97cd962

Browse files
committed
Update FileVersionInfo -> Metadata dependency to latest
Add explicit Immutable references since the current build on myget.org under-specifies the Metadata -> Immutable dependency.
1 parent f0f4cb8 commit 97cd962

File tree

4 files changed

+249
-52
lines changed

4 files changed

+249
-52
lines changed

src/System.Diagnostics.FileVersionInfo/src/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"dependencies": {
3+
"System.Collections.Immutable": "1.1.37-beta-*",
34
"System.Diagnostics.Debug": "4.0.10-beta-*",
45
"System.Diagnostics.Tools": "4.0.0-beta-*",
56
"System.Globalization": "4.0.10-beta-*",
67
"System.IO": "4.0.10-beta-*",
78
"System.IO.FileSystem": "4.0.0-beta-*",
89
"System.IO.FileSystem.Primitives": "4.0.0-beta-*",
910
"System.Reflection": "4.0.10-beta-*",
10-
"System.Reflection.Metadata": "1.0.21",
11+
"System.Reflection.Metadata": "1.0.22-beta-*",
1112
"System.Reflection.Primitives": "4.0.0-beta-*",
1213
"System.Runtime": "4.0.20-beta-*",
1314
"System.Runtime.Extensions": "4.0.10-beta-*",

src/System.Diagnostics.FileVersionInfo/src/project.lock.json

Lines changed: 128 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,22 @@
1414
"lib/DNXCore50/System.Collections.dll": {}
1515
}
1616
},
17-
"System.Collections.Immutable/1.1.36": {
17+
"System.Collections.Immutable/1.1.37-beta-23024": {
18+
"dependencies": {
19+
"System.Runtime": "4.0.0-beta-23024",
20+
"System.Resources.ResourceManager": "4.0.0-beta-23024",
21+
"System.Diagnostics.Debug": "4.0.0-beta-23024",
22+
"System.Collections": "4.0.0-beta-23024",
23+
"System.Linq": "4.0.0-beta-23024",
24+
"System.Runtime.Extensions": "4.0.0-beta-23024",
25+
"System.Globalization": "4.0.0-beta-23024",
26+
"System.Threading": "4.0.0-beta-23024"
27+
},
1828
"compile": {
19-
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {}
29+
"lib/dotnet/System.Collections.Immutable.dll": {}
2030
},
2131
"runtime": {
22-
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll": {}
32+
"lib/dotnet/System.Collections.Immutable.dll": {}
2333
}
2434
},
2535
"System.Diagnostics.Debug/4.0.10-beta-23024": {
@@ -102,6 +112,21 @@
102112
"lib/dotnet/System.IO.FileSystem.Primitives.dll": {}
103113
}
104114
},
115+
"System.Linq/4.0.0-beta-23024": {
116+
"dependencies": {
117+
"System.Runtime": "4.0.20-beta-23024",
118+
"System.Collections": "4.0.10-beta-23024",
119+
"System.Resources.ResourceManager": "4.0.0-beta-23024",
120+
"System.Diagnostics.Debug": "4.0.10-beta-23024",
121+
"System.Runtime.Extensions": "4.0.10-beta-23024"
122+
},
123+
"compile": {
124+
"ref/dotnet/System.Linq.dll": {}
125+
},
126+
"runtime": {
127+
"lib/dotnet/System.Linq.dll": {}
128+
}
129+
},
105130
"System.Private.Uri/4.0.0-beta-23024": {
106131
"runtime": {
107132
"lib/DNXCore50/System.Private.Uri.dll": {}
@@ -120,15 +145,40 @@
120145
"lib/DNXCore50/System.Reflection.dll": {}
121146
}
122147
},
123-
"System.Reflection.Metadata/1.0.21": {
148+
"System.Reflection.Extensions/4.0.0-beta-23024": {
124149
"dependencies": {
125-
"System.Collections.Immutable": "1.1.36"
150+
"System.Runtime": "4.0.0-beta-23024",
151+
"System.Reflection": "4.0.0-beta-23024"
126152
},
127153
"compile": {
128-
"lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
154+
"ref/dotnet/System.Reflection.Extensions.dll": {}
129155
},
130156
"runtime": {
131-
"lib/portable-net45+win8/System.Reflection.Metadata.dll": {}
157+
"lib/DNXCore50/System.Reflection.Extensions.dll": {}
158+
}
159+
},
160+
"System.Reflection.Metadata/1.0.22-beta-23024": {
161+
"dependencies": {
162+
"System.Runtime": "4.0.0-beta-23024",
163+
"System.Resources.ResourceManager": "4.0.0-beta-23024",
164+
"System.Reflection.Primitives": "4.0.0-beta-23024",
165+
"System.IO": "4.0.0-beta-23024",
166+
"System.Diagnostics.Debug": "4.0.0-beta-23024",
167+
"System.Collections": "4.0.0-beta-23024",
168+
"System.Text.Encoding": "4.0.0-beta-23024",
169+
"System.Runtime.InteropServices": "4.0.0-beta-23024",
170+
"System.Reflection": "4.0.0-beta-23024",
171+
"System.Runtime.Extensions": "4.0.0-beta-23024",
172+
"System.Threading": "4.0.0-beta-23024",
173+
"System.Text.Encoding.Extensions": "4.0.0-beta-23024",
174+
"System.Reflection.Extensions": "4.0.0-beta-23024",
175+
"System.Collections.Immutable": "1.1.34-beta-23024"
176+
},
177+
"compile": {
178+
"lib/dotnet/System.Reflection.Metadata.dll": {}
179+
},
180+
"runtime": {
181+
"lib/dotnet/System.Reflection.Metadata.dll": {}
132182
}
133183
},
134184
"System.Reflection.Primitives/4.0.0-beta-23024": {
@@ -288,14 +338,15 @@
288338
"runtimes/win8-aot/lib/netcore50/System.Collections.dll"
289339
]
290340
},
291-
"System.Collections.Immutable/1.1.36": {
341+
"System.Collections.Immutable/1.1.37-beta-23024": {
292342
"serviceable": true,
293-
"sha512": "MOlivTIeAIQPPMUPWIIoMCvZczjFRLYUWSYwqi1szu8QPyeIbsaPeI+hpXe1DzTxNwnRnmfYaoToi6kXIfSPNg==",
343+
"sha512": "LlrYTV/111WG+YZfayStrj8gmxMAALgAKhKMVPutGO7C1gauYuW5FVaHE+QjwIfeqavB2jtoJVVspEndJM+UxQ==",
294344
"files": [
295-
"License-Stable.rtf",
296-
"System.Collections.Immutable.1.1.36.nupkg",
297-
"System.Collections.Immutable.1.1.36.nupkg.sha512",
345+
"System.Collections.Immutable.1.1.37-beta-23024.nupkg",
346+
"System.Collections.Immutable.1.1.37-beta-23024.nupkg.sha512",
298347
"System.Collections.Immutable.nuspec",
348+
"lib/dotnet/System.Collections.Immutable.dll",
349+
"lib/dotnet/System.Collections.Immutable.xml",
299350
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll",
300351
"lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml"
301352
]
@@ -450,6 +501,34 @@
450501
"ref/net46/System.IO.FileSystem.Primitives.dll"
451502
]
452503
},
504+
"System.Linq/4.0.0-beta-23024": {
505+
"serviceable": true,
506+
"sha512": "hVGW083n8Lf5J0uFrDqbbeZODqcpqlTls42aVbJXkELEBfRFOYdC3elpPEw/gtlLsBIUFfYJgq+a/7Mqv/i//g==",
507+
"files": [
508+
"System.Linq.4.0.0-beta-23024.nupkg",
509+
"System.Linq.4.0.0-beta-23024.nupkg.sha512",
510+
"System.Linq.nuspec",
511+
"lib/dotnet/System.Linq.dll",
512+
"lib/net45/_._",
513+
"lib/netcore50/System.Linq.dll",
514+
"lib/win8/_._",
515+
"ref/dotnet/System.Linq.dll",
516+
"ref/dotnet/System.Linq.xml",
517+
"ref/dotnet/de/System.Linq.xml",
518+
"ref/dotnet/es/System.Linq.xml",
519+
"ref/dotnet/fr/System.Linq.xml",
520+
"ref/dotnet/it/System.Linq.xml",
521+
"ref/dotnet/ja/System.Linq.xml",
522+
"ref/dotnet/ko/System.Linq.xml",
523+
"ref/dotnet/ru/System.Linq.xml",
524+
"ref/dotnet/zh-hans/System.Linq.xml",
525+
"ref/dotnet/zh-hant/System.Linq.xml",
526+
"ref/net45/_._",
527+
"ref/netcore50/System.Linq.dll",
528+
"ref/netcore50/System.Linq.xml",
529+
"ref/win8/_._"
530+
]
531+
},
453532
"System.Private.Uri/4.0.0-beta-23024": {
454533
"serviceable": true,
455534
"sha512": "SJbplxSAYqzECE4GzsXfkES5vug34KI34ERs2ySNAfuVcEbtto0YieQQqLQERzYINfbFVbOPbV4yN3VTzjW0DQ==",
@@ -488,14 +567,44 @@
488567
"runtimes/win8-aot/lib/netcore50/System.Reflection.dll"
489568
]
490569
},
491-
"System.Reflection.Metadata/1.0.21": {
570+
"System.Reflection.Extensions/4.0.0-beta-23024": {
571+
"serviceable": true,
572+
"sha512": "Hb/Jq24QyHQ563tCB8C7qu5MlOsCc3NSopzvWAf2pU0CN0LnWH1M5W30TnVERBFWo46TJih5+IxGYhjtUU3b3A==",
573+
"files": [
574+
"System.Reflection.Extensions.4.0.0-beta-23024.nupkg",
575+
"System.Reflection.Extensions.4.0.0-beta-23024.nupkg.sha512",
576+
"System.Reflection.Extensions.nuspec",
577+
"lib/DNXCore50/System.Reflection.Extensions.dll",
578+
"lib/net45/_._",
579+
"lib/netcore50/System.Reflection.Extensions.dll",
580+
"lib/win8/_._",
581+
"ref/dotnet/System.Reflection.Extensions.dll",
582+
"ref/dotnet/System.Reflection.Extensions.xml",
583+
"ref/dotnet/de/System.Reflection.Extensions.xml",
584+
"ref/dotnet/es/System.Reflection.Extensions.xml",
585+
"ref/dotnet/fr/System.Reflection.Extensions.xml",
586+
"ref/dotnet/it/System.Reflection.Extensions.xml",
587+
"ref/dotnet/ja/System.Reflection.Extensions.xml",
588+
"ref/dotnet/ko/System.Reflection.Extensions.xml",
589+
"ref/dotnet/ru/System.Reflection.Extensions.xml",
590+
"ref/dotnet/zh-hans/System.Reflection.Extensions.xml",
591+
"ref/dotnet/zh-hant/System.Reflection.Extensions.xml",
592+
"ref/net45/_._",
593+
"ref/netcore50/System.Reflection.Extensions.dll",
594+
"ref/netcore50/System.Reflection.Extensions.xml",
595+
"ref/win8/_._",
596+
"runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll"
597+
]
598+
},
599+
"System.Reflection.Metadata/1.0.22-beta-23024": {
492600
"serviceable": true,
493-
"sha512": "CAhcY0EJFLXfxo5YRV/ytkTOeTBho8zKjLu+9LvEI5NIVmanp1yMUzYQdjvXpHbyV0Qt1KuLXcTCc9t9FVH3Wg==",
601+
"sha512": "4+n7zKaIWryKbzv/AAZjOMtAD4Wtn4nqHtYeRhcMNzjEoIErDEEdj02iTxBBWJxH4Yi8JNmT9mrJk/HoJqOw4A==",
494602
"files": [
495-
"License-Stable.rtf",
496-
"System.Reflection.Metadata.1.0.21.nupkg",
497-
"System.Reflection.Metadata.1.0.21.nupkg.sha512",
603+
"System.Reflection.Metadata.1.0.22-beta-23024.nupkg",
604+
"System.Reflection.Metadata.1.0.22-beta-23024.nupkg.sha512",
498605
"System.Reflection.Metadata.nuspec",
606+
"lib/dotnet/System.Reflection.Metadata.dll",
607+
"lib/dotnet/System.Reflection.Metadata.xml",
499608
"lib/portable-net45+win8/System.Reflection.Metadata.dll",
500609
"lib/portable-net45+win8/System.Reflection.Metadata.xml"
501610
]
@@ -783,14 +892,15 @@
783892
},
784893
"projectFileDependencyGroups": {
785894
"": [
895+
"System.Collections.Immutable >= 1.1.37-beta-*",
786896
"System.Diagnostics.Debug >= 4.0.10-beta-*",
787897
"System.Diagnostics.Tools >= 4.0.0-beta-*",
788898
"System.Globalization >= 4.0.10-beta-*",
789899
"System.IO >= 4.0.10-beta-*",
790900
"System.IO.FileSystem >= 4.0.0-beta-*",
791901
"System.IO.FileSystem.Primitives >= 4.0.0-beta-*",
792902
"System.Reflection >= 4.0.10-beta-*",
793-
"System.Reflection.Metadata >= 1.0.21",
903+
"System.Reflection.Metadata >= 1.0.22-beta-*",
794904
"System.Reflection.Primitives >= 4.0.0-beta-*",
795905
"System.Runtime >= 4.0.20-beta-*",
796906
"System.Runtime.Extensions >= 4.0.10-beta-*",

src/System.Diagnostics.FileVersionInfo/tests/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"dependencies": {
3+
"System.Collections.Immutable": "1.1.37-beta-*",
34
"System.Console": "4.0.0-beta-*",
45
"System.Globalization": "4.0.10-beta-*",
56
"System.IO": "4.0.10-beta-*",
67
"System.IO.FileSystem": "4.0.0-beta-*",
78
"System.IO.FileSystem.Primitives": "4.0.0-beta-*",
8-
"System.Reflection.Metadata": "1.0.21",
9+
"System.Reflection.Metadata": "1.0.22-beta-*",
910
"System.Runtime": "4.0.20-beta-*",
1011
"System.Runtime.Extensions": "4.0.10-beta-*",
1112
"System.Runtime.InteropServices": "4.0.20-beta-*",

0 commit comments

Comments
 (0)