Skip to content

Commit

Permalink
Revert to 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ellahathaway committed Jan 17, 2024
1 parent a93787d commit 8a41cd0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,18 +124,18 @@
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<!-- Transitive dependency needed for source build. -->
<Dependency Name="System.Collections.Immutable" Version="8.0.0">
<Dependency Name="System.Collections.Immutable" Version="7.0.0">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
<Sha>d099f075e45d2aa6007a22b71b45a08758559f80</Sha>
</Dependency>
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.23307.1">
<Uri>https://github.com/dotnet/command-line-api</Uri>
<Sha>02fe27cd6a9b001c8feb7938e6ef4b3799745759</Sha>
</Dependency>
<!-- Transitive dependency needed for source build. -->
<Dependency Name="System.Reflection.Metadata" Version="8.0.0">
<Dependency Name="System.Reflection.Metadata" Version="7.0.0">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
<Sha>02fe27cd6a9b001c8feb7938e6ef4b3799745759</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@
<MicrosoftiOSTemplatesVersion>15.2.302-preview.14.122</MicrosoftiOSTemplatesVersion>
<MicrosoftiOSTemplatesVersion160527>16.0.527</MicrosoftiOSTemplatesVersion160527>
<!-- Keep this version in sync with what msbuild / VS ships with. -->
<SystemCollectionsImmutableVersion>8.0.0</SystemCollectionsImmutableVersion>
<SystemCollectionsImmutableVersion>7.0.0</SystemCollectionsImmutableVersion>
<SystemCompositionVersion>9.0.0-alpha.1.24059.2</SystemCompositionVersion>
<SystemIOPackagingVersion>9.0.0-alpha.1.24059.2</SystemIOPackagingVersion>
<!-- Keep this version in sync with what msbuild / VS ships with. -->
<SystemReflectionMetadataVersion>8.0.0</SystemReflectionMetadataVersion>
<SystemReflectionMetadataVersion>7.0.0</SystemReflectionMetadataVersion>
<!-- Do not move too far ahead of what Microsoft.Build.Tasks.Core depends on (currently >=6.0.0). -->
<SystemSecurityCryptographyXmlVersion>6.0.1</SystemSecurityCryptographyXmlVersion>
<SystemTextEncodingsWebVersion>9.0.0-alpha.1.24059.2</SystemTextEncodingsWebVersion>
Expand Down

0 comments on commit 8a41cd0

Please sign in to comment.