Skip to content

Commit a69d29d

Browse files
committed
Bump infra and test third-parties versions (#2838)
1 parent 9413dc0 commit a69d29d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Directory.Packages.props

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,16 @@
1414
<!-- CVE-2017-0247 -->
1515
<SystemNetWebSocketsClientVersion>4.3.1</SystemNetWebSocketsClientVersion>
1616
<SystemTextRegularExpressionsVersion>4.3.1</SystemTextRegularExpressionsVersion>
17-
<MicrosoftCodeAnalysisAnalyzersVersion>3.11.0-beta1.24072.1</MicrosoftCodeAnalysisAnalyzersVersion>
17+
<MicrosoftCodeAnalysisAnalyzersVersion>3.11.0-beta1.24223.1</MicrosoftCodeAnalysisAnalyzersVersion>
1818
<MicrosoftCodeAnalysisVersion>3.11.0</MicrosoftCodeAnalysisVersion>
1919
<MicrosoftCodeAnalysisPublicApiAnalyzersVersion>$(MicrosoftCodeAnalysisAnalyzersVersion)</MicrosoftCodeAnalysisPublicApiAnalyzersVersion>
2020
<MicrosoftCodeAnalysisBannedApiAnalyzersVersion>$(MicrosoftCodeAnalysisPublicApiAnalyzersVersion)</MicrosoftCodeAnalysisBannedApiAnalyzersVersion>
2121
<MicrosoftPlaywrightVersion>1.42.0</MicrosoftPlaywrightVersion>
2222
</PropertyGroup>
2323
<PropertyGroup Label="Test dependencies">
24-
<MicrosoftCodeAnalysisAnalyzerTestingVersion>1.1.2-beta1.24074.2</MicrosoftCodeAnalysisAnalyzerTestingVersion>
24+
<MicrosoftCodeAnalysisAnalyzerTestingVersion>1.1.2-beta1.24169.1</MicrosoftCodeAnalysisAnalyzerTestingVersion>
2525
</PropertyGroup>
2626
<ItemGroup Label="Product dependencies">
27-
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
2827
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="$(MicrosoftCodeAnalysisAnalyzersVersion)" />
2928
<PackageVersion Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="$(MicrosoftCodeAnalysisBannedApiAnalyzersVersion)" />
3029
<PackageVersion Include="Microsoft.CodeAnalysis.Common" Version="$(MicrosoftCodeAnalysisVersion)" />
@@ -45,7 +44,7 @@
4544
<PackageVersion Include="Microsoft.TestPlatform.ObjectModel" Version="$(MicrosoftNETTestSdkVersion)" />
4645
<PackageVersion Include="Microsoft.TestPlatform.TranslationLayer" Version="$(MicrosoftNETTestSdkVersion)" />
4746
<PackageVersion Include="Microsoft.TestPlatform" Version="$(MicrosoftNETTestSdkVersion)" />
48-
<PackageVersion Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.9.28" />
47+
<PackageVersion Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.10.48" />
4948
<PackageVersion Include="Microsoft.WindowsAppSDK" Version="1.0.0" />
5049
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556" />
5150
<!-- CVE-2019-0820 -->
@@ -55,15 +54,16 @@
5554
<PackageVersion Include="System.ValueTuple" Version="4.5.0" />
5655
</ItemGroup>
5756
<ItemGroup Label="Test dependencies">
58-
<PackageVersion Include="FSharp.Core" Version="8.0.101" />
57+
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
58+
<PackageVersion Include="FSharp.Core" Version="8.0.200" />
5959
<!-- Pinned to 4.18.4 for security -->
6060
<PackageVersion Include="Moq" Version="4.18.4" />
6161
<PackageVersion Include="Microsoft.Extensions.FileSystemGlobbing" Version="8.0.0" />
62-
<PackageVersion Include="MSBuild.StructuredLogger" Version="2.2.169" />
62+
<PackageVersion Include="MSBuild.StructuredLogger" Version="2.2.206" />
6363
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
6464
<!-- CVE-2024-0057 / Transitive deps of code analysis testing packages -->
65-
<PackageVersion Include="NuGet.Packaging" Version="6.3.4" />
66-
<PackageVersion Include="Polly" Version="8.3.0" />
65+
<PackageVersion Include="NuGet.Packaging" Version="6.9.1" />
66+
<PackageVersion Include="Polly" Version="8.3.1" />
6767
<PackageVersion Include="Polly.Contrib.WaitAndRetry" Version="1.1.1" />
6868
<PackageVersion Include="StreamJsonRpc" Version="2.17.11" />
6969
<PackageVersion Include="StrongNamer" Version="0.2.5" />

0 commit comments

Comments
 (0)