Skip to content

Commit ee5bbf7

Browse files
[main] Update dependencies from dotnet/roslyn-analyzers (#29911)
[main] Update dependencies from dotnet/roslyn-analyzers - Update GenerateLayout.targets React to package structure updates in dotnet/roslyn-analyzers#6325 and dotnet/roslyn-analyzers#6427 to generate props/targets/config files in `buildtransitive` folder - Update GenerateLayout.targets
1 parent 237193d commit ee5bbf7

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,13 +237,13 @@
237237
<Sha>9a1c3e1b7f0c8763d4c96e593961a61a72679a7b</Sha>
238238
<SourceBuild RepoName="xdt" ManagedOnly="true" />
239239
</Dependency>
240-
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0-preview1.23059.1">
240+
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0-preview1.23067.1">
241241
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
242-
<Sha>6f4bfac4c7ad970b59be66cd1d2bee75516348fc</Sha>
242+
<Sha>22ea6422f85b05ca0793cc3b76375487be407f5d</Sha>
243243
</Dependency>
244-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.3.4-beta1.23059.1">
244+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn-analyzers" Version="3.3.4-beta1.23067.1">
245245
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
246-
<Sha>6f4bfac4c7ad970b59be66cd1d2bee75516348fc</Sha>
246+
<Sha>22ea6422f85b05ca0793cc3b76375487be407f5d</Sha>
247247
<SourceBuild RepoName="roslyn-analyzers" ManagedOnly="true" />
248248
</Dependency>
249249
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.22564.1">

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
</PropertyGroup>
101101
<PropertyGroup>
102102
<!-- Dependencies from https://github.com/dotnet/roslyn-analyzers -->
103-
<MicrosoftCodeAnalysisNetAnalyzersVersion>8.0.0-preview1.23059.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
103+
<MicrosoftCodeAnalysisNetAnalyzersVersion>8.0.0-preview1.23067.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
104104
</PropertyGroup>
105105
<PropertyGroup>
106106
<!-- Dependencies from https://github.com/Microsoft/msbuild -->

src/Layout/redist/targets/GenerateLayout.targets

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
<ItemGroup>
5454
<AnalyzerAssemblies Include="$(PkgMicrosoft_CodeAnalysis_NetAnalyzers)/analyzers/dotnet/cs/**/*.dll" />
5555
<AnalyzerAssemblies Include="$(PkgMicrosoft_CodeAnalysis_NetAnalyzers)/analyzers/dotnet/vb/Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers.dll" />
56-
<AnalyzerTargets Include="$(PkgMicrosoft_CodeAnalysis_NetAnalyzers)/build/Microsoft.CodeAnalysis.NetAnalyzers.props" />
57-
<AnalyzerTargets Include="$(PkgMicrosoft_CodeAnalysis_NetAnalyzers)/build/Microsoft.CodeAnalysis.NetAnalyzers.targets" />
58-
<AnalyzerConfig Include="$(PkgMicrosoft_CodeAnalysis_NetAnalyzers)/build/config/**/*" />
56+
<AnalyzerTargets Include="$(PkgMicrosoft_CodeAnalysis_NetAnalyzers)/buildTransitive/Microsoft.CodeAnalysis.NetAnalyzers.props" />
57+
<AnalyzerTargets Include="$(PkgMicrosoft_CodeAnalysis_NetAnalyzers)/buildTransitive/Microsoft.CodeAnalysis.NetAnalyzers.targets" />
58+
<AnalyzerConfig Include="$(PkgMicrosoft_CodeAnalysis_NetAnalyzers)/buildTransitive/config/**/*" />
5959

6060
<ILLinkAnalyzersTargets Include="$(PkgMicrosoft_NET_ILLink_Analyzers)/build/Microsoft.NET.ILLink.Analyzers.props" />
6161
<ILLinkAnalyzersAssemblies Include="$(PkgMicrosoft_NET_ILLink_Analyzers)/analyzers/dotnet/cs/**/*.dll" />

0 commit comments

Comments
 (0)