Skip to content

Commit dbe56c7

Browse files
committed
Upgrade NuGet and Analyzer.Testing packages
1 parent f903243 commit dbe56c7

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

eng/Versions.props

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,13 @@
2525
<MicrosoftCodeAnalysisCSharpWorkspacesVersion>$(MicrosoftCodeAnalysisVersion_LatestVS)</MicrosoftCodeAnalysisCSharpWorkspacesVersion>
2626
<MicrosoftCodeAnalysisWorkspacesMSBuildVersion>$(MicrosoftCodeAnalysisVersion_LatestVS)</MicrosoftCodeAnalysisWorkspacesMSBuildVersion>
2727
<MicrosoftCodeAnalysisCommonVersion>$(MicrosoftCodeAnalysisVersion_LatestVS)</MicrosoftCodeAnalysisCommonVersion>
28-
<MicrosoftCodeAnalysisTestingVersion>1.1.3</MicrosoftCodeAnalysisTestingVersion>
28+
<MicrosoftCodeAnalysisTestingVersion>1.1.4</MicrosoftCodeAnalysisTestingVersion>
2929
<MicrosoftCodeAnalysisCSharpAnalyzerTestingVersion>$(MicrosoftCodeAnalysisTestingVersion)</MicrosoftCodeAnalysisCSharpAnalyzerTestingVersion>
3030
<MicrosoftCodeAnalysisCSharpCodeFixTestingVersion>$(MicrosoftCodeAnalysisTestingVersion)</MicrosoftCodeAnalysisCSharpCodeFixTestingVersion>
3131
<MicrosoftCodeAnalysisCSharpSourceGeneratorsTestingVersion>$(MicrosoftCodeAnalysisTestingVersion)</MicrosoftCodeAnalysisCSharpSourceGeneratorsTestingVersion>
3232
<MicrosoftCodeAnalysisResxSourceGeneratorVersion>5.0.0-1.25277.114</MicrosoftCodeAnalysisResxSourceGeneratorVersion>
3333
<!-- NuGet -->
34-
<!--
35-
We intentionally use NuGet 6.x instead of 7.x, despite the .NET 10.0.103 SDK shipping with NuGet 7.0.3.
36-
The 'Microsoft.CodeAnalysis.Analyzer.Testing' package (1.1.3) was compiled against 'NuGet.Frameworks' 6.3.4,
37-
and 'NuGet.Frameworks' 7.x changed NuGetFrameworkSorter's constructor causing a 'MethodAccessException'.
38-
See: https://github.com/dotnet/roslyn-sdk/issues/1255
39-
TODO: Update to NuGet 7.0.3 once a compatible version of 'Microsoft.CodeAnalysis.Analyzer.Testing' is released.
40-
-->
41-
<NuGetVersion>6.13.1</NuGetVersion>
34+
<NuGetVersion>7.0.3</NuGetVersion>
4235
<NuGetVersioningVersion>$(NuGetVersion)</NuGetVersioningVersion>
4336
<NuGetProjectModelVersion>$(NuGetVersion)</NuGetProjectModelVersion>
4437
<NuGetProtocolVersion>$(NuGetVersion)</NuGetProtocolVersion>

0 commit comments

Comments
 (0)