Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/arcade (#4016)
Browse files Browse the repository at this point in the history
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] authored Nov 9, 2024
1 parent b17ba16 commit 932e921
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24554.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24557.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>5f327d7fb29852de22fb857d2b4a44e0cced9f41</Sha>
<Sha>39290b60a9015b444a1762d67e26f0f187eb5cc2</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.24554.2">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.24557.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>5f327d7fb29852de22fb857d2b4a44e0cced9f41</Sha>
<Sha>39290b60a9015b444a1762d67e26f0f187eb5cc2</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.24554.2">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.24557.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>5f327d7fb29852de22fb857d2b4a44e0cced9f41</Sha>
<Sha>39290b60a9015b444a1762d67e26f0f187eb5cc2</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Extensions.CodeCoverage" Version="17.13.0-preview.24555.1">
<Dependency Name="Microsoft.Testing.Extensions.CodeCoverage" Version="17.13.0-preview.24557.5">
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage</Uri>
<Sha>44ce79daafd98e8f330c856b95db8944460d9865</Sha>
<Sha>5511d9f5b22a1f2203b8ad003998bace35b2a543</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Internal.Framework" Version="1.5.0-preview.24554.7">
<Dependency Name="Microsoft.Testing.Internal.Framework" Version="1.5.0-preview.24557.2">
<Uri>https://github.com/microsoft/testanywhere</Uri>
<Sha>4d80102c4530845265843db1454a4abda4128ba2</Sha>
<Sha>b918fc581daf626f07340a341ccb3134431a6a00</Sha>
</Dependency>
<Dependency Name="MSTest.Engine" Version="1.0.0-alpha.24473.2">
<Uri>https://github.com/microsoft/testanywhere</Uri>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
</PropertyGroup>
<PropertyGroup Label="MSTest prod dependencies - darc updated">
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>10.0.0-beta.24554.2</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
<MicrosoftTestingExtensionsCodeCoverageVersion>17.13.0-preview.24555.1</MicrosoftTestingExtensionsCodeCoverageVersion>
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>10.0.0-beta.24557.1</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
<MicrosoftTestingExtensionsCodeCoverageVersion>17.13.0-preview.24557.5</MicrosoftTestingExtensionsCodeCoverageVersion>
<!-- comment to facilitate merge conflicts -->
<MicrosoftTestingInternalFrameworkVersion>1.5.0-preview.24554.7</MicrosoftTestingInternalFrameworkVersion>
<MicrosoftTestingInternalFrameworkVersion>1.5.0-preview.24557.2</MicrosoftTestingInternalFrameworkVersion>
<MSTestEngineVersion>1.0.0-alpha.24473.2</MSTestEngineVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"rollForward": "latestFeature"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24554.2",
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24557.1",
"MSBuild.Sdk.Extras": "3.0.44"
}
}

0 comments on commit 932e921

Please sign in to comment.