Skip to content

Commit 2d1baaf

Browse files
[main] Update dependencies from dotnet/arcade (#44127)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 55b0c67 commit 2d1baaf

File tree

4 files changed

+20
-21
lines changed

4 files changed

+20
-21
lines changed

NuGet.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<!-- Begin: Package sources from dotnet-aspnetcore -->
1010
<!-- End: Package sources from dotnet-aspnetcore -->
1111
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
12-
<add key="darc-pub-DotNet-msbuild-Trusted-4ae11fa" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-4ae11fa8/nuget/v3/index.json" />
1312
<!-- End: Package sources from DotNet-msbuild-Trusted -->
1413
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
1514
<!-- End: Package sources from dotnet-roslyn-analyzers -->

eng/Version.Details.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -597,34 +597,34 @@
597597
</Dependency>
598598
</ProductDependencies>
599599
<ToolsetDependencies>
600-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24510.3">
600+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24511.1">
601601
<Uri>https://github.com/dotnet/arcade</Uri>
602-
<Sha>f044058aaef59331bfc565f098d81a4e2e9092e3</Sha>
602+
<Sha>712dea25b14a59fe642f2d28e8a3f3c931c03759</Sha>
603603
</Dependency>
604-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.24510.3">
604+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.24511.1">
605605
<Uri>https://github.com/dotnet/arcade</Uri>
606-
<Sha>f044058aaef59331bfc565f098d81a4e2e9092e3</Sha>
606+
<Sha>712dea25b14a59fe642f2d28e8a3f3c931c03759</Sha>
607607
</Dependency>
608-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24510.3">
608+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.24511.1">
609609
<Uri>https://github.com/dotnet/arcade</Uri>
610-
<Sha>f044058aaef59331bfc565f098d81a4e2e9092e3</Sha>
610+
<Sha>712dea25b14a59fe642f2d28e8a3f3c931c03759</Sha>
611611
</Dependency>
612-
<Dependency Name="Microsoft.DotNet.SignTool" Version="10.0.0-beta.24510.3">
612+
<Dependency Name="Microsoft.DotNet.SignTool" Version="10.0.0-beta.24511.1">
613613
<Uri>https://github.com/dotnet/arcade</Uri>
614-
<Sha>f044058aaef59331bfc565f098d81a4e2e9092e3</Sha>
614+
<Sha>712dea25b14a59fe642f2d28e8a3f3c931c03759</Sha>
615615
</Dependency>
616-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.24510.3">
616+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.24511.1">
617617
<Uri>https://github.com/dotnet/arcade</Uri>
618-
<Sha>f044058aaef59331bfc565f098d81a4e2e9092e3</Sha>
618+
<Sha>712dea25b14a59fe642f2d28e8a3f3c931c03759</Sha>
619619
</Dependency>
620-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.24510.3">
620+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.24511.1">
621621
<Uri>https://github.com/dotnet/arcade</Uri>
622-
<Sha>f044058aaef59331bfc565f098d81a4e2e9092e3</Sha>
622+
<Sha>712dea25b14a59fe642f2d28e8a3f3c931c03759</Sha>
623623
</Dependency>
624624
<!-- Intermediate is necessary for source build. -->
625-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.24510.3">
625+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.24511.1">
626626
<Uri>https://github.com/dotnet/arcade</Uri>
627-
<Sha>f044058aaef59331bfc565f098d81a4e2e9092e3</Sha>
627+
<Sha>712dea25b14a59fe642f2d28e8a3f3c931c03759</Sha>
628628
<SourceBuild RepoName="arcade" ManagedOnly="true" />
629629
</Dependency>
630630
<!-- Temporarily pinned to a net9 supporting version until the SDK can target net10.

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -324,10 +324,10 @@
324324
</PropertyGroup>
325325
<PropertyGroup>
326326
<!-- Dependencies from https://github.com/dotnet/arcade -->
327-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>10.0.0-beta.24510.3</MicrosoftDotNetBuildTasksInstallersPackageVersion>
328-
<MicrosoftDotNetSignToolVersion>10.0.0-beta.24510.3</MicrosoftDotNetSignToolVersion>
329-
<MicrosoftDotNetXliffTasksVersion>10.0.0-beta.24510.3</MicrosoftDotNetXliffTasksVersion>
330-
<MicrosoftDotNetXUnitExtensionsVersion>10.0.0-beta.24510.3</MicrosoftDotNetXUnitExtensionsVersion>
327+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>10.0.0-beta.24511.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
328+
<MicrosoftDotNetSignToolVersion>10.0.0-beta.24511.1</MicrosoftDotNetSignToolVersion>
329+
<MicrosoftDotNetXliffTasksVersion>10.0.0-beta.24511.1</MicrosoftDotNetXliffTasksVersion>
330+
<MicrosoftDotNetXUnitExtensionsVersion>10.0.0-beta.24511.1</MicrosoftDotNetXUnitExtensionsVersion>
331331
</PropertyGroup>
332332
<PropertyGroup>
333333
<!-- 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": "10.0.0-beta.24510.3",
21-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24510.3",
20+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24511.1",
21+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24511.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)