Skip to content

Commit ee026f2

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

File tree

6 files changed

+0
-32
lines changed

6 files changed

+0
-32
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: 0 additions & 6 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, )",

ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,6 @@
8989
<PrivateAssets>all</PrivateAssets>
9090
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
9191
</PackageReference>
92-
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0">
93-
<PrivateAssets>all</PrivateAssets>
94-
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
95-
</PackageReference>
9692
</ItemGroup>
9793

9894
<ItemGroup>

ICSharpCode.Decompiler/packages.lock.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
"version": 1,
33
"dependencies": {
44
".NETStandard,Version=v2.0": {
5-
"Microsoft.CodeAnalysis.NetAnalyzers": {
6-
"type": "Direct",
7-
"requested": "[9.0.0, )",
8-
"resolved": "9.0.0",
9-
"contentHash": "JajbvkrBgtdRghavIjcJuNHMOja4lqBmEezbhZyqWPYh2cpLhT5mPpfC7NQVDO4IehWQum9t/nwF4v+qQGtYWg=="
10-
},
115
"Microsoft.Sbom.Targets": {
126
"type": "Direct",
137
"requested": "[4.1.4, )",

ICSharpCode.ILSpyCmd/packages.lock.json

Lines changed: 0 additions & 6 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, )",

ICSharpCode.ILSpyX/packages.lock.json

Lines changed: 0 additions & 6 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, )",

0 commit comments

Comments
 (0)