Skip to content

Commit bd1dcd3

Browse files
dotnet-maestro[bot]captainsafia
authored andcommitted
Update dependencies from https://github.com/dotnet/arcade build 20241213.2 (#59504)
[main] Update dependencies from dotnet/arcade
1 parent e89efa6 commit bd1dcd3

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

eng/Version.Details.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -384,39 +384,39 @@
384384
<Uri>https://github.com/dotnet/runtime</Uri>
385385
<Sha>3aa1ec5bb1f50f0a1bed9cfcac8734f742bcf24b</Sha>
386386
</Dependency>
387-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24612.1">
387+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24613.2">
388388
<Uri>https://github.com/dotnet/arcade</Uri>
389-
<Sha>2c4eeabbeab30dfe532190f7e5c448078231cdd0</Sha>
389+
<Sha>255d5e0c89958af276883a988108c2d616438805</Sha>
390390
</Dependency>
391391
<!-- Intermediate is necessary for source build. -->
392-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.24612.1">
392+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.24613.2">
393393
<Uri>https://github.com/dotnet/arcade</Uri>
394-
<Sha>2c4eeabbeab30dfe532190f7e5c448078231cdd0</Sha>
394+
<Sha>255d5e0c89958af276883a988108c2d616438805</Sha>
395395
<SourceBuild RepoName="arcade" ManagedOnly="true" />
396396
</Dependency>
397-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="10.0.0-beta.24612.1">
397+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="10.0.0-beta.24613.2">
398398
<Uri>https://github.com/dotnet/arcade</Uri>
399-
<Sha>2c4eeabbeab30dfe532190f7e5c448078231cdd0</Sha>
399+
<Sha>255d5e0c89958af276883a988108c2d616438805</Sha>
400400
</Dependency>
401-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.24612.1">
401+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.24613.2">
402402
<Uri>https://github.com/dotnet/arcade</Uri>
403-
<Sha>2c4eeabbeab30dfe532190f7e5c448078231cdd0</Sha>
403+
<Sha>255d5e0c89958af276883a988108c2d616438805</Sha>
404404
</Dependency>
405-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.24612.1">
405+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.24613.2">
406406
<Uri>https://github.com/dotnet/arcade</Uri>
407-
<Sha>2c4eeabbeab30dfe532190f7e5c448078231cdd0</Sha>
407+
<Sha>255d5e0c89958af276883a988108c2d616438805</Sha>
408408
</Dependency>
409-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24612.1">
409+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24613.2">
410410
<Uri>https://github.com/dotnet/arcade</Uri>
411-
<Sha>2c4eeabbeab30dfe532190f7e5c448078231cdd0</Sha>
411+
<Sha>255d5e0c89958af276883a988108c2d616438805</Sha>
412412
</Dependency>
413-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.24612.1">
413+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.24613.2">
414414
<Uri>https://github.com/dotnet/arcade</Uri>
415-
<Sha>2c4eeabbeab30dfe532190f7e5c448078231cdd0</Sha>
415+
<Sha>255d5e0c89958af276883a988108c2d616438805</Sha>
416416
</Dependency>
417-
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="10.0.0-beta.24612.1">
417+
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="10.0.0-beta.24613.2">
418418
<Uri>https://github.com/dotnet/arcade</Uri>
419-
<Sha>2c4eeabbeab30dfe532190f7e5c448078231cdd0</Sha>
419+
<Sha>255d5e0c89958af276883a988108c2d616438805</Sha>
420420
</Dependency>
421421
<Dependency Name="Microsoft.Extensions.Diagnostics.Testing" Version="9.1.0-preview.1.24609.1">
422422
<Uri>https://github.com/dotnet/extensions</Uri>

eng/Versions.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,11 @@
165165
<NuGetVersioningVersion>6.2.4</NuGetVersioningVersion>
166166
<NuGetFrameworksVersion>6.2.4</NuGetFrameworksVersion>
167167
<!-- Packages from dotnet/arcade -->
168-
<MicrosoftDotNetBuildTasksArchivesVersion>10.0.0-beta.24612.1</MicrosoftDotNetBuildTasksArchivesVersion>
169-
<MicrosoftDotNetBuildTasksInstallersVersion>10.0.0-beta.24612.1</MicrosoftDotNetBuildTasksInstallersVersion>
170-
<MicrosoftDotNetBuildTasksTemplatingVersion>10.0.0-beta.24612.1</MicrosoftDotNetBuildTasksTemplatingVersion>
171-
<MicrosoftDotNetRemoteExecutorVersion>10.0.0-beta.24612.1</MicrosoftDotNetRemoteExecutorVersion>
172-
<MicrosoftSourceBuildIntermediatearcadeVersion>10.0.0-beta.24612.1</MicrosoftSourceBuildIntermediatearcadeVersion>
168+
<MicrosoftDotNetBuildTasksArchivesVersion>10.0.0-beta.24613.2</MicrosoftDotNetBuildTasksArchivesVersion>
169+
<MicrosoftDotNetBuildTasksInstallersVersion>10.0.0-beta.24613.2</MicrosoftDotNetBuildTasksInstallersVersion>
170+
<MicrosoftDotNetBuildTasksTemplatingVersion>10.0.0-beta.24613.2</MicrosoftDotNetBuildTasksTemplatingVersion>
171+
<MicrosoftDotNetRemoteExecutorVersion>10.0.0-beta.24613.2</MicrosoftDotNetRemoteExecutorVersion>
172+
<MicrosoftSourceBuildIntermediatearcadeVersion>10.0.0-beta.24613.2</MicrosoftSourceBuildIntermediatearcadeVersion>
173173
<!-- Packages from dotnet/source-build-externals -->
174174
<MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>10.0.560301</MicrosoftSourceBuildIntermediatesourcebuildexternalsVersion>
175175
<!-- Packages from dotnet/source-build-reference-packages -->

global.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"jdk": "11.0.24"
2828
},
2929
"msbuild-sdks": {
30-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24612.1",
31-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24612.1",
32-
"Microsoft.DotNet.SharedFramework.Sdk": "10.0.0-beta.24612.1",
30+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24613.2",
31+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24613.2",
32+
"Microsoft.DotNet.SharedFramework.Sdk": "10.0.0-beta.24613.2",
3333
"Microsoft.Build.NoTargets": "3.7.0",
3434
"Microsoft.Build.Traversal": "3.4.0"
3535
}

0 commit comments

Comments
 (0)