Skip to content

Commit e46e779

Browse files
committed
Revert "[main] Source code updates from dotnet/dotnet (dotnet#79920)"
This reverts commit 8405da6.
1 parent 91ca1c8 commit e46e779

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

eng/Version.Details.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This file should be imported by eng/Versions.props
1010
<MicrosoftCodeAnalysisPackageVersion>3.11.0</MicrosoftCodeAnalysisPackageVersion>
1111
<MicrosoftNetCompilersToolsetPackageVersion>4.10.0-1.24061.4</MicrosoftNetCompilersToolsetPackageVersion>
1212
<!-- dotnet/dotnet dependencies -->
13-
<SystemCommandLinePackageVersion>2.0.0-rc.2.25416.109</SystemCommandLinePackageVersion>
13+
<SystemCommandLinePackageVersion>2.0.0-rc.1.25413.101</SystemCommandLinePackageVersion>
1414
<!-- dotnet/runtime dependencies -->
1515
<MicrosoftBclAsyncInterfacesPackageVersion>9.0.0</MicrosoftBclAsyncInterfacesPackageVersion>
1616
<MicrosoftExtensionsConfigurationPackageVersion>9.0.0</MicrosoftExtensionsConfigurationPackageVersion>

eng/Version.Details.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="roslyn" Sha="7f2a07b481a3d24677ebcf6a45e7e27c8ff95a4e" BarId="279809" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="roslyn" Sha="adfea8e331724cfd46007dfefec405b5e5faad1d" BarId="279079" />
44
<ProductDependencies>
55
<!-- RoslynAnalyzers reference older builds of Roslyn and this is necessary for SourceBuild. -->
66
<Dependency Name="Microsoft.CodeAnalysis" Version="3.11.0">
77
<Uri>https://github.com/dotnet/roslyn</Uri>
88
<Sha>ae1fff344d46976624e68ae17164e0607ab68b10</Sha>
99
</Dependency>
10-
<Dependency Name="System.CommandLine" Version="2.0.0-rc.2.25416.109">
10+
<Dependency Name="System.CommandLine" Version="2.0.0-rc.1.25413.101">
1111
<Uri>https://github.com/dotnet/dotnet</Uri>
12-
<Sha>7f2a07b481a3d24677ebcf6a45e7e27c8ff95a4e</Sha>
12+
<Sha>adfea8e331724cfd46007dfefec405b5e5faad1d</Sha>
1313
</Dependency>
1414
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
1515
<Dependency Name="Microsoft.Bcl.AsyncInterfaces" Version="9.0.0">

0 commit comments

Comments
 (0)