Commit 5ef4314 Mateo Torres Ruiz
committed
1 parent 283bf5b commit 5ef4314 Copy full SHA for 5ef4314
File tree 2 files changed +10
-8
lines changed
src/Tasks/Microsoft.NET.Build.Tasks/targets
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 110
110
<Uri >https://github.com/mono/linker</Uri >
111
111
<Sha >696987329669e0bf28684b6c63692cdf0b1acb84</Sha >
112
112
</Dependency >
113
+ <Dependency Name =" Microsoft.NET.ILLink.Analyzers" >
114
+ <Url >https://github.com/mono/linker</Url >
115
+ <Sha >fc8abeff62398d46ac3408d20f50879e6f2e713f</Sha >
116
+ </Dependency >
113
117
<Dependency Name =" System.CodeDom" Version =" 6.0.0-alpha.1.21057.2" >
114
118
<Uri >https://github.com/dotnet/runtime</Uri >
115
119
<Sha >81b9558199454adc6cc2a0e34cc64ebeb8f754c6</Sha >
Original file line number Diff line number Diff line change @@ -82,6 +82,11 @@ Copyright (c) .NET Foundation. All rights reserved.
82
82
<Analyzer
83
83
Include =" $(MSBuildThisFileDirectory)..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll"
84
84
IsImplicitlyDefined =" true" />
85
+ <!-- ILLinker Analyzers -->
86
+ <Analyzer
87
+ Condition =" '$(PublishSingleFile)' == 'true' Or '$(PublishTrimmed)' == 'true'"
88
+ Include =" $(MSBuildThisFileDirectory)..\analyzers\ILLink.RoslynAnalyzer.dll"
89
+ IsImplicitlyDefined =" true" />
85
90
</ItemGroup >
86
91
87
92
<!-- C# Code Style Analyzers -->
@@ -116,11 +121,4 @@ Copyright (c) .NET Foundation. All rights reserved.
116
121
IsImplicitlyDefined =" true" />
117
122
</ItemGroup >
118
123
119
- <!-- ILLinker Analyzers -->
120
- <ItemGroup Condition =" '$(PublishSingleFile)' == 'true' Or
121
- '$(PublishTrimmed)' == 'true'" >
122
- <Analyzer
123
- Include =" $(MSBuildThisFileDirectory)..\analyzers\ILLink.RoslynAnalyzer.dll"
124
- IsImplicitlyDefined =" true" />
125
- </ItemGroup >
126
- </Project >
124
+ </Project >
You can’t perform that action at this time.
0 commit comments