Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[main] Update dependencies from dotnet/roslyn #2148

Closed
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Expand Up @@ -34,14 +34,14 @@
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>d6990bcfaf520c0d215a194fad0617f7efad68b4</Sha>
</Dependency>
<Dependency Name="Microsoft.CodeAnalysis" Version="4.10.0-3.24151.8">
<Dependency Name="Microsoft.CodeAnalysis" Version="4.10.0-3.24161.10">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>8537440d8c831b8533a18f6530945ee91c243e1b</Sha>
<Sha>c3565da812d99adf841cb96a764a27d8a93e22ef</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.10.0-3.24151.8">
<Dependency Name="Microsoft.SourceBuild.Intermediate.roslyn" Version="4.10.0-3.24161.10">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>8537440d8c831b8533a18f6530945ee91c243e1b</Sha>
<Sha>c3565da812d99adf841cb96a764a27d8a93e22ef</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<!-- Intermediate is necessary for source build. -->
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Expand Up @@ -30,7 +30,7 @@
<!-- In order tests against the same version of NuGet as the SDK. We have to set this to match. -->
<NuGetVersion>6.9.0-preview.1.54</NuGetVersion>
<!-- roslyn -->
<MicrosoftCodeAnalysisVersion>4.10.0-3.24151.8</MicrosoftCodeAnalysisVersion>
<MicrosoftCodeAnalysisVersion>4.10.0-3.24161.10</MicrosoftCodeAnalysisVersion>
<!-- roslyn-sdk -->
<MicrosoftCodeAnalysisAnalyzerTestingVersion>1.1.2-beta1.22216.1</MicrosoftCodeAnalysisAnalyzerTestingVersion>
<!-- runtime -->
Expand Down