Skip to content

Commit

Permalink
Fix MSTest.SDK deps (#2650)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoRossignoli committed Apr 4, 2024
1 parent c3973e8 commit bc4c885
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>2fb543a45580400a559b5ae41c96a815ea14dac5</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Extensions.CodeCoverage" Version="17.10.5-preview.24171.5">
<Dependency Name="Microsoft.Testing.Extensions.CodeCoverage" Version="17.10.4">
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage</Uri>
<Sha>577a69889b85ef831532a97e3b5e3bf8f510de4a</Sha>
<Sha>a12555c42042c92e5c5c12399e7ab27a3fec615c</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Framework" Version="1.1.0">
<Uri>https://github.com/microsoft/testanywhere</Uri>
Expand All @@ -25,9 +25,9 @@
<Uri>https://github.com/microsoft/testanywhere</Uri>
<Sha>d127af08de5bf41e8966e2b3d19f001d1bd666db</Sha>
</Dependency>
<Dependency Name="MSTest.Engine" Version="1.0.0-alpha.24203.1">
<Dependency Name="MSTest.Engine" Version="1.0.0-alpha.24163.4">
<Uri>https://github.com/microsoft/testanywhere</Uri>
<Sha>d127af08de5bf41e8966e2b3d19f001d1bd666db</Sha>
<Sha>1a55dc84d0c3e2e070479a7cdfc1d7334230c592</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup Label="Version settings">
<!-- This repo version -->
<VersionPrefix>3.3.0</VersionPrefix>
<VersionPrefix>3.3.1</VersionPrefix>
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
</PropertyGroup>
<PropertyGroup Label="MSTest dependencies">
Expand All @@ -28,14 +28,14 @@
<!-- Testing platform (this comment is here to avoid conflict on darc PRs) -->
<MicrosoftTestingFrameworkVersion>1.1.0</MicrosoftTestingFrameworkVersion>
<MicrosoftTestingPlatformVersion>1.1.0</MicrosoftTestingPlatformVersion>
<MSTestEngineVersion>1.0.0-alpha.24203.1</MSTestEngineVersion>
<MSTestEngineVersion>1.0.0-alpha.24163.4</MSTestEngineVersion>
<MicrosoftVisualStudioThreadingAnalyzersVersion>17.9.28</MicrosoftVisualStudioThreadingAnalyzersVersion>
<StyleCopAnalyzersVersion>1.2.0-beta.556</StyleCopAnalyzersVersion>
</PropertyGroup>
<PropertyGroup Label="MSTest test dependencies">
<FluentAssertionsVersion>6.12.0</FluentAssertionsVersion>
<MicrosoftCodeAnalysisAnalyzerTestingVersion>1.1.2-beta1.24074.2</MicrosoftCodeAnalysisAnalyzerTestingVersion>
<MicrosoftTestingExtensionsCodeCoverageVersion>17.10.5-preview.24171.5</MicrosoftTestingExtensionsCodeCoverageVersion>
<MicrosoftTestingExtensionsCodeCoverageVersion>17.10.4</MicrosoftTestingExtensionsCodeCoverageVersion>
<!-- Pinned to 4.18.4 for security -->
<MoqVersion>4.18.4</MoqVersion>
<MSBuildStructuredLogger>2.2.169</MSBuildStructuredLogger>
Expand Down

0 comments on commit bc4c885

Please sign in to comment.