Skip to content

Commit 1ab16db

Browse files
[main] Update dependencies from dotnet/arcade (#6868)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 8cf6106 commit 1ab16db

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
33
<ToolsetDependencies>
4-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25531.1">
4+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25553.1">
55
<Uri>https://github.com/dotnet/arcade</Uri>
6-
<Sha>d8816877a6b0e6cb39cb57d92557ad4952715a2e</Sha>
6+
<Sha>6247a683b6e52f9c24e9c7b8832bb4cd3537e7f7</Sha>
77
</Dependency>
8-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="11.0.0-beta.25531.1">
8+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="11.0.0-beta.25553.1">
99
<Uri>https://github.com/dotnet/arcade</Uri>
10-
<Sha>d8816877a6b0e6cb39cb57d92557ad4952715a2e</Sha>
10+
<Sha>6247a683b6e52f9c24e9c7b8832bb4cd3537e7f7</Sha>
1111
</Dependency>
12-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="11.0.0-beta.25531.1">
12+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="11.0.0-beta.25553.1">
1313
<Uri>https://github.com/dotnet/arcade</Uri>
14-
<Sha>d8816877a6b0e6cb39cb57d92557ad4952715a2e</Sha>
14+
<Sha>6247a683b6e52f9c24e9c7b8832bb4cd3537e7f7</Sha>
1515
</Dependency>
1616
<Dependency Name="Microsoft.Testing.Extensions.CodeCoverage" Version="18.1.0-preview.25507.2">
1717
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
88
</PropertyGroup>
99
<PropertyGroup Label="MSTest prod dependencies - darc updated">
10-
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>11.0.0-beta.25531.1</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
10+
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>11.0.0-beta.25553.1</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
1111
<MicrosoftTestingExtensionsCodeCoverageVersion>18.1.0-preview.25507.2</MicrosoftTestingExtensionsCodeCoverageVersion>
1212
<!-- empty line to avoid merge conflicts for darc PRs to update CC and MSTest+MTP -->
1313
<MSTestVersion>4.1.0-preview.25553.3</MSTestVersion>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"runner": "Microsoft.Testing.Platform"
4040
},
4141
"msbuild-sdks": {
42-
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25531.1",
42+
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25553.1",
4343
"MSBuild.Sdk.Extras": "3.0.44"
4444
}
4545
}

0 commit comments

Comments
 (0)