Skip to content

Commit f954c28

Browse files
[main] Update dependencies from dotnet/arcade (#42097)
[main] Update dependencies from dotnet/arcade
1 parent 0e80fa6 commit f954c28

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

eng/Version.Details.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -581,34 +581,34 @@
581581
</Dependency>
582582
</ProductDependencies>
583583
<ToolsetDependencies>
584-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24360.2">
584+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24360.4">
585585
<Uri>https://github.com/dotnet/arcade</Uri>
586-
<Sha>04cb1e3add386e77631c17e19bcccb9f4943e8b3</Sha>
586+
<Sha>731d793be2d0a66bafc96b1a79dc96b4d1f0301b</Sha>
587587
</Dependency>
588-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24360.2">
588+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24360.4">
589589
<Uri>https://github.com/dotnet/arcade</Uri>
590-
<Sha>04cb1e3add386e77631c17e19bcccb9f4943e8b3</Sha>
590+
<Sha>731d793be2d0a66bafc96b1a79dc96b4d1f0301b</Sha>
591591
</Dependency>
592-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24360.2">
592+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24360.4">
593593
<Uri>https://github.com/dotnet/arcade</Uri>
594-
<Sha>04cb1e3add386e77631c17e19bcccb9f4943e8b3</Sha>
594+
<Sha>731d793be2d0a66bafc96b1a79dc96b4d1f0301b</Sha>
595595
</Dependency>
596-
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.24360.2">
596+
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.24360.4">
597597
<Uri>https://github.com/dotnet/arcade</Uri>
598-
<Sha>04cb1e3add386e77631c17e19bcccb9f4943e8b3</Sha>
598+
<Sha>731d793be2d0a66bafc96b1a79dc96b4d1f0301b</Sha>
599599
</Dependency>
600-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.24360.2">
600+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.24360.4">
601601
<Uri>https://github.com/dotnet/arcade</Uri>
602-
<Sha>04cb1e3add386e77631c17e19bcccb9f4943e8b3</Sha>
602+
<Sha>731d793be2d0a66bafc96b1a79dc96b4d1f0301b</Sha>
603603
</Dependency>
604-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24360.2">
604+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24360.4">
605605
<Uri>https://github.com/dotnet/arcade</Uri>
606-
<Sha>04cb1e3add386e77631c17e19bcccb9f4943e8b3</Sha>
606+
<Sha>731d793be2d0a66bafc96b1a79dc96b4d1f0301b</Sha>
607607
</Dependency>
608608
<!-- Intermediate is necessary for source build. -->
609-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24360.2">
609+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24360.4">
610610
<Uri>https://github.com/dotnet/arcade</Uri>
611-
<Sha>04cb1e3add386e77631c17e19bcccb9f4943e8b3</Sha>
611+
<Sha>731d793be2d0a66bafc96b1a79dc96b4d1f0301b</Sha>
612612
<SourceBuild RepoName="arcade" ManagedOnly="true" />
613613
</Dependency>
614614
<Dependency Name="System.Reflection.MetadataLoadContext" Version="9.0.0-preview.7.24357.2">

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,10 @@
316316
</PropertyGroup>
317317
<PropertyGroup>
318318
<!-- Dependencies from https://github.com/dotnet/arcade -->
319-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24360.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
320-
<MicrosoftDotNetSignToolVersion>9.0.0-beta.24360.2</MicrosoftDotNetSignToolVersion>
321-
<MicrosoftDotNetXliffTasksVersion>9.0.0-beta.24360.2</MicrosoftDotNetXliffTasksVersion>
322-
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.24360.2</MicrosoftDotNetXUnitExtensionsVersion>
319+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24360.4</MicrosoftDotNetBuildTasksInstallersPackageVersion>
320+
<MicrosoftDotNetSignToolVersion>9.0.0-beta.24360.4</MicrosoftDotNetSignToolVersion>
321+
<MicrosoftDotNetXliffTasksVersion>9.0.0-beta.24360.4</MicrosoftDotNetXliffTasksVersion>
322+
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.24360.4</MicrosoftDotNetXUnitExtensionsVersion>
323323
</PropertyGroup>
324324
<PropertyGroup>
325325
<!-- Dependencies from https://github.com/dotnet/sourcelink -->

eng/common/cross/build-rootfs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ __AlpinePackages+=" krb5-dev"
7272
__AlpinePackages+=" openssl-dev"
7373
__AlpinePackages+=" zlib-dev"
7474

75-
__FreeBSDBase="13.2-RELEASE"
75+
__FreeBSDBase="13.3-RELEASE"
7676
__FreeBSDPkg="1.17.0"
7777
__FreeBSDABI="13"
7878
__FreeBSDPackages="libunwind"

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"cmake": "latest"
1818
},
1919
"msbuild-sdks": {
20-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24360.2",
21-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24360.2",
20+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24360.4",
21+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24360.4",
2222
"Microsoft.Build.NoTargets": "3.7.0",
2323
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24217.1"
2424
}

0 commit comments

Comments
 (0)