Skip to content

Commit cb9f3a1

Browse files
authored
Add dependencies for System libraries that need to be lifted in the source-build / VMR context (#17344)
1 parent 37935af commit cb9f3a1

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

eng/Version.Details.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,18 @@
2828
<Uri>https://github.com/dotnet/msbuild</Uri>
2929
<Sha>2d02daa886f279e2ee749cad03db4b1b75bb9adb</Sha>
3030
</Dependency>
31+
<Dependency Name="System.Reflection.Metadata" Version="8.0.0">
32+
<Uri>https://github.com/dotnet/runtime</Uri>
33+
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
34+
</Dependency>
35+
<Dependency Name="System.Collections.Immutable" Version="8.0.0">
36+
<Uri>https://github.com/dotnet/runtime</Uri>
37+
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
38+
</Dependency>
39+
<Dependency Name="System.Threading.Tasks.Dataflow" Version="8.0.0">
40+
<Uri>https://github.com/dotnet/runtime</Uri>
41+
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
42+
</Dependency>
3143
</ProductDependencies>
3244
<ToolsetDependencies>
3345
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24324.1">

eng/Versions.props

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,13 @@
9191
<SystemThreadingTasksDataflow>$(SystemPackageVersionVersion)</SystemThreadingTasksDataflow>
9292
<SystemValueTupleVersion>4.5.0</SystemValueTupleVersion>
9393
<MicrosoftDiaSymReaderPortablePdbVersion>1.6.0</MicrosoftDiaSymReaderPortablePdbVersion>
94-
<!-- -->
9594
<!-- Versions for package groups -->
9695
<RoslynVersion>4.11.0-2.24264.2</RoslynVersion>
9796
<VisualStudioEditorPackagesVersion>17.10.191</VisualStudioEditorPackagesVersion>
9897
<MicrosoftVisualStudioShellPackagesVersion>17.10.40152</MicrosoftVisualStudioShellPackagesVersion>
9998
<VisualStudioProjectSystemPackagesVersion>17.10.526-pre-g1b474069f5</VisualStudioProjectSystemPackagesVersion>
10099
<MicrosoftVisualStudioThreadingPackagesVersion>17.10.41</MicrosoftVisualStudioThreadingPackagesVersion>
101100
<MicrosoftBuildVersion>17.11.0-preview-24178-03</MicrosoftBuildVersion>
102-
<!-- -->
103101
<!-- Roslyn packages -->
104102
<MicrosoftCodeAnalysisEditorFeaturesVersion>$(RoslynVersion)</MicrosoftCodeAnalysisEditorFeaturesVersion>
105103
<MicrosoftCodeAnalysisEditorFeaturesTextVersion>$(RoslynVersion)</MicrosoftCodeAnalysisEditorFeaturesTextVersion>

0 commit comments

Comments
 (0)