Skip to content

Commit

Permalink
[main] Update dependencies from devdiv/DevDiv/vs-code-coverage, dotne…
Browse files Browse the repository at this point in the history
…t/arcade, microsoft/testanywhere (#3830)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] authored Sep 13, 2024
1 parent 82cecf0 commit 2a26a70
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
24 changes: 12 additions & 12 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24461.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24462.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a1d1655b4d03677263fe9d5b8ec5edcb7be49044</Sha>
<Sha>344004446883e2d577d21a9844f997215964279a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.24461.3">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.24462.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a1d1655b4d03677263fe9d5b8ec5edcb7be49044</Sha>
<Sha>344004446883e2d577d21a9844f997215964279a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.24461.3">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.24462.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a1d1655b4d03677263fe9d5b8ec5edcb7be49044</Sha>
<Sha>344004446883e2d577d21a9844f997215964279a</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Extensions.CodeCoverage" Version="17.12.5-preview.24461.1">
<Dependency Name="Microsoft.Testing.Extensions.CodeCoverage" Version="17.12.5-preview.24462.3">
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage</Uri>
<Sha>47e964757872c1ae5f8dd2a25427bbafda46cf5f</Sha>
<Sha>b9bc389b1d1a3903cd9dda8f144e076b6cd8f64a</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Internal.Framework" Version="1.5.0-preview.24461.1">
<Dependency Name="Microsoft.Testing.Internal.Framework" Version="1.5.0-preview.24462.1">
<Uri>https://github.com/microsoft/testanywhere</Uri>
<Sha>23862723fd27498ef9a90de05c7c169faa067af3</Sha>
<Sha>4fb41825198d45525ebdc0249c240b422e5742ad</Sha>
</Dependency>
<Dependency Name="MSTest.Engine" Version="1.0.0-alpha.24461.1">
<Dependency Name="MSTest.Engine" Version="1.0.0-alpha.24462.1">
<Uri>https://github.com/microsoft/testanywhere</Uri>
<Sha>23862723fd27498ef9a90de05c7c169faa067af3</Sha>
<Sha>4fb41825198d45525ebdc0249c240b422e5742ad</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
8 changes: 4 additions & 4 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.24461.3</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
<MicrosoftTestingExtensionsCodeCoverageVersion>17.12.5-preview.24461.1</MicrosoftTestingExtensionsCodeCoverageVersion>
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>10.0.0-beta.24462.1</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
<MicrosoftTestingExtensionsCodeCoverageVersion>17.12.5-preview.24462.3</MicrosoftTestingExtensionsCodeCoverageVersion>
<!-- comment to facilitate merge conflicts -->
<MicrosoftTestingInternalFrameworkVersion>1.5.0-preview.24461.1</MicrosoftTestingInternalFrameworkVersion>
<MSTestEngineVersion>1.0.0-alpha.24461.1</MSTestEngineVersion>
<MicrosoftTestingInternalFrameworkVersion>1.5.0-preview.24462.1</MicrosoftTestingInternalFrameworkVersion>
<MSTestEngineVersion>1.0.0-alpha.24462.1</MSTestEngineVersion>
</PropertyGroup>
</Project>
6 changes: 3 additions & 3 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tools": {
"dotnet": "9.0.100-preview.7.24407.12",
"dotnet": "9.0.100-rc.1.24452.12",
"runtimes": {
"dotnet": [
"3.1.32",
Expand All @@ -20,12 +20,12 @@
}
},
"sdk": {
"version": "9.0.100-preview.7.24407.12",
"version": "9.0.100-rc.1.24452.12",
"allowPrerelease": true,
"rollForward": "latestFeature"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24461.3",
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24462.1",
"MSBuild.Sdk.Extras": "3.0.44"
}
}

0 comments on commit 2a26a70

Please sign in to comment.