Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/arcade build 20250…
Browse files Browse the repository at this point in the history
…108.5

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XliffTasks , Microsoft.DotNet.XUnitExtensions
 From Version 9.0.0-beta.24623.3 -> To Version 9.0.0-beta.25058.5
  • Loading branch information
dotnet-maestro[bot] committed Jan 10, 2025
1 parent 569c39b commit 30ab3e1
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 @@ -555,34 +555,34 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24623.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25058.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e0e05154656254a735ebf19ffa5a37a8b915039b</Sha>
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24623.3">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.25058.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e0e05154656254a735ebf19ffa5a37a8b915039b</Sha>
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24623.3">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25058.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e0e05154656254a735ebf19ffa5a37a8b915039b</Sha>
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.24623.3">
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.25058.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e0e05154656254a735ebf19ffa5a37a8b915039b</Sha>
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.24623.3">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25058.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e0e05154656254a735ebf19ffa5a37a8b915039b</Sha>
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24623.3">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25058.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e0e05154656254a735ebf19ffa5a37a8b915039b</Sha>
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24623.3">
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25058.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e0e05154656254a735ebf19ffa5a37a8b915039b</Sha>
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="System.Reflection.MetadataLoadContext" Version="9.0.0">
Expand Down
8 changes: 4 additions & 4 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -268,10 +268,10 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24623.3</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetSignToolVersion>9.0.0-beta.24623.3</MicrosoftDotNetSignToolVersion>
<MicrosoftDotNetXliffTasksVersion>9.0.0-beta.24623.3</MicrosoftDotNetXliffTasksVersion>
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.24623.3</MicrosoftDotNetXUnitExtensionsVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.25058.5</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetSignToolVersion>9.0.0-beta.25058.5</MicrosoftDotNetSignToolVersion>
<MicrosoftDotNetXliffTasksVersion>9.0.0-beta.25058.5</MicrosoftDotNetXliffTasksVersion>
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25058.5</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": "9.0.0-beta.24623.3",
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24623.3",
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25058.5",
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25058.5",
"Microsoft.Build.NoTargets": "3.7.0",
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24217.1"
}
Expand Down

0 comments on commit 30ab3e1

Please sign in to comment.