Skip to content

Commit 985a32e

Browse files
Update dependencies from https://github.com/dotnet/roslyn build 20240929.3
Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.CodeAnalysis.CSharp.CodeStyle , Microsoft.CodeAnalysis.CSharp.Features , Microsoft.CodeAnalysis.CSharp.Workspaces , Microsoft.CodeAnalysis.Workspaces.MSBuild , Microsoft.Net.Compilers.Toolset From Version 4.11.0-3.24475.2 -> To Version 4.11.0-3.24479.3
1 parent 8954812 commit 985a32e

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

NuGet.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
<!-- End: Package sources from dotnet-runtime -->
5252
<!-- Begin: Package sources from dotnet-templating -->
5353
<add key="darc-pub-dotnet-templating-edd31f7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-edd31f7a/nuget/v3/index.json" />
54+
<add key="darc-pub-dotnet-templating-edd31f7-9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-edd31f7a-9/nuget/v3/index.json" />
5455
<add key="darc-pub-dotnet-templating-edd31f7-6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-edd31f7a-6/nuget/v3/index.json" />
5556
<add key="darc-pub-dotnet-templating-edd31f7-5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-edd31f7a-5/nuget/v3/index.json" />
5657
<add key="darc-pub-dotnet-templating-edd31f7-4" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-edd31f7a-4/nuget/v3/index.json" />

eng/Version.Details.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,32 +82,32 @@
8282
<Sha>7bb270d0f3380ff4adcb5e917fb5a2111d50bbad</Sha>
8383
<SourceBuild RepoName="format" ManagedOnly="true" />
8484
</Dependency>
85-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.11.0-3.24475.2">
85+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.11.0-3.24479.3">
8686
<Uri>https://github.com/dotnet/roslyn</Uri>
8787
<Sha>4aebda63143f4f79b40b11eeab10db9b103cb889</Sha>
8888
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
8989
</Dependency>
90-
<Dependency Name="Microsoft.CodeAnalysis" Version="4.11.0-3.24475.2">
90+
<Dependency Name="Microsoft.CodeAnalysis" Version="4.11.0-3.24479.3">
9191
<Uri>https://github.com/dotnet/roslyn</Uri>
9292
<Sha>4aebda63143f4f79b40b11eeab10db9b103cb889</Sha>
9393
</Dependency>
94-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.11.0-3.24475.2">
94+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.11.0-3.24479.3">
9595
<Uri>https://github.com/dotnet/roslyn</Uri>
9696
<Sha>4aebda63143f4f79b40b11eeab10db9b103cb889</Sha>
9797
</Dependency>
98-
<Dependency Name="Microsoft.CodeAnalysis.CSharp.CodeStyle" Version="4.11.0-3.24475.2">
98+
<Dependency Name="Microsoft.CodeAnalysis.CSharp.CodeStyle" Version="4.11.0-3.24479.3">
9999
<Uri>https://github.com/dotnet/roslyn</Uri>
100100
<Sha>4aebda63143f4f79b40b11eeab10db9b103cb889</Sha>
101101
</Dependency>
102-
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Features" Version="4.11.0-3.24475.2">
102+
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Features" Version="4.11.0-3.24479.3">
103103
<Uri>https://github.com/dotnet/roslyn</Uri>
104104
<Sha>4aebda63143f4f79b40b11eeab10db9b103cb889</Sha>
105105
</Dependency>
106-
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0-3.24475.2">
106+
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0-3.24479.3">
107107
<Uri>https://github.com/dotnet/roslyn</Uri>
108108
<Sha>4aebda63143f4f79b40b11eeab10db9b103cb889</Sha>
109109
</Dependency>
110-
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.11.0-3.24475.2">
110+
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.11.0-3.24479.3">
111111
<Uri>https://github.com/dotnet/roslyn</Uri>
112112
<Sha>4aebda63143f4f79b40b11eeab10db9b103cb889</Sha>
113113
</Dependency>

eng/Versions.props

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,13 @@
157157
</PropertyGroup>
158158
<PropertyGroup>
159159
<!-- Dependencies from https://github.com/dotnet/roslyn -->
160-
<MicrosoftNetCompilersToolsetPackageVersion>4.11.0-3.24475.2</MicrosoftNetCompilersToolsetPackageVersion>
161-
<MicrosoftCodeAnalysisPackageVersion>4.11.0-3.24475.2</MicrosoftCodeAnalysisPackageVersion>
162-
<MicrosoftCodeAnalysisCSharpPackageVersion>4.11.0-3.24475.2</MicrosoftCodeAnalysisCSharpPackageVersion>
163-
<MicrosoftCodeAnalysisCSharpCodeStylePackageVersion>4.11.0-3.24475.2</MicrosoftCodeAnalysisCSharpCodeStylePackageVersion>
164-
<MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>4.11.0-3.24475.2</MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>
165-
<MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>4.11.0-3.24475.2</MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>
166-
<MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>4.11.0-3.24475.2</MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>
160+
<MicrosoftNetCompilersToolsetPackageVersion>4.11.0-3.24479.3</MicrosoftNetCompilersToolsetPackageVersion>
161+
<MicrosoftCodeAnalysisPackageVersion>4.11.0-3.24479.3</MicrosoftCodeAnalysisPackageVersion>
162+
<MicrosoftCodeAnalysisCSharpPackageVersion>4.11.0-3.24479.3</MicrosoftCodeAnalysisCSharpPackageVersion>
163+
<MicrosoftCodeAnalysisCSharpCodeStylePackageVersion>4.11.0-3.24479.3</MicrosoftCodeAnalysisCSharpCodeStylePackageVersion>
164+
<MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>4.11.0-3.24479.3</MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>
165+
<MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>4.11.0-3.24479.3</MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>
166+
<MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>4.11.0-3.24479.3</MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>
167167
<MicrosoftNetCompilersToolsetVersion>$(MicrosoftNetCompilersToolsetPackageVersion)</MicrosoftNetCompilersToolsetVersion>
168168
</PropertyGroup>
169169
<PropertyGroup>

0 commit comments

Comments
 (0)