Skip to content

Commit 516b4bf

Browse files
Fixes for source build issues
1 parent 3a0b09c commit 516b4bf

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

eng/SourceBuildPrebuiltBaseline.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,13 @@
2828
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis.CSharp/*3.3.1*" />
2929
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis.CSharp.Workspaces/*3.3.1*" />
3030
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis.Workspaces.Common/*3.3.1*" />
31+
<UsagePattern IdentityGlob="System.Buffers/*4.4.0*" />
32+
<UsagePattern IdentityGlob="System.Collections.Immutable/*1.5.0*" />
3133
<UsagePattern IdentityGlob="System.Composition/1.0.*" />
3234
<UsagePattern IdentityGlob="System.Composition/*7.0.0*" />
3335
<UsagePattern IdentityGlob="System.IO.Pipelines/8.0.*" />
36+
<UsagePattern IdentityGlob="System.Memory/*4.5.3*" />
37+
<UsagePattern IdentityGlob="System.Reflection.Metadata/*1.6.0*" />
3438
<UsagePattern IdentityGlob="System.Threading.Tasks.Extensions/*4.5.3*" />
3539

3640
<!-- These are coming in via runtime but the source-build infra isn't able to automatically pick up the right intermediate. -->

eng/Version.Details.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,14 @@
295295
<Uri>https://github.com/dotnet/runtime</Uri>
296296
<Sha>57ed25449ab954595130997679807a471ef85aef</Sha>
297297
</Dependency>
298+
<Dependency Name="System.Buffers" Version="10.0.0-preview.3.25121.11">
299+
<Uri>https://github.com/dotnet/runtime</Uri>
300+
<Sha>57ed25449ab954595130997679807a471ef85aef</Sha>
301+
</Dependency>
302+
<Dependency Name="System.Memory" Version="10.0.0-preview.3.25121.11">
303+
<Uri>https://github.com/dotnet/runtime</Uri>
304+
<Sha>57ed25449ab954595130997679807a471ef85aef</Sha>
305+
</Dependency>
298306
<Dependency Name="System.Collections.Immutable" Version="10.0.0-preview.3.25121.11">
299307
<Uri>https://github.com/dotnet/runtime</Uri>
300308
<Sha>57ed25449ab954595130997679807a471ef85aef</Sha>

eng/Versions.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@
138138
<MicrosoftBclAsyncInterfacesVersion>10.0.0-preview.3.25121.11</MicrosoftBclAsyncInterfacesVersion>
139139
<!-- Transitive package to provide coherency in dotnet/extensions -->
140140
<MicrosoftBclTimeProviderVersion>10.0.0-preview.3.25121.11</MicrosoftBclTimeProviderVersion>
141+
<SystemBuffersVersion>10.0.0-preview.3.25121.11</SystemBuffersVersion>
142+
<SystemMemoryVersion>10.0.0-preview.3.25121.11</SystemMemoryVersion>
141143
<SystemCollectionsImmutableVersion>10.0.0-preview.3.25121.11</SystemCollectionsImmutableVersion>
142144
<SystemDiagnosticsPerformanceCounterVersion>10.0.0-preview.3.25121.11</SystemDiagnosticsPerformanceCounterVersion>
143145
<SystemIOHashingVersion>10.0.0-preview.3.25121.11</SystemIOHashingVersion>

0 commit comments

Comments
 (0)