mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-11 02:13:38 +09:00
[main] Update dependencies from dotnet/roslyn-analyzers (#101117)
* Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20240416.2 Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers From Version 3.11.0-beta1.24212.1 -> To Version 3.11.0-beta1.24216.2 * Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20240416.2 Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers From Version 3.11.0-beta1.24212.1 -> To Version 3.11.0-beta1.24216.2 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
parent
b35b67d24c
commit
a12a726969
2 changed files with 6 additions and 6 deletions
|
@ -372,13 +372,13 @@
|
|||
<Uri>https://github.com/dotnet/roslyn</Uri>
|
||||
<Sha>ca66296efa86bd8078508fe7b38b91b415364f78</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24212.1">
|
||||
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24216.2">
|
||||
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
|
||||
<Sha>4d72fc19879fbc78a12d3a84ed60e7d17777d8b7</Sha>
|
||||
<Sha>b07c100bfc66013a8444172d00cfa04c9ceb5a97</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24212.1">
|
||||
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24216.2">
|
||||
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
|
||||
<Sha>4d72fc19879fbc78a12d3a84ed60e7d17777d8b7</Sha>
|
||||
<Sha>b07c100bfc66013a8444172d00cfa04c9ceb5a97</Sha>
|
||||
</Dependency>
|
||||
<!-- Intermediate is necessary for source build. -->
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.11.0-1.24215.10">
|
||||
|
|
|
@ -34,8 +34,8 @@
|
|||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
<!-- dotnet/roslyn-analyzers dependencies -->
|
||||
<MicrosoftCodeAnalysisAnalyzersVersion>3.11.0-beta1.24212.1</MicrosoftCodeAnalysisAnalyzersVersion>
|
||||
<MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.24212.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
|
||||
<MicrosoftCodeAnalysisAnalyzersVersion>3.11.0-beta1.24216.2</MicrosoftCodeAnalysisAnalyzersVersion>
|
||||
<MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.24216.2</MicrosoftCodeAnalysisNetAnalyzersVersion>
|
||||
<!-- dotnet/roslyn dependencies -->
|
||||
<!--
|
||||
These versions should not be used by any project that contributes to the design-time experience in VS, such as an analyzer, code-fix, or generator assembly.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue