1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-10 01:50:53 +09:00

[main] Update dependencies from dotnet/roslyn-analyzers (#105910)

* Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20240802.1

Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers
 From Version 3.11.0-beta1.24378.1 -> To Version 3.11.0-beta1.24402.1

* Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20240802.1

Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers
 From Version 3.11.0-beta1.24378.1 -> To Version 3.11.0-beta1.24402.1

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2024-08-04 18:19:26 -04:00 committed by GitHub
parent dee8a8be71
commit d12b7997ea
Signed by: github
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -368,13 +368,13 @@
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>1633d219fd06f82c45ef6eb226305839e5003960</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24378.1">
<Dependency Name="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24402.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>81d9b5d58e3d384ed4a91b75f4a1ece6352e76d9</Sha>
<Sha>b70b32099c2365092974f6786636e25ae507c8fa</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24378.1">
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24402.1">
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
<Sha>81d9b5d58e3d384ed4a91b75f4a1ece6352e76d9</Sha>
<Sha>b70b32099c2365092974f6786636e25ae507c8fa</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.12.0-2.24379.16">

View file

@ -34,8 +34,8 @@
</ItemGroup>
<PropertyGroup>
<!-- dotnet/roslyn-analyzers dependencies -->
<MicrosoftCodeAnalysisAnalyzersVersion>3.11.0-beta1.24378.1</MicrosoftCodeAnalysisAnalyzersVersion>
<MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.24378.1</MicrosoftCodeAnalysisNetAnalyzersVersion>
<MicrosoftCodeAnalysisAnalyzersVersion>3.11.0-beta1.24402.1</MicrosoftCodeAnalysisAnalyzersVersion>
<MicrosoftCodeAnalysisNetAnalyzersVersion>9.0.0-preview.24402.1</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.