Skip to content

Commit 2240138

Browse files
[main] Update dependencies from devdiv/DevDiv/vs-code-coverage, dotnet/arcade (#7351)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 649edbc commit 2240138

File tree

4 files changed

+12
-14
lines changed

4 files changed

+12
-14
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
33
<ToolsetDependencies>
4-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.26080.3">
4+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.26105.1">
55
<Uri>https://github.com/dotnet/arcade</Uri>
6-
<Sha>b7be18aa9600f662a6da4b75c1ae2aa0b6ddda1c</Sha>
6+
<Sha>26362606bd62b943ab83c81a3d28aa65f59dc90a</Sha>
77
</Dependency>
8-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="11.0.0-beta.26080.3">
8+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="11.0.0-beta.26105.1">
99
<Uri>https://github.com/dotnet/arcade</Uri>
10-
<Sha>b7be18aa9600f662a6da4b75c1ae2aa0b6ddda1c</Sha>
10+
<Sha>26362606bd62b943ab83c81a3d28aa65f59dc90a</Sha>
1111
</Dependency>
12-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="11.0.0-beta.26080.3">
12+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="11.0.0-beta.26105.1">
1313
<Uri>https://github.com/dotnet/arcade</Uri>
14-
<Sha>b7be18aa9600f662a6da4b75c1ae2aa0b6ddda1c</Sha>
14+
<Sha>26362606bd62b943ab83c81a3d28aa65f59dc90a</Sha>
1515
</Dependency>
16-
<Dependency Name="Microsoft.Testing.Extensions.CodeCoverage" Version="18.5.0-preview.26104.4">
16+
<Dependency Name="Microsoft.Testing.Extensions.CodeCoverage" Version="18.5.0-preview.26105.3">
1717
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage</Uri>
18-
<Sha>a75ba80d81f6f1d943de8988d1a396d145805fca</Sha>
18+
<Sha>5ef433fb6052665e6909ed012f7659318a05c67e</Sha>
1919
</Dependency>
2020
<Dependency Name="MSTest" Version="4.1.0-preview.26104.5">
2121
<Uri>https://github.com/microsoft/testfx</Uri>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
88
</PropertyGroup>
99
<PropertyGroup Label="MSTest prod dependencies - darc updated">
10-
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>11.0.0-beta.26080.3</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
11-
<MicrosoftTestingExtensionsCodeCoverageVersion>18.5.0-preview.26104.4</MicrosoftTestingExtensionsCodeCoverageVersion>
10+
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>11.0.0-beta.26105.1</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
11+
<MicrosoftTestingExtensionsCodeCoverageVersion>18.5.0-preview.26105.3</MicrosoftTestingExtensionsCodeCoverageVersion>
1212
<!-- empty line to avoid merge conflicts for darc PRs to update CC and MSTest+MTP -->
1313
<MSTestVersion>4.1.0-preview.26104.5</MSTestVersion>
1414
<MicrosoftTestingPlatformVersion>2.1.0-preview.26104.5</MicrosoftTestingPlatformVersion>

eng/common/cross/build-rootfs.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,7 @@ while :; do
295295
;;
296296
noble) # Ubuntu 24.04
297297
__CodeName=noble
298-
if [[ -z "$__LLDB_Package" ]]; then
299-
__LLDB_Package="liblldb-19-dev"
300-
fi
298+
__LLDB_Package="liblldb-19-dev"
301299
;;
302300
stretch) # Debian 9
303301
__CodeName=stretch

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"runner": "Microsoft.Testing.Platform"
3838
},
3939
"msbuild-sdks": {
40-
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26080.3",
40+
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26105.1",
4141
"MSBuild.Sdk.Extras": "3.0.44"
4242
}
4343
}

0 commit comments

Comments
 (0)