Skip to content

Commit ceed812

Browse files
Remove explicit PackageReference to NetAnalyzers again
1 parent 77d9ee7 commit ceed812

File tree

5 files changed

+55
-26
lines changed

5 files changed

+55
-26
lines changed

Directory.Packages.props

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,5 @@
5757
</ItemGroup>
5858
<ItemGroup>
5959
<GlobalPackageReference Include="TomsToolbox.Composition.Analyzer" Version="2.22.2" />
60-
<GlobalPackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.100">
61-
<PrivateAssets>all</PrivateAssets>
62-
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
63-
</GlobalPackageReference>
6460
</ItemGroup>
6561
</Project>

ICSharpCode.BamlDecompiler/packages.lock.json

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
"version": 2,
33
"dependencies": {
44
"net10.0": {
5-
"Microsoft.CodeAnalysis.NetAnalyzers": {
6-
"type": "Direct",
7-
"requested": "[10.0.100, )",
8-
"resolved": "10.0.100",
9-
"contentHash": "uj9VuyvqylnNueJfU7u2PkI/hEMpZl8Wg9BXyI0eatNEldU5jDYPdwsM8aDL18+1oLovju25MiqOPaGRBnG72A=="
10-
},
115
"Microsoft.Sbom.Targets": {
126
"type": "Direct",
137
"requested": "[4.1.4, )",
@@ -21,7 +15,23 @@
2115
"contentHash": "7gYo8ZR2eq3XkrilvUpLbTypeZy6IlD5FB8jah0YPhMOmDGhya4jJ3kfDMTTRt5m258Ou78P69mHMkG6DKZXsg=="
2216
},
2317
"icsharpcode.decompiler": {
24-
"type": "Project"
18+
"type": "Project",
19+
"dependencies": {
20+
"System.Collections.Immutable": "[9.0.0, )",
21+
"System.Reflection.Metadata": "[9.0.0, )"
22+
}
23+
},
24+
"System.Collections.Immutable": {
25+
"type": "CentralTransitive",
26+
"requested": "[10.0.1, )",
27+
"resolved": "9.0.0",
28+
"contentHash": "QhkXUl2gNrQtvPmtBTQHb0YsUrDiDQ2QS09YbtTTiSjGcf7NBqtYbrG/BE06zcBPCKEwQGzIv13IVdXNOSub2w=="
29+
},
30+
"System.Reflection.Metadata": {
31+
"type": "CentralTransitive",
32+
"requested": "[10.0.1, )",
33+
"resolved": "9.0.0",
34+
"contentHash": "ANiqLu3DxW9kol/hMmTWbt3414t9ftdIuiIU7j80okq2YzAueo120M442xk1kDJWtmZTqWQn7wHDvMRipVOEOQ=="
2535
}
2636
}
2737
}

ICSharpCode.ILSpyCmd/packages.lock.json

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@
1313
"Microsoft.Extensions.Logging.Abstractions": "6.0.0"
1414
}
1515
},
16-
"Microsoft.CodeAnalysis.NetAnalyzers": {
17-
"type": "Direct",
18-
"requested": "[10.0.100, )",
19-
"resolved": "10.0.100",
20-
"contentHash": "uj9VuyvqylnNueJfU7u2PkI/hEMpZl8Wg9BXyI0eatNEldU5jDYPdwsM8aDL18+1oLovju25MiqOPaGRBnG72A=="
21-
},
2216
"Microsoft.Extensions.Hosting": {
2317
"type": "Direct",
2418
"requested": "[10.0.1, )",
@@ -354,15 +348,21 @@
354348
"contentHash": "yErfw/3pZkJE/VKza/Cm5idTpIKOy/vsmVi59Ta5SruPVtubzxb8CtnE8tyUpzs5pr0Y28GUFfSVzAhCLN3F/Q=="
355349
},
356350
"icsharpcode.decompiler": {
357-
"type": "Project"
351+
"type": "Project",
352+
"dependencies": {
353+
"System.Collections.Immutable": "[9.0.0, )",
354+
"System.Reflection.Metadata": "[9.0.0, )"
355+
}
358356
},
359357
"icsharpcode.ilspyx": {
360358
"type": "Project",
361359
"dependencies": {
362360
"ICSharpCode.Decompiler": "[8.0.0-noversion, )",
363361
"K4os.Compression.LZ4": "[1.3.8, )",
364362
"Mono.Cecil": "[0.11.6, )",
365-
"System.Composition.AttributedModel": "[10.0.1, )"
363+
"System.Composition.AttributedModel": "[10.0.1, )",
364+
"System.Reflection.Metadata": "[10.0.1, )",
365+
"System.Runtime.CompilerServices.Unsafe": "[6.1.2, )"
366366
}
367367
},
368368
"K4os.Compression.LZ4": {
@@ -414,11 +414,29 @@
414414
"resolved": "0.11.6",
415415
"contentHash": "f33RkDtZO8VlGXCtmQIviOtxgnUdym9xx/b1p9h91CRGOsJFxCFOFK1FDbVt1OCf1aWwYejUFa2MOQyFWTFjbA=="
416416
},
417+
"System.Collections.Immutable": {
418+
"type": "CentralTransitive",
419+
"requested": "[10.0.1, )",
420+
"resolved": "9.0.0",
421+
"contentHash": "QhkXUl2gNrQtvPmtBTQHb0YsUrDiDQ2QS09YbtTTiSjGcf7NBqtYbrG/BE06zcBPCKEwQGzIv13IVdXNOSub2w=="
422+
},
417423
"System.Composition.AttributedModel": {
418424
"type": "CentralTransitive",
419425
"requested": "[10.0.1, )",
420426
"resolved": "10.0.1",
421427
"contentHash": "mRxYvpCVPAeuLEk0c0kxWJVjbW1/HUoxCgYotOj9eDeQiYcTDOMdCQApsTrHYMN3pHBA8WoF00KGolG632Etaw=="
428+
},
429+
"System.Reflection.Metadata": {
430+
"type": "CentralTransitive",
431+
"requested": "[10.0.1, )",
432+
"resolved": "10.0.1",
433+
"contentHash": "zpcfT/wacPPhE17zcudozlxQtWN/84qyiMyZNGLnK4cj2IMBtLsZYwYjVnALUhPliwyUVj/P7kaZvBWYBCnf2Q=="
434+
},
435+
"System.Runtime.CompilerServices.Unsafe": {
436+
"type": "CentralTransitive",
437+
"requested": "[6.1.2, )",
438+
"resolved": "6.1.2",
439+
"contentHash": "2hBr6zdbIBTDE3EhK7NSVNdX58uTK6iHW/P/Axmm9sl1xoGSLqDvMtpecn226TNwHByFokYwJmt/aQQNlO5CRw=="
422440
}
423441
}
424442
}

ICSharpCode.ILSpyX/packages.lock.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88
"resolved": "1.3.8",
99
"contentHash": "LhwlPa7c1zs1OV2XadMtAWdImjLIsqFJPoRcIWAadSRn0Ri1DepK65UbWLPmt4riLqx2d40xjXRk0ogpqNtK7g=="
1010
},
11-
"Microsoft.CodeAnalysis.NetAnalyzers": {
12-
"type": "Direct",
13-
"requested": "[10.0.100, )",
14-
"resolved": "10.0.100",
15-
"contentHash": "uj9VuyvqylnNueJfU7u2PkI/hEMpZl8Wg9BXyI0eatNEldU5jDYPdwsM8aDL18+1oLovju25MiqOPaGRBnG72A=="
16-
},
1711
"Microsoft.Sbom.Targets": {
1812
"type": "Direct",
1913
"requested": "[4.1.4, )",
@@ -71,7 +65,17 @@
7165
"contentHash": "dk9JPxTCIevS75HyEQ0E4OVAFhB2N+V9ShCXf8Q6FkUQZDkgLI12y679Nym1YqsiSysuQskT7Z+6nUf3yab6Vw=="
7266
},
7367
"icsharpcode.decompiler": {
74-
"type": "Project"
68+
"type": "Project",
69+
"dependencies": {
70+
"System.Collections.Immutable": "[9.0.0, )",
71+
"System.Reflection.Metadata": "[9.0.0, )"
72+
}
73+
},
74+
"System.Collections.Immutable": {
75+
"type": "CentralTransitive",
76+
"requested": "[10.0.1, )",
77+
"resolved": "9.0.0",
78+
"contentHash": "QhkXUl2gNrQtvPmtBTQHb0YsUrDiDQ2QS09YbtTTiSjGcf7NBqtYbrG/BE06zcBPCKEwQGzIv13IVdXNOSub2w=="
7579
}
7680
}
7781
}

updatedeps.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dotnet restore ILSpy.sln --force-evaluate -p:RestoreEnablePackagePruning=false

0 commit comments

Comments
 (0)