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/runtime #2158

Closed
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Expand Up @@ -4,9 +4,9 @@
<!-- Microsoft.CodeAnalysis.Workspaces.MSBuild transitively references M.Bcl.AsyncInterfaces.
Adding an explicit dependency to make sure the latest version is used instead of the SBRP
one under source build. -->
<Dependency Name="Microsoft.Bcl.AsyncInterfaces" Version="9.0.0-preview.3.24126.1">
<Dependency Name="Microsoft.Bcl.AsyncInterfaces" Version="9.0.0-preview.4.24175.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>c55c4d50793c878cc73ae6ca3335f2b6b3ccc8a4</Sha>
<Sha>330b70cfacc7751ab5ac546ed7138cb8a09c3097</Sha>
</Dependency>
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
<Dependency Name="Microsoft.Build.Tasks.Core" Version="17.7.2">
Expand Down Expand Up @@ -66,18 +66,18 @@
<Uri>https://github.com/dotnet/symreader</Uri>
<Sha>27e584661980ee6d82c419a2a471ae505b7d122e</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Logging" Version="9.0.0-preview.3.24126.1">
<Dependency Name="Microsoft.Extensions.Logging" Version="9.0.0-preview.4.24175.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>c55c4d50793c878cc73ae6ca3335f2b6b3ccc8a4</Sha>
<Sha>330b70cfacc7751ab5ac546ed7138cb8a09c3097</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.FileSystemGlobbing" Version="9.0.0-preview.3.24126.1">
<Dependency Name="Microsoft.Extensions.FileSystemGlobbing" Version="9.0.0-preview.4.24175.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>c55c4d50793c878cc73ae6ca3335f2b6b3ccc8a4</Sha>
<Sha>330b70cfacc7751ab5ac546ed7138cb8a09c3097</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.runtime.linux-x64" Version="9.0.0-preview.3.24126.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.runtime.linux-x64" Version="9.0.0-preview.4.24175.1">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>c55c4d50793c878cc73ae6ca3335f2b6b3ccc8a4</Sha>
<Sha>330b70cfacc7751ab5ac546ed7138cb8a09c3097</Sha>
<SourceBuild RepoName="runtime" />
</Dependency>
<!-- Intermediate is necessary for source build. -->
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Expand Up @@ -34,8 +34,8 @@
<!-- roslyn-sdk -->
<MicrosoftCodeAnalysisAnalyzerTestingVersion>1.1.2-beta1.22216.1</MicrosoftCodeAnalysisAnalyzerTestingVersion>
<!-- runtime -->
<MicrosoftExtensionsFileSystemGlobbingVersion>9.0.0-preview.3.24126.1</MicrosoftExtensionsFileSystemGlobbingVersion>
<MicrosoftExtensionsLoggingVersion>9.0.0-preview.3.24126.1</MicrosoftExtensionsLoggingVersion>
<MicrosoftExtensionsFileSystemGlobbingVersion>9.0.0-preview.4.24175.1</MicrosoftExtensionsFileSystemGlobbingVersion>
<MicrosoftExtensionsLoggingVersion>9.0.0-preview.4.24175.1</MicrosoftExtensionsLoggingVersion>
<!-- symreader -->
<MicrosoftDiaSymReaderVersion>2.0.0</MicrosoftDiaSymReaderVersion>
</PropertyGroup>
Expand Down