Skip to content

Commit

Permalink
[release/9.0.1xx] Update dependencies from dotnet/arcade (#43666)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-wuzhai authored Sep 25, 2024
2 parents f5ad8ca + b73e17c commit 6eea54c
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 @@ -585,34 +585,34 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24466.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24473.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>04b9022eba9c184a8036328af513c22e6949e8b6</Sha>
<Sha>1230437de1ab7b3e15fe7cdfe7ffce2f65449959</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24466.2">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24473.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>04b9022eba9c184a8036328af513c22e6949e8b6</Sha>
<Sha>1230437de1ab7b3e15fe7cdfe7ffce2f65449959</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24466.2">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24473.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>04b9022eba9c184a8036328af513c22e6949e8b6</Sha>
<Sha>1230437de1ab7b3e15fe7cdfe7ffce2f65449959</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.24466.2">
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.24473.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>04b9022eba9c184a8036328af513c22e6949e8b6</Sha>
<Sha>1230437de1ab7b3e15fe7cdfe7ffce2f65449959</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.24466.2">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.24473.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>04b9022eba9c184a8036328af513c22e6949e8b6</Sha>
<Sha>1230437de1ab7b3e15fe7cdfe7ffce2f65449959</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24466.2">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24473.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>04b9022eba9c184a8036328af513c22e6949e8b6</Sha>
<Sha>1230437de1ab7b3e15fe7cdfe7ffce2f65449959</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24466.2">
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24473.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>04b9022eba9c184a8036328af513c22e6949e8b6</Sha>
<Sha>1230437de1ab7b3e15fe7cdfe7ffce2f65449959</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="System.Reflection.MetadataLoadContext" Version="9.0.0-rtm.24473.2">
Expand Down
8 changes: 4 additions & 4 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,10 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24466.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetSignToolVersion>9.0.0-beta.24466.2</MicrosoftDotNetSignToolVersion>
<MicrosoftDotNetXliffTasksVersion>9.0.0-beta.24466.2</MicrosoftDotNetXliffTasksVersion>
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.24466.2</MicrosoftDotNetXUnitExtensionsVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24473.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetSignToolVersion>9.0.0-beta.24473.1</MicrosoftDotNetSignToolVersion>
<MicrosoftDotNetXliffTasksVersion>9.0.0-beta.24473.1</MicrosoftDotNetXliffTasksVersion>
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.24473.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": "9.0.0-beta.24466.2",
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24466.2",
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24473.1",
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24473.1",
"Microsoft.Build.NoTargets": "3.7.0",
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24217.1"
}
Expand Down

0 comments on commit 6eea54c

Please sign in to comment.