Skip to content

Commit

Permalink
[rel/3.2] Update dependencies from devdiv/DevDiv/vs-code-coverage, mi…
Browse files Browse the repository at this point in the history
…crosoft/testanywhere (#2405)

* Update dependencies from https://github.com/microsoft/testanywhere build 20240221.2

Microsoft.Testing.Platform
 From Version 1.0.2-preview.24119.4 -> To Version 1.0.3-preview.24121.2

* Update dependencies from https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage build 20240220.6

Microsoft.Testing.Extensions.CodeCoverage
 From Version 17.10.3 -> To Version 17.10.4-preview.24120.6

* Update dependencies from https://github.com/microsoft/testanywhere build 20240221.3

Microsoft.Testing.Platform
 From Version 1.0.2-preview.24119.4 -> To Version 1.0.2

* Update NuGet.config

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Amaury Levé <amauryleve@microsoft.com>
  • Loading branch information
3 people committed Feb 21, 2024
1 parent 1686a9c commit d4e0298
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Expand Up @@ -9,13 +9,13 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ac3bef13c5ab17858f69c12d015057a992f8da8a</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Extensions.CodeCoverage" Version="17.10.3">
<Dependency Name="Microsoft.Testing.Extensions.CodeCoverage" Version="17.10.4-preview.24120.6">
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage</Uri>
<Sha>3f54f27b19e790b696371e74422b0fc4197790cb</Sha>
<Sha>5751e74124e674ed3effb34db065b7a3e0f0540d</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Platform" Version="1.0.2-preview.24119.4">
<Dependency Name="Microsoft.Testing.Platform" Version="1.0.2">
<Uri>https://github.com/microsoft/testanywhere</Uri>
<Sha>03bfaf3c0be078e376849f4b83a56bfd70e2768c</Sha>
<Sha>f2ff81fd8aeda73a979cd938416730d44d39e527</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="9.0.0-beta.24074.1">
<Uri>https://github.com/dotnet/arcade</Uri>
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Expand Up @@ -26,14 +26,14 @@
<!-- MSBuild Sdk versions updates -->
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>9.0.0-beta.24074.1</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
<!-- Testing platform (this comment is here to avoid conflict on darc PRs) -->
<MicrosoftTestingPlatformVersion>1.0.2-preview.24119.4</MicrosoftTestingPlatformVersion>
<MicrosoftTestingPlatformVersion>1.0.2</MicrosoftTestingPlatformVersion>
<MicrosoftVisualStudioThreadingAnalyzersVersion>17.7.30</MicrosoftVisualStudioThreadingAnalyzersVersion>
<StyleCopAnalyzersVersion>1.2.0-beta.507</StyleCopAnalyzersVersion>
</PropertyGroup>
<PropertyGroup Label="MSTest test dependencies">
<FluentAssertionsVersion>6.12.0</FluentAssertionsVersion>
<MicrosoftCodeAnalysisAnalyzerTestingVersion>1.1.2-beta1.23431.1</MicrosoftCodeAnalysisAnalyzerTestingVersion>
<MicrosoftTestingExtensionsCodeCoverageVersion>17.10.3</MicrosoftTestingExtensionsCodeCoverageVersion>
<MicrosoftTestingExtensionsCodeCoverageVersion>17.10.4-preview.24120.6</MicrosoftTestingExtensionsCodeCoverageVersion>
<!-- Pinned to 4.18.4 for security -->
<MoqVersion>4.18.4</MoqVersion>
<MSBuildStructuredLogger>2.1.858</MSBuildStructuredLogger>
Expand Down

0 comments on commit d4e0298

Please sign in to comment.