Skip to content

Commit

Permalink
Revert "[main] Update dependencies from dotnet/arcade (#44712)" (#44756)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthalman authored Nov 8, 2024
1 parent eb41623 commit 8778ab0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
28 changes: 14 additions & 14 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -593,34 +593,34 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24556.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24555.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>662841251075524f81c205ab4595bf0b9da74475</Sha>
<Sha>78eb939933628c20c88ddd88536a70f02ecc2945</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.24556.2">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.24555.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>662841251075524f81c205ab4595bf0b9da74475</Sha>
<Sha>78eb939933628c20c88ddd88536a70f02ecc2945</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24556.2">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24555.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>662841251075524f81c205ab4595bf0b9da74475</Sha>
<Sha>78eb939933628c20c88ddd88536a70f02ecc2945</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="10.0.0-beta.24556.2">
<Dependency Name="Microsoft.DotNet.SignTool" Version="10.0.0-beta.24555.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>662841251075524f81c205ab4595bf0b9da74475</Sha>
<Sha>78eb939933628c20c88ddd88536a70f02ecc2945</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.24556.2">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.24555.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>662841251075524f81c205ab4595bf0b9da74475</Sha>
<Sha>78eb939933628c20c88ddd88536a70f02ecc2945</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.24556.2">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.24555.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>662841251075524f81c205ab4595bf0b9da74475</Sha>
<Sha>78eb939933628c20c88ddd88536a70f02ecc2945</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.24556.2">
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.24555.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>662841251075524f81c205ab4595bf0b9da74475</Sha>
<Sha>78eb939933628c20c88ddd88536a70f02ecc2945</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="System.Reflection.MetadataLoadContext" Version="10.0.0-alpha.1.24557.1">
Expand Down
8 changes: 4 additions & 4 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,10 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>10.0.0-beta.24556.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetSignToolVersion>10.0.0-beta.24556.2</MicrosoftDotNetSignToolVersion>
<MicrosoftDotNetXliffTasksVersion>10.0.0-beta.24556.2</MicrosoftDotNetXliffTasksVersion>
<MicrosoftDotNetXUnitExtensionsVersion>10.0.0-beta.24556.2</MicrosoftDotNetXUnitExtensionsVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>10.0.0-beta.24555.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetSignToolVersion>10.0.0-beta.24555.1</MicrosoftDotNetSignToolVersion>
<MicrosoftDotNetXliffTasksVersion>10.0.0-beta.24555.1</MicrosoftDotNetXliffTasksVersion>
<MicrosoftDotNetXUnitExtensionsVersion>10.0.0-beta.24555.1</MicrosoftDotNetXUnitExtensionsVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sourcelink -->
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"cmake": "latest"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24556.2",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24556.2",
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24555.1",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24555.1",
"Microsoft.Build.NoTargets": "3.7.0",
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24217.1"
}
Expand Down

0 comments on commit 8778ab0

Please sign in to comment.