Skip to content

Commit 19b6982

Browse files
committed
Update Roslyn version to include the dotnet format fix
1 parent 774538c commit 19b6982

File tree

3 files changed

+40
-28
lines changed

3 files changed

+40
-28
lines changed

NuGet.config

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@
2424
<!-- Begin: Package sources from dotnet-aspire -->
2525
<!-- End: Package sources from dotnet-aspire -->
2626
<!-- Begin: Package sources from dotnet-aspnetcore -->
27-
<add key="darc-int-dotnet-aspnetcore-b96167f" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-aspnetcore-b96167fb/nuget/v3/index.json" />
27+
<add key="darc-int-dotnet-aspnetcore-b96167f-2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-aspnetcore-b96167fb-2/nuget/v3/index.json" />
2828
<!-- End: Package sources from dotnet-aspnetcore -->
2929
<!-- Begin: Package sources from dotnet-emsdk -->
3030
<add key="darc-pub-dotnet-emsdk-dad5528" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-dad5528e/nuget/v3/index.json" />
31+
<add key="darc-pub-dotnet-emsdk-dad5528-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-dad5528e-2/nuget/v3/index.json" />
32+
<add key="darc-pub-dotnet-emsdk-dad5528-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-dad5528e-1/nuget/v3/index.json" />
3133
<!-- End: Package sources from dotnet-emsdk -->
3234
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
3335
<add key="darc-pub-DotNet-msbuild-Trusted-1c20264" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-1c202646/nuget/v3/index.json" />
@@ -36,12 +38,18 @@
3638
<!-- End: Package sources from dotnet-roslyn-analyzers -->
3739
<!-- Begin: Package sources from dotnet-runtime -->
3840
<add key="darc-int-dotnet-runtime-831d23e" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-831d23e5/nuget/v3/index.json" />
41+
<add key="darc-int-dotnet-runtime-831d23e-2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-831d23e5-2/nuget/v3/index.json" />
42+
<add key="darc-int-dotnet-runtime-831d23e-1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-831d23e5-1/nuget/v3/index.json" />
3943
<!-- End: Package sources from dotnet-runtime -->
4044
<!-- Begin: Package sources from dotnet-templating -->
4145
<add key="darc-pub-dotnet-templating-a2862fd" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-a2862fdc/nuget/v3/index.json" />
46+
<add key="darc-pub-dotnet-templating-a2862fd-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-a2862fdc-2/nuget/v3/index.json" />
47+
<add key="darc-pub-dotnet-templating-a2862fd-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-a2862fdc-1/nuget/v3/index.json" />
4248
<!-- End: Package sources from dotnet-templating -->
4349
<!-- Begin: Package sources from dotnet-windowsdesktop -->
4450
<add key="darc-int-dotnet-windowsdesktop-1c33258" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-1c33258c/nuget/v3/index.json" />
51+
<add key="darc-int-dotnet-windowsdesktop-1c33258-2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-1c33258c-2/nuget/v3/index.json" />
52+
<add key="darc-int-dotnet-windowsdesktop-1c33258-1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-1c33258c-1/nuget/v3/index.json" />
4553
<!-- End: Package sources from dotnet-windowsdesktop -->
4654
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
4755
<add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
@@ -68,12 +76,16 @@
6876
<!-- Begin: Package sources from dotnet-templating -->
6977
<!-- End: Package sources from dotnet-templating -->
7078
<!-- Begin: Package sources from dotnet-aspnetcore -->
71-
<add key="darc-int-dotnet-aspnetcore-b96167f" value="true" />
79+
<add key="darc-int-dotnet-aspnetcore-b96167f-2" value="true" />
7280
<!-- End: Package sources from dotnet-aspnetcore -->
7381
<!-- Begin: Package sources from dotnet-runtime -->
82+
<add key="darc-int-dotnet-runtime-831d23e-1" value="true" />
83+
<add key="darc-int-dotnet-runtime-831d23e-2" value="true" />
7484
<add key="darc-int-dotnet-runtime-831d23e" value="true" />
7585
<!-- End: Package sources from dotnet-runtime -->
7686
<!-- Begin: Package sources from dotnet-windowsdesktop -->
87+
<add key="darc-int-dotnet-windowsdesktop-1c33258-1" value="true" />
88+
<add key="darc-int-dotnet-windowsdesktop-1c33258-2" value="true" />
7789
<add key="darc-int-dotnet-windowsdesktop-1c33258" value="true" />
7890
<!-- End: Package sources from dotnet-windowsdesktop -->
7991
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->

eng/Version.Details.xml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -93,43 +93,43 @@
9393
<Sha>3d780e06fbae1bc106cb90088fa9605ea4a42eed</Sha>
9494
<SourceBuild RepoName="fsharp" ManagedOnly="true" />
9595
</Dependency>
96-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.13.0-3.25112.7">
96+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.13.0-3.25155.17">
9797
<Uri>https://github.com/dotnet/roslyn</Uri>
98-
<Sha>afe5bc4a827030229ab79ec596b3cb91d4e87872</Sha>
98+
<Sha>398aa319196d4684c751a3d7c75c847e519a393c</Sha>
9999
</Dependency>
100100
<!-- Intermediate is necessary for source build. -->
101-
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.13.0-3.25112.7">
101+
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.13.0-3.25155.17">
102102
<Uri>https://github.com/dotnet/roslyn</Uri>
103-
<Sha>afe5bc4a827030229ab79ec596b3cb91d4e87872</Sha>
103+
<Sha>398aa319196d4684c751a3d7c75c847e519a393c</Sha>
104104
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
105105
</Dependency>
106-
<Dependency Name="Microsoft.Net.Compilers.Toolset.Framework" Version="4.13.0-3.25112.7">
106+
<Dependency Name="Microsoft.Net.Compilers.Toolset.Framework" Version="4.13.0-3.25155.17">
107107
<Uri>https://github.com/dotnet/roslyn</Uri>
108-
<Sha>afe5bc4a827030229ab79ec596b3cb91d4e87872</Sha>
108+
<Sha>398aa319196d4684c751a3d7c75c847e519a393c</Sha>
109109
</Dependency>
110-
<Dependency Name="Microsoft.CodeAnalysis" Version="4.13.0-3.25112.7">
110+
<Dependency Name="Microsoft.CodeAnalysis" Version="4.13.0-3.25155.17">
111111
<Uri>https://github.com/dotnet/roslyn</Uri>
112-
<Sha>afe5bc4a827030229ab79ec596b3cb91d4e87872</Sha>
112+
<Sha>398aa319196d4684c751a3d7c75c847e519a393c</Sha>
113113
</Dependency>
114-
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.13.0-3.25112.7">
114+
<Dependency Name="Microsoft.CodeAnalysis.CSharp" Version="4.13.0-3.25155.17">
115115
<Uri>https://github.com/dotnet/roslyn</Uri>
116-
<Sha>afe5bc4a827030229ab79ec596b3cb91d4e87872</Sha>
116+
<Sha>398aa319196d4684c751a3d7c75c847e519a393c</Sha>
117117
</Dependency>
118-
<Dependency Name="Microsoft.CodeAnalysis.CSharp.CodeStyle" Version="4.13.0-3.25112.7">
118+
<Dependency Name="Microsoft.CodeAnalysis.CSharp.CodeStyle" Version="4.13.0-3.25155.17">
119119
<Uri>https://github.com/dotnet/roslyn</Uri>
120-
<Sha>afe5bc4a827030229ab79ec596b3cb91d4e87872</Sha>
120+
<Sha>398aa319196d4684c751a3d7c75c847e519a393c</Sha>
121121
</Dependency>
122-
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Features" Version="4.13.0-3.25112.7">
122+
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Features" Version="4.13.0-3.25155.17">
123123
<Uri>https://github.com/dotnet/roslyn</Uri>
124-
<Sha>afe5bc4a827030229ab79ec596b3cb91d4e87872</Sha>
124+
<Sha>398aa319196d4684c751a3d7c75c847e519a393c</Sha>
125125
</Dependency>
126-
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.13.0-3.25112.7">
126+
<Dependency Name="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.13.0-3.25155.17">
127127
<Uri>https://github.com/dotnet/roslyn</Uri>
128-
<Sha>afe5bc4a827030229ab79ec596b3cb91d4e87872</Sha>
128+
<Sha>398aa319196d4684c751a3d7c75c847e519a393c</Sha>
129129
</Dependency>
130-
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.13.0-3.25112.7">
130+
<Dependency Name="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.13.0-3.25155.17">
131131
<Uri>https://github.com/dotnet/roslyn</Uri>
132-
<Sha>afe5bc4a827030229ab79ec596b3cb91d4e87872</Sha>
132+
<Sha>398aa319196d4684c751a3d7c75c847e519a393c</Sha>
133133
</Dependency>
134134
<Dependency Name="Microsoft.AspNetCore.DeveloperCertificates.XPlat" Version="9.0.3-servicing.25112.20">
135135
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore</Uri>

eng/Versions.props

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -202,14 +202,14 @@
202202
</PropertyGroup>
203203
<PropertyGroup>
204204
<!-- Dependencies from https://github.com/dotnet/roslyn -->
205-
<MicrosoftNetCompilersToolsetVersion>4.13.0-3.25112.7</MicrosoftNetCompilersToolsetVersion>
206-
<MicrosoftNetCompilersToolsetFrameworkPackageVersion>4.13.0-3.25112.7</MicrosoftNetCompilersToolsetFrameworkPackageVersion>
207-
<MicrosoftCodeAnalysisPackageVersion>4.13.0-3.25112.7</MicrosoftCodeAnalysisPackageVersion>
208-
<MicrosoftCodeAnalysisCSharpPackageVersion>4.13.0-3.25112.7</MicrosoftCodeAnalysisCSharpPackageVersion>
209-
<MicrosoftCodeAnalysisCSharpCodeStylePackageVersion>4.13.0-3.25112.7</MicrosoftCodeAnalysisCSharpCodeStylePackageVersion>
210-
<MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>4.13.0-3.25112.7</MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>
211-
<MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>4.13.0-3.25112.7</MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>
212-
<MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>4.13.0-3.25112.7</MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>
205+
<MicrosoftNetCompilersToolsetVersion>4.13.0-3.25155.17</MicrosoftNetCompilersToolsetVersion>
206+
<MicrosoftNetCompilersToolsetFrameworkPackageVersion>4.13.0-3.25155.17</MicrosoftNetCompilersToolsetFrameworkPackageVersion>
207+
<MicrosoftCodeAnalysisPackageVersion>4.13.0-3.25155.17</MicrosoftCodeAnalysisPackageVersion>
208+
<MicrosoftCodeAnalysisCSharpPackageVersion>4.13.0-3.25155.17</MicrosoftCodeAnalysisCSharpPackageVersion>
209+
<MicrosoftCodeAnalysisCSharpCodeStylePackageVersion>4.13.0-3.25155.17</MicrosoftCodeAnalysisCSharpCodeStylePackageVersion>
210+
<MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>4.13.0-3.25155.17</MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>
211+
<MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>4.13.0-3.25155.17</MicrosoftCodeAnalysisWorkspacesMSBuildPackageVersion>
212+
<MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>4.13.0-3.25155.17</MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>
213213
</PropertyGroup>
214214
<PropertyGroup>
215215
<!-- Dependencies from https://github.com/aspnet/AspNetCore -->

0 commit comments

Comments
 (0)