Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/arcade (#19728)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-wuzhai committed May 13, 2024
2 parents 549bc61 + c5e58a0 commit 1741345
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,17 +161,17 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24258.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24260.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a62b4639193b96a1a848ccddaf9fe421c3d3f21b</Sha>
<Sha>480401b003bfd2eb989c315da5d6b99ad13a968c</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.24258.1">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.24260.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a62b4639193b96a1a848ccddaf9fe421c3d3f21b</Sha>
<Sha>480401b003bfd2eb989c315da5d6b99ad13a968c</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24258.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24260.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a62b4639193b96a1a848ccddaf9fe421c3d3f21b</Sha>
<Sha>480401b003bfd2eb989c315da5d6b99ad13a968c</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24256.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/arcade-services</Uri>
Expand All @@ -181,9 +181,9 @@
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>1d98f4c0a5b25b72465fe075dd5f24b45ef15c8e</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24258.1">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24260.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a62b4639193b96a1a848ccddaf9fe421c3d3f21b</Sha>
<Sha>480401b003bfd2eb989c315da5d6b99ad13a968c</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="9.0.0-alpha.1.23612.13">
<Uri>https://github.com/dotnet/runtime</Uri>
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24258.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24260.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade-services -->
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"cmake": "latest"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24258.1",
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24258.1",
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24260.2",
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24260.2",
"Microsoft.Build.NoTargets": "3.7.0"
}
}

0 comments on commit 1741345

Please sign in to comment.