Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/arcade build 20241…
Browse files Browse the repository at this point in the history
…031.2 (#58736)

[main] Update dependencies from dotnet/arcade
  • Loading branch information
dotnet-maestro[bot] authored Nov 1, 2024
1 parent 58eb905 commit 7f62ae6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -384,31 +384,31 @@
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>1b27ee9197251edcc9167a48b87786d3a6b5c163</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24531.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24531.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>d1bc0779143e410ec82696f9865c4eb407db8d67</Sha>
<Sha>12f956787e1b8db30a6322c3fe24b10ac5dcab13</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.24531.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.24531.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>d1bc0779143e410ec82696f9865c4eb407db8d67</Sha>
<Sha>12f956787e1b8db30a6322c3fe24b10ac5dcab13</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.24531.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.24531.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>d1bc0779143e410ec82696f9865c4eb407db8d67</Sha>
<Sha>12f956787e1b8db30a6322c3fe24b10ac5dcab13</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.24531.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.24531.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>d1bc0779143e410ec82696f9865c4eb407db8d67</Sha>
<Sha>12f956787e1b8db30a6322c3fe24b10ac5dcab13</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24531.1">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24531.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>d1bc0779143e410ec82696f9865c4eb407db8d67</Sha>
<Sha>12f956787e1b8db30a6322c3fe24b10ac5dcab13</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.24531.1">
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.24531.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>d1bc0779143e410ec82696f9865c4eb407db8d67</Sha>
<Sha>12f956787e1b8db30a6322c3fe24b10ac5dcab13</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Diagnostics.Testing" Version="9.1.0-preview.1.24525.2">
<Uri>https://github.com/dotnet/extensions</Uri>
Expand Down
8 changes: 4 additions & 4 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@
<NuGetVersioningVersion>6.2.4</NuGetVersioningVersion>
<NuGetFrameworksVersion>6.2.4</NuGetFrameworksVersion>
<!-- Packages from dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersVersion>10.0.0-beta.24531.1</MicrosoftDotNetBuildTasksInstallersVersion>
<MicrosoftDotNetBuildTasksTemplatingVersion>10.0.0-beta.24531.1</MicrosoftDotNetBuildTasksTemplatingVersion>
<MicrosoftDotNetRemoteExecutorVersion>10.0.0-beta.24531.1</MicrosoftDotNetRemoteExecutorVersion>
<MicrosoftSourceBuildIntermediatearcadeVersion>10.0.0-beta.24531.1</MicrosoftSourceBuildIntermediatearcadeVersion>
<MicrosoftDotNetBuildTasksInstallersVersion>10.0.0-beta.24531.2</MicrosoftDotNetBuildTasksInstallersVersion>
<MicrosoftDotNetBuildTasksTemplatingVersion>10.0.0-beta.24531.2</MicrosoftDotNetBuildTasksTemplatingVersion>
<MicrosoftDotNetRemoteExecutorVersion>10.0.0-beta.24531.2</MicrosoftDotNetRemoteExecutorVersion>
<MicrosoftSourceBuildIntermediatearcadeVersion>10.0.0-beta.24531.2</MicrosoftSourceBuildIntermediatearcadeVersion>
<!-- Packages from dotnet/source-build-externals -->
<MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>10.0.0-alpha.1.24516.1</MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>
<!-- Packages from dotnet/source-build-reference-packages -->
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"jdk": "11.0.24"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24531.1",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24531.1"
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24531.2",
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24531.2"
}
}

0 comments on commit 7f62ae6

Please sign in to comment.