Skip to content

Commit 61359c8

Browse files
authored
[main] Update dependencies from dotnet/roslyn (#31914)
2 parents 12e0a52 + 4142cd6 commit 61359c8

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

eng/Version.Details.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -70,34 +70,34 @@
7070
<Sha>bdef0acb47fc4a35fb227bf3a3c798147e417bd3</Sha>
7171
<SourceBuild RepoName="format" ManagedOnly="true" />
7272
</Dependency>
73-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.7.0-1.23219.11">
73+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.7.0-1.23220.4">
7474
<Uri>https://github.com/dotnet/roslyn</Uri>
75-
<Sha>a6a78dd64fc1eb466113ece272747a72d497aad7</Sha>
75+
<Sha>3b400f4933ea373d2654aaed1e8d1225e7a88ab8</Sha>
7676
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
7777
</Dependency>
78-
<Dependency Name="Microsoft.CodeAnalysis" Version="4.7.0-1.23219.11">
78+
<Dependency Name="Microsoft.CodeAnalysis" Version="4.7.0-1.23220.4">
7979
<Uri>https://github.com/dotnet/roslyn</Uri>
80-
<Sha>a6a78dd64fc1eb466113ece272747a72d497aad7</Sha>
80+
<Sha>3b400f4933ea373d2654aaed1e8d1225e7a88ab8</Sha>
8181
</Dependency>
82-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.7.0-1.23219.11">
82+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.7.0-1.23220.4">
8383
<Uri>https://github.com/dotnet/roslyn</Uri>
84-
<Sha>a6a78dd64fc1eb466113ece272747a72d497aad7</Sha>
84+
<Sha>3b400f4933ea373d2654aaed1e8d1225e7a88ab8</Sha>
8585
</Dependency>
86-
<Dependency Name="Microsoft.CodeAnalysis.CSharp.CodeStyle" Version="4.7.0-1.23219.11">
86+
<Dependency Name="Microsoft.CodeAnalysis.CSharp.CodeStyle" Version="4.7.0-1.23220.4">
8787
<Uri>https://github.com/dotnet/roslyn</Uri>
88-
<Sha>a6a78dd64fc1eb466113ece272747a72d497aad7</Sha>
88+
<Sha>3b400f4933ea373d2654aaed1e8d1225e7a88ab8</Sha>
8989
</Dependency>
90-
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Features" Version="4.7.0-1.23219.11">
90+
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Features" Version="4.7.0-1.23220.4">
9191
<Uri>https://github.com/dotnet/roslyn</Uri>
92-
<Sha>a6a78dd64fc1eb466113ece272747a72d497aad7</Sha>
92+
<Sha>3b400f4933ea373d2654aaed1e8d1225e7a88ab8</Sha>
9393
</Dependency>
94-
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.7.0-1.23219.11">
94+
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.7.0-1.23220.4">
9595
<Uri>https://github.com/dotnet/roslyn</Uri>
96-
<Sha>a6a78dd64fc1eb466113ece272747a72d497aad7</Sha>
96+
<Sha>3b400f4933ea373d2654aaed1e8d1225e7a88ab8</Sha>
9797
</Dependency>
98-
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.7.0-1.23219.11">
98+
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.7.0-1.23220.4">
9999
<Uri>https://github.com/dotnet/roslyn</Uri>
100-
<Sha>a6a78dd64fc1eb466113ece272747a72d497aad7</Sha>
100+
<Sha>3b400f4933ea373d2654aaed1e8d1225e7a88ab8</Sha>
101101
</Dependency>
102102
<Dependency Name="Microsoft.AspNetCore.DeveloperCertificates.XPlat" Version="8.0.0-preview.4.23219.8">
103103
<Uri>https://github.com/dotnet/aspnetcore</Uri>

eng/Versions.props

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,13 @@
137137
</PropertyGroup>
138138
<PropertyGroup>
139139
<!-- Dependencies from https://github.com/dotnet/roslyn -->
140-
<MicrosoftNetCompilersToolsetPackageVersion>4.7.0-1.23219.11</MicrosoftNetCompilersToolsetPackageVersion>
141-
<MicrosoftCodeAnalysisPackageVersion>4.7.0-1.23219.11</MicrosoftCodeAnalysisPackageVersion>
142-
<MicrosoftCodeAnalysisCSharpPackageVersion>4.7.0-1.23219.11</MicrosoftCodeAnalysisCSharpPackageVersion>
143-
<MicrosoftCodeAnalysisCSharpCodeStylePackageVersion>4.7.0-1.23219.11</MicrosoftCodeAnalysisCSharpCodeStylePackageVersion>
144-
<MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>4.7.0-1.23219.11</MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>
145-
<MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>4.7.0-1.23219.11</MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>
146-
<MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>4.7.0-1.23219.11</MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>
140+
<MicrosoftNetCompilersToolsetPackageVersion>4.7.0-1.23220.4</MicrosoftNetCompilersToolsetPackageVersion>
141+
<MicrosoftCodeAnalysisPackageVersion>4.7.0-1.23220.4</MicrosoftCodeAnalysisPackageVersion>
142+
<MicrosoftCodeAnalysisCSharpPackageVersion>4.7.0-1.23220.4</MicrosoftCodeAnalysisCSharpPackageVersion>
143+
<MicrosoftCodeAnalysisCSharpCodeStylePackageVersion>4.7.0-1.23220.4</MicrosoftCodeAnalysisCSharpCodeStylePackageVersion>
144+
<MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>4.7.0-1.23220.4</MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>
145+
<MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>4.7.0-1.23220.4</MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>
146+
<MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>4.7.0-1.23220.4</MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>
147147
<MicrosoftNetCompilersToolsetVersion>$(MicrosoftNetCompilersToolsetPackageVersion)</MicrosoftNetCompilersToolsetVersion>
148148
</PropertyGroup>
149149
<PropertyGroup>

0 commit comments

Comments
 (0)