Skip to content

Commit be75beb

Browse files
ANcpLuaclaude
andcommitted
chore: bump NuGet packages to latest stable
Roslyn 5.0.0→5.3.0, Analyzers 3.11.0→5.3.0, Meziantou.Framework 5.0.12→5.0.13, Meziantou.Analyzer 3.0.17→3.0.22, Extensions 10.3.0→10.4.0, AspNetCore 10.0.3→10.0.4, BclAsyncInterfaces 10.0.3→10.0.4, DiagnosticsTesting 10.3.0→10.4.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 02f65d5 commit be75beb

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/Build/Common/Version.props

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
Used by: SDK, Roslyn.Utilities, Analyzers
2929
═══════════════════════════════════════════════════════════════════════ -->
3030
<PropertyGroup Label="Roslyn">
31-
<RoslynVersion>5.0.0</RoslynVersion>
32-
<RoslynAnalyzersVersion>3.11.0</RoslynAnalyzersVersion>
31+
<RoslynVersion>5.3.0</RoslynVersion>
32+
<RoslynAnalyzersVersion>5.3.0</RoslynAnalyzersVersion>
3333
</PropertyGroup>
3434

3535
<!-- ═══════════════════════════════════════════════════════════════════════
@@ -81,12 +81,12 @@
8181
Used by: SDK, Roslyn.Utilities
8282
═══════════════════════════════════════════════════════════════════════ -->
8383
<PropertyGroup Label="Meziantou">
84-
<MeziantouFrameworkVersion>5.0.12</MeziantouFrameworkVersion>
84+
<MeziantouFrameworkVersion>5.0.13</MeziantouFrameworkVersion>
8585
<MeziantouFullPathVersion>1.1.16</MeziantouFullPathVersion>
8686
<MeziantouTemporaryDirectoryVersion>1.0.35</MeziantouTemporaryDirectoryVersion>
8787
<MeziantouThreadingVersion>2.0.4</MeziantouThreadingVersion>
8888
<MeziantouDependencyScanningVersion>2.0.7</MeziantouDependencyScanningVersion>
89-
<MeziantouAnalyzerVersion>3.0.17</MeziantouAnalyzerVersion>
89+
<MeziantouAnalyzerVersion>3.0.22</MeziantouAnalyzerVersion>
9090
</PropertyGroup>
9191

9292
<!-- ═══════════════════════════════════════════════════════════════════════
@@ -107,7 +107,7 @@
107107
<MTPExtensionsVersion>2.1.0</MTPExtensionsVersion>
108108
<CodeCoverageVersion>18.4.1</CodeCoverageVersion>
109109
<TestSdkVersion>18.3.0</TestSdkVersion>
110-
<DiagnosticsTestingVersion>10.3.0</DiagnosticsTestingVersion>
110+
<DiagnosticsTestingVersion>10.4.0</DiagnosticsTestingVersion>
111111
<GitHubActionsLoggerMTPVersion>3.0.1</GitHubActionsLoggerMTPVersion>
112112
<GitHubActionsLoggerVSTestVersion>2.4.1</GitHubActionsLoggerVSTestVersion>
113113
</PropertyGroup>
@@ -127,9 +127,9 @@
127127
Used by: Web projects
128128
═══════════════════════════════════════════════════════════════════════ -->
129129
<PropertyGroup Label="Microsoft.Extensions">
130-
<MicrosoftExtensionsVersion>10.3.0</MicrosoftExtensionsVersion>
131-
<AspNetCoreVersion>10.0.3</AspNetCoreVersion>
132-
<MicrosoftBclAsyncInterfacesVersion>10.0.3</MicrosoftBclAsyncInterfacesVersion>
130+
<MicrosoftExtensionsVersion>10.4.0</MicrosoftExtensionsVersion>
131+
<AspNetCoreVersion>10.0.4</AspNetCoreVersion>
132+
<MicrosoftBclAsyncInterfacesVersion>10.0.4</MicrosoftBclAsyncInterfacesVersion>
133133
</PropertyGroup>
134134

135135
<!-- ═══════════════════════════════════════════════════════════════════════

0 commit comments

Comments
 (0)