Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions eng/SourceBuildPrebuiltBaseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,13 @@
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis.CSharp/*3.3.1*" />
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis.CSharp.Workspaces/*3.3.1*" />
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis.Workspaces.Common/*3.3.1*" />
<UsagePattern IdentityGlob="System.Buffers/*4.4.0*" />
<UsagePattern IdentityGlob="System.Collections.Immutable/*1.5.0*" />
<UsagePattern IdentityGlob="System.Composition/1.0.*" />
<UsagePattern IdentityGlob="System.Composition/*7.0.0*" />
<UsagePattern IdentityGlob="System.IO.Pipelines/8.0.*" />
<UsagePattern IdentityGlob="System.Memory/*4.5.3*" />
<UsagePattern IdentityGlob="System.Reflection.Metadata/*1.6.0*" />
<UsagePattern IdentityGlob="System.Threading.Tasks.Extensions/*4.5.3*" />

<!-- These are coming in via runtime but the source-build infra isn't able to automatically pick up the right intermediate. -->
Expand Down
12 changes: 10 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,14 @@
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>d8a7c7b40fdd7601183f9a62bc40384f89565f03</Sha>
</Dependency>
<Dependency Name="System.Buffers" Version="10.0.0-preview.3.25121.11">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>57ed25449ab954595130997679807a471ef85aef</Sha>
</Dependency>
<Dependency Name="System.Memory" Version="10.0.0-preview.3.25121.11">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>57ed25449ab954595130997679807a471ef85aef</Sha>
</Dependency>
<Dependency Name="System.Collections.Immutable" Version="10.0.0-preview.3.25126.4">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>d8a7c7b40fdd7601183f9a62bc40384f89565f03</Sha>
Expand Down Expand Up @@ -343,9 +351,9 @@
<Sha>1156b9aac00609107c21cf3458b797c76db6be7a</Sha>
<SourceBuild RepoName="xdt" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="10.0.611901">
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="10.0.612702">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
<Sha>d794781cc75921b4ebbefe2eabdb0d6cd1713005</Sha>
<Sha>01a36c1695abfc96cc97eec84f76c365d278df81</Sha>
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
</Dependency>
<!-- Not updated automatically -->
Expand Down
4 changes: 3 additions & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@
<MicrosoftBclAsyncInterfacesVersion>10.0.0-preview.3.25126.4</MicrosoftBclAsyncInterfacesVersion>
<!-- Transitive package to provide coherency in dotnet/extensions -->
<MicrosoftBclTimeProviderVersion>10.0.0-preview.3.25126.4</MicrosoftBclTimeProviderVersion>
<SystemBuffersVersion>10.0.0-preview.3.25121.11</SystemBuffersVersion>
<SystemMemoryVersion>10.0.0-preview.3.25121.11</SystemMemoryVersion>
<SystemCollectionsImmutableVersion>10.0.0-preview.3.25126.4</SystemCollectionsImmutableVersion>
<SystemDiagnosticsPerformanceCounterVersion>10.0.0-preview.3.25126.4</SystemDiagnosticsPerformanceCounterVersion>
<SystemIOHashingVersion>10.0.0-preview.3.25126.4</SystemIOHashingVersion>
Expand Down Expand Up @@ -174,7 +176,7 @@
<!-- Packages from dotnet/source-build-externals -->
<MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>10.0.611801</MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>
<!-- Packages from dotnet/source-build-reference-packages -->
<MicrosoftSourceBuildIntermediatesourcebuildreferencepackagesVersion>10.0.611901</MicrosoftSourceBuildIntermediatesourcebuildreferencepackagesVersion>
<MicrosoftSourceBuildIntermediatesourcebuildreferencepackagesVersion>10.0.612702</MicrosoftSourceBuildIntermediatesourcebuildreferencepackagesVersion>
<!-- Packages from dotnet/symreader -->
<MicrosoftSourceBuildIntermediatesymreaderVersion>2.2.0-beta.25123.1</MicrosoftSourceBuildIntermediatesymreaderVersion>
<!-- Packages from dotnet/xdt -->
Expand Down
Loading