Skip to content

Commit e0d81be

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250730.1
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.25325.4 -> To Version 9.0.0-beta.25380.1
1 parent c7fb642 commit e0d81be

File tree

4 files changed

+22
-20
lines changed

4 files changed

+22
-20
lines changed

NuGet.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
<!-- End: Package sources from dotnet-runtime -->
3737
<!-- Begin: Package sources from dotnet-templating -->
3838
<add key="darc-pub-dotnet-templating-349a1a1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-349a1a14/nuget/v3/index.json" />
39+
<add key="darc-pub-dotnet-templating-349a1a1-3" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-349a1a14-3/nuget/v3/index.json" />
40+
<add key="darc-pub-dotnet-templating-349a1a1-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-349a1a14-2/nuget/v3/index.json" />
3941
<add key="darc-pub-dotnet-templating-349a1a1-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-349a1a14-1/nuget/v3/index.json" />
4042
<!-- End: Package sources from dotnet-templating -->
4143
<!-- Begin: Package sources from dotnet-windowsdesktop -->

eng/Version.Details.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -555,34 +555,34 @@
555555
</Dependency>
556556
</ProductDependencies>
557557
<ToolsetDependencies>
558-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25366.1">
558+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25380.1">
559559
<Uri>https://github.com/dotnet/arcade</Uri>
560-
<Sha>1a2e280a031aaed0dca606ec8c59c6fe0f9bfc7f</Sha>
560+
<Sha>7e67a7b4b62513a475afe46c4cd74d54b68f65c9</Sha>
561561
</Dependency>
562-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.25366.1">
562+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.25380.1">
563563
<Uri>https://github.com/dotnet/arcade</Uri>
564-
<Sha>1a2e280a031aaed0dca606ec8c59c6fe0f9bfc7f</Sha>
564+
<Sha>7e67a7b4b62513a475afe46c4cd74d54b68f65c9</Sha>
565565
</Dependency>
566-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25366.1">
566+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.25380.1">
567567
<Uri>https://github.com/dotnet/arcade</Uri>
568-
<Sha>1a2e280a031aaed0dca606ec8c59c6fe0f9bfc7f</Sha>
568+
<Sha>7e67a7b4b62513a475afe46c4cd74d54b68f65c9</Sha>
569569
</Dependency>
570-
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.25366.1">
570+
<Dependency Name="Microsoft.DotNet.SignTool" Version="9.0.0-beta.25380.1">
571571
<Uri>https://github.com/dotnet/arcade</Uri>
572-
<Sha>1a2e280a031aaed0dca606ec8c59c6fe0f9bfc7f</Sha>
572+
<Sha>7e67a7b4b62513a475afe46c4cd74d54b68f65c9</Sha>
573573
</Dependency>
574-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25366.1">
574+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25380.1">
575575
<Uri>https://github.com/dotnet/arcade</Uri>
576-
<Sha>1a2e280a031aaed0dca606ec8c59c6fe0f9bfc7f</Sha>
576+
<Sha>7e67a7b4b62513a475afe46c4cd74d54b68f65c9</Sha>
577577
</Dependency>
578-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25366.1">
578+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25380.1">
579579
<Uri>https://github.com/dotnet/arcade</Uri>
580-
<Sha>1a2e280a031aaed0dca606ec8c59c6fe0f9bfc7f</Sha>
580+
<Sha>7e67a7b4b62513a475afe46c4cd74d54b68f65c9</Sha>
581581
</Dependency>
582582
<!-- Intermediate is necessary for source build. -->
583-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25366.1">
583+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25380.1">
584584
<Uri>https://github.com/dotnet/arcade</Uri>
585-
<Sha>1a2e280a031aaed0dca606ec8c59c6fe0f9bfc7f</Sha>
585+
<Sha>7e67a7b4b62513a475afe46c4cd74d54b68f65c9</Sha>
586586
<SourceBuild RepoName="arcade" ManagedOnly="true" />
587587
</Dependency>
588588
<Dependency Name="System.Reflection.MetadataLoadContext" Version="9.0.7">

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,10 +272,10 @@
272272
</PropertyGroup>
273273
<PropertyGroup>
274274
<!-- Dependencies from https://github.com/dotnet/arcade -->
275-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.25366.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
276-
<MicrosoftDotNetSignToolVersion>9.0.0-beta.25366.1</MicrosoftDotNetSignToolVersion>
277-
<MicrosoftDotNetXliffTasksVersion>9.0.0-beta.25366.1</MicrosoftDotNetXliffTasksVersion>
278-
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25366.1</MicrosoftDotNetXUnitExtensionsVersion>
275+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.25380.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
276+
<MicrosoftDotNetSignToolVersion>9.0.0-beta.25380.1</MicrosoftDotNetSignToolVersion>
277+
<MicrosoftDotNetXliffTasksVersion>9.0.0-beta.25380.1</MicrosoftDotNetXliffTasksVersion>
278+
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25380.1</MicrosoftDotNetXUnitExtensionsVersion>
279279
</PropertyGroup>
280280
<PropertyGroup>
281281
<!-- Dependencies from https://github.com/dotnet/sourcelink -->

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.25366.1",
21-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25366.1",
20+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25380.1",
21+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25380.1",
2222
"Microsoft.Build.NoTargets": "3.7.0",
2323
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24217.1"
2424
}

0 commit comments

Comments
 (0)