Skip to content

Commit

Permalink
Bump version of coverage and platform (#2280)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink committed Feb 9, 2024
1 parent d4c320c commit 78aa33d
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
Original file line number Diff line number Diff line change
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.1-preview.24073.3">
<Dependency Name="Microsoft.Testing.Extensions.CodeCoverage" Version="17.10.3-preview.24108.1">
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage</Uri>
<Sha>d5f3c5fbf1496266db8cf39d0c2712a480a610d3</Sha>
<Sha>6fc91b3259901245f6238996db29b007b8978c49</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Platform" Version="1.0.0">
<Dependency Name="Microsoft.Testing.Platform" Version="1.0.1-preview.24109.5">
<Uri>https://github.com/microsoft/testanywhere</Uri>
<Sha>0c57bfaed0eceb88df5067f45c454685b077e3eb</Sha>
<Sha>5013d3205b7ad0db27884c1278bf47eae16db7c3</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
Original file line number Diff line number Diff line change
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.0</MicrosoftTestingPlatformVersion>
<MicrosoftTestingPlatformVersion>1.0.1-preview.24109.5</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.1-preview.24073.3</MicrosoftTestingExtensionsCodeCoverageVersion>
<MicrosoftTestingExtensionsCodeCoverageVersion>17.10.3-preview.24108.1</MicrosoftTestingExtensionsCodeCoverageVersion>
<!-- Pinned to 4.18.4 for security -->
<MoqVersion>4.18.4</MoqVersion>
<MSBuildStructuredLogger>2.1.858</MSBuildStructuredLogger>
Expand Down

0 comments on commit 78aa33d

Please sign in to comment.